| Sign In/My Account | View Cart |
| Article: |
Shoes Meets Merb: Driving a GUI App through Web Services in Ruby | |
| Subject: | merb_active_record not found? | |
| Date: | 2008-01-08 18:04:11 | |
| From: | GregoryBrown | |
|
Response to: merb_active_record not found?
|
||
| Doh. The gem is: merb_activerecord | ||
Showing messages 1 through 2 of 2.
jm@fellini:~/dev/merb_paste$ script/generate model paste
/usr/lib/ruby/gems/1.8/gems/merb-0.5.2/lib/merb/core_ext/kernel.rb:35:in `require': no such file to load -- merb_activerecord (MissingSourceFile)
The name of the gem is 'merb_activerecord' without the last underscore.
jm@fellini:~/dev/merb_paste$ sudo gem install merb_activerecord
And work!