Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error with rails #11

Closed
anthony-bernardo opened this issue Mar 21, 2018 · 1 comment
Closed

error with rails #11

anthony-bernardo opened this issue Mar 21, 2018 · 1 comment

Comments

@anthony-bernardo
Copy link

/var/lib/gems/2.4.0/gems/filemaker-0.0.19/lib/filemaker.rb:38:in block (2 levels) in load!': undefined method fetch' for "host.com":String (NoMethodError)

My filemaker.yml :

development:
  host: host.com
  account_name: test
  password: test
  ssl: true
  log: curl
@mech
Copy link
Owner

mech commented Mar 21, 2018

Hi, tks for using the gem, you need to specify the default because I was thinking of slave FM server that time. But I should probably remove it:

development:
  default:
    host: <%= ENV['FILEMAKER_HOST'] %>
    account_name: <%= ENV['FILEMAKER_ACCOUNT_NAME'] %>
    password: <%= ENV['FILEMAKER_PASSWORD'] %>
    ssl: { verify: false }
    log: simple

@mech mech closed this as completed Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants