Hey all, pardon the newbiness please. Just recently starting in on
rails.
Have a bit of an issue where I have a dashboard controller and
associated view for its index action including the login action of a
standard login_generator setup as a component.
That is, my index.rhtml has the following snippet:
<%= render_component(:controller => ''user'', :action
=> ''login'') %>
Unfortunately, whenever I try to login, it fails to pass control along
to the correct controller and says the action ''login'' cannot
be found.
Also, does anybody know why I can''t use an email address as a login
using login_generator? It logs me in correctly when I first sign up.
But any subsequent logins fail.
Thanks for the help!
Mike Czepiel