rfm icon indicating copy to clipboard operation
rfm copied to clipboard

FileMaker to Ruby adapter.

Results 23 rfm issues
Sort by recently updated
recently updated
newest added

A warning is displayed when running with ruby ​​2.6 `warning: BigDecimal.new is deprecated; use BigDecimal() method instead.`

ginjo-rfm-3.0.12 Rails 6.0.2.2 When executing the Find method, no exception is thrown if there is no such record. sample code — Models / art.rb ``` class Art < Rfm::Base config...

Using ginjo-rfm 3.0.12 seems to break Rake on Rails 5.1.1. Whenever I try to run any rake task I get the following error: ArgumentError: unknown keyword: start /home/user/.rvm/gems/ruby-2.4.1@rails_project/gems/activesupport-5.1.7/lib/active_support/core_ext/module/delegation.rb:155:in `delegate' /home/user/.rvm/gems/ruby-2.4.1@rails_project/gems/listen-3.1.5/lib/listen/backend.rb:29:in...

Hi William, Although this is technical not an issue. We are enjoying your work for our FileMaker Ruby projects! We where wondering if you have any plans to create a...

**Dear, makers of this really smart gem!** Could it be possible to implement a new feature? Altough your gem is made to deal with records, it could be the a...

It’s possible for this `io` variable to contain just about anything, and as long as it isn’t obviously XML, then it will try to open the string as a file:...

Hi Bill, Couldn't find any other way to contact you other than this way, so apologies for the "issue" I'm completely new for Filemaker, but I was recently asked if...

I am new to filemaker, I have installed filemaker server. I have install rfm gem, Following is my config in config/rfm.yml :host: "192.168.1.20" :ssl: false :timeout: 10 :port: 16000 :account_name:...

I get "undefined method encoding for #Array:0x007f91ee3a2028" whenever I tried to call `all` from a layout. My environment: Ruby: 2.2.3 ginjo-rfm: 3.0.11 Gemset ``` * actionmailer (3.2.22) * actionpack (3.2.22)...

The documentation in FileMaker says to use a `*`, but using a start for a field does not seem to do what I think it would. What then is the...