On Sun, Sep 12, 2010 at 10:14 PM, Paul Mr <[email protected]> wrote:
> 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


Just do what Conrad said and manually create the files. I'm a newb and
I managed it:) I just copied and pasted the typical classes needed
(user_sessions_controller, users_controller, etc.) that are shown in
many of the examples  online (like this one
http://github.com/trevmex/authlogic_rails3_example )

-- 
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.

Reply via email to