Paul Mr wrote:
> Quinn Quinn wrote:
>> it worked for me.  just follow the guide 
>> (http://github.com/binarylogic/authlogic_example) but in your Gemfile 
>> use:
>> 
>> gem 'authlogic', :git => 'git://github.com/odorcicd/authlogic.git', 
>> :branch => 'rails3'
>> 
>> and to generate a session:
>> 
>> rails g authlogic:session user_session
>> 
>> these should work great
> 
> 
> Uh, a lot of the above assumes no problem with rails 3.
> The earlier stuff is a no...
> 
> On the last, on the above, it says authlogic:session - could not find.
> 
> Reason, no generator despite proper install of authlogic per previous 
> notes.
> 
> a lot of the above is useless for most people...

I get the gem 'authlogic' to get past the 'bundle install'...
but no matter what, cant rails g authlogic:session user_session.

Error is no generator authlogic:session
-- 
Posted via http://www.ruby-forum.com/.

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to