Hey all I've create a rails 3 project and added the following to the gem file:
# Require Couchdb gem 'couchrest', '>= 1.0.0.beta' gem 'couchrest_model' Everything installs when running bundle install But when I try to do this: rails generate model User --orm=couchrest_model I get this error: error couchrest_model [not found] The gem is installed, so what is the problem? Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

