search for: vihrao

Displaying 2 results from an estimated 2 matches for "vihrao".

Did you mean: vibra
2010 Jan 31
6
Action path - syntax error, unexpected tIDENTIFIER, expecting ')'
I have a user controller with login as action. When I access the index.html.erb file via application.layout file. I get a error on the login link on the index.html.erb page. I think I am having dfifficulty in setting up path to an action or even understanding how to set REST path properly. Can someone please help me. Here is the error on the home page:
2010 Jan 24
1
how to build a welcome page?
I am describing what I am trying to accomplish: I want to create a main welcome page. So I ran script/generate admin/welcome. This created welcome controller Then I wanted to attach this welcome controller to the main application.html.erb In the application.html.erb file I want to show a ‘login’ control and two action buttons: ‘suppliers’ and ‘contractors’. This means somehow I have to create