rails/actionpack/lib
2005-04-13 05:44:43 +00:00
..
action_controller Fixed pagination to work with joins #1034 [scott@sigkill.org] 2005-04-13 05:40:22 +00:00
action_view Added submit_to_remote that allows you to trigger an Ajax form submition at the click of the submission button, which allows for multiple targets in a single form through the use of multiple submit buttons #930 [yrashk@gmail.com] 2005-04-13 05:44:43 +00:00
action_controller.rb Added Verifications that allows you to specify preconditions to actions in form of statements like <tt>verify :only => :update_post, :params => "admin_privileges", :redirect_to => { :action => "settings" }</tt>, which ensure that the update_post action is only called if admin_privileges is available as a parameter -- otherwise the user is redirected to settings. #897 [Jamis Buck] 2005-03-26 21:41:10 +00:00
action_view.rb AR, AP, and AM should look for AS in sibling directory before trying RubyGems #648 2005-02-17 19:04:47 +00:00