Tagged Questions
0
votes
1answer
317 views
Migration fails with Error: NoMethodError: undefined method `Migration'
I'm trying to get set up with Sequel in Ruby. I went to http://sequel.rubyforge.org/rdoc/files/doc/migration_rdoc.html and created my first migration. Then I got Postgres.app running as my server ...
1
vote
4answers
551 views
MacRuby, error when using Sequel
I have just installed Sequel using the command sudo macgem install sequel. It tells me sequel-3.18.0 was successfully installed.
When I fire up xcode, and start a new MacRuby application, it sets up ...