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
Carl Lerche 2e87196d14 Use extlib_inheritable_accessor in request_forgery_protection.rb.
For some reason the current class_inheritable_accessor does not play nice with included hooks. class_inheritable_accessor will be revised shortly.
2009-12-29 13:21:36 -08:00
..
abstract_controller Silence some trivial warnings: shadowed local vars, indentation mismatches 2009-12-28 17:36:08 -08:00
action_controller Use extlib_inheritable_accessor in request_forgery_protection.rb. 2009-12-29 13:21:36 -08:00
action_dispatch Make sure evalled method knows where it came from 2009-12-29 01:04:32 -08:00
action_pack Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00
action_view Silence some trivial warnings: shadowed local vars, indentation mismatches 2009-12-28 17:36:08 -08:00
abstract_controller.rb Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
action_controller.rb Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
action_dispatch.rb Require active_support/dependencies/autoload in action_dispatch 2009-12-28 17:53:05 -08:00
action_pack.rb
action_view.rb Remove the ActionView::Base autoload because it creates crazy circular autoload insanity 2009-12-23 18:59:49 -08:00