1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
2005-03-27 00:30:35 +00:00
..
action_controller Added ActionController::Base.page_cache_extension for setting the page cache file extension (the default is .html) #903 [Andreas] 2005-03-27 00:30:35 +00:00
action_view Fixed that pagination_helper would ignore :params #947 [Sebastian Kanthak] 2005-03-27 00:04:07 +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