search for: editus

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

Did you mean: edits
2006 Jan 20
0
Problem with updating model
...y ActiveRecord) So, what''s the problem with updating the "birthday" record, and how to make the password field to be blank? Thanks a lot. == template <%= start_form_tag :action=> "edit" %> <%= hidden_field "post", "id", :value => @edituser.id %> <%= text_field "edituser", ''login'', :size => 30 %> <%= password_field "edituser", ''password'', :size => 30 %> <%= password_field "edituser", ''password_confirmation'', :size =>...
2008 Oct 27
8
pagination in ajax
hi, I am curently using rails version 2.1.1. Currently i have done simple pagination using will_paginate plugin.it works.but when i am trying pagination using ajax with help of will_paginate plugin it wont works.i am also using RemoteLinkRenderer helper, but it gives an error uninitialized constant RemoteLinkRenderer. can anyone provide any tutorial or sample code so that i can