thoughtafter
unread,Feb 1, 2011, 4:17:02 PM2/1/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Devise
I'm trying to follow the instructions for installing devise 1.0.9 on a
Rails 2.3.8 app. I have device 1.0.9 installed as well as 1.1.x
versions for Rails 3 apps. I have the following in environment.rb:
config.gem 'warden'
config.gem 'devise', :version=>'1.0.9'
When I run:
ruby script/generate devise_install
I get:
Couldn't find 'devise_install' generator
$ gem list | grep devise
devise (1.1.5, 1.1.4, 1.1.3, 1.0.9)
$ ./script/generate
[snip]
Installed Generators
Rubygems: acts_as_taggable_on_migration, acts_as_xapian,
audited_migration, background, crondonkulous, culerity,
exception_notifier, facebook, facebook_controller, facebook_publisher,
facebook_scaffold, form, formtastic, formtastic_stylesheets, gruff,
paperclip, publisher, session, tagging, validatious, web_service,
xapit, xd_receiver
Builtin: controller, helper, integration_test, mailer, metal,
migration, model, observer, performance_test, plugin, resource,
scaffold, session_migration
[snip]