search for: user_submit

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

2010 Aug 17
2
[Form] Method POST & PUT problem
...sword_confirmation]" id="user_new_password_confirmation"></li> </ol></fieldset> <fieldset class="buttons"><ol><li class="commit"><input type="submit" value="Save User" name="commit" id="user_submit"></li></ol></fieldset> </form> ------------------------------------------- -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send em...
2011 Jan 24
11
Can't get login to work
Hi, could anybody help me try to get a login function working, I have created a database for users called user1, I have the login screen set up but when i hit login with a correct username and password, nothing happens I am expecting the lgin button to direct the user to the main page and show the user as logged on, but nothing happens! Thanks! Controller class User1Controller <