I installed authlogic and created a signup mechanism.And for creating a sign in mechanism I tried to generate the session controlers as below but rails 3 throws error as follows. How do I create the user_session and proceed with authlogic in rails 3 ?
:~/work_space/rails_apps/sample_authentication$ rails generate session user_session
Could not find generator session
<%= f.label :name %>
<%= f.text_field :name %> <<<< error points to this line
<%= f.label :password %>
– Hemanth Oct 17 '10 at 13:18