grape-goliath-example
grape-goliath-example copied to clipboard
A non-blocking REST API example application using Grape and Goliath together with a Postgres database.
Does not work in version ruby 2.1.2. It got this error ruby: symbol lookup error: /home/chris/.rvm/gems/ruby-2.1.2/extensions/x86_64-linux/2.1.0/eventmachine-1.0.0/rubyeventmachine.so: undefined symbol: rb_enable_interrupt Any ideas?
- Use new `em-pg-client` gem - Works on Ruby 2+ - Simplified require statements Database rake tasks are currently broken.
This has me rather puzzled. I can't find any references to loading or mentioning config/application.rb. Is this autoloaded by active record?
Thanks @djones for the example on how to use Grape on Goliath. But I found that this example could not autoload modified files in development mode. And I tried a...