This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b77602824afe07dfd8fd8e48407a6086802ec7ef
rails
/
actionpack
/
lib
/
action_controller
/
abstract
History
Yehuda Katz + Carl Lerche
72a574b507
Get controller/layout_test.rb running on new base except for ActionController::Base.exempt_from_layout which is going to be deprecated.
2009-05-22 15:25:13 -07:00
..
base.rb
Refactored AbstractController to provide better hook points for overriding aspects of action dispatching
2009-05-15 15:57:12 -07:00
benchmarker.rb
Ported simple benchmarking in new base
2009-05-18 17:33:45 -07:00
callbacks.rb
Refactored AbstractController to provide better hook points for overriding aspects of action dispatching
2009-05-15 15:57:12 -07:00
exceptions.rb
Revert "Whitespace!"
2009-05-11 15:03:24 -07:00
helpers.rb
Add all the existing helpers related features to the new base
2009-05-23 00:17:10 +02:00
layouts.rb
Get controller/layout_test.rb running on new base except for ActionController::Base.exempt_from_layout which is going to be deprecated.
2009-05-22 15:25:13 -07:00
logger.rb
Ported simple benchmarking in new base
2009-05-18 17:33:45 -07:00
renderer.rb
Cleaned up the #render_to_body chain by extracting determining the templates to render to a separate hook point.
2009-05-22 15:24:31 -07:00