Here i got the undefined method `home_timeline’ for nil:NilClass, Why cannot
access that @client in view from controller?
You can access it ok, it is just that it is nil. Is the login method
being called in the action where you are seeing the problem? Debug
into your action to check if necessary. Have a look at the Rails
Guide on Debugging to find how to do this.
I have done like that
<%= form_tag( { :controller => ‘users’, :action => ‘login’ }) do %>
<% end %>
I am trying this for two days, i didn’t get any solution…?
Please don’t top post, it makes it difficult to follow the thread, and
also means that you do not look at each point in the previous mail and
answer the questions. Insert you replies inline in previous message.
Thanks.
So because you have not top posted you have not answered my question:
Is the login method being called in the action where you are seeing
the problem?
And if you think it is have you taken note of my other suggestion to:
Debug into your action to check if necessary. Have a look at the
Rails Guide on Debugging to find how to do this.
If you reply make sure you address these points.
Colin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.