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
a8dc9fd27b845193fd209a249e084f993a10c19d
rails
/
actionpack
/
lib
/
abstract_controller
History
Joshua Peek
21e7b84621
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
2009-10-12 22:15:43 -05:00
..
base.rb
Create new ActionController::Middleware class that will work as a normal Rack middleware.
2009-08-26 00:18:52 -07:00
callbacks.rb
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
2009-10-12 22:15:43 -05:00
exceptions.rb
Move AbstractController to a top-level component
2009-08-06 22:51:24 -03:00
helpers.rb
Experimental: Improve performance of ActionView by preventing method cache flushing due to runtime Kernel#extend:
2009-08-09 04:12:09 -03:00
layouts.rb
Refactor ActionController to use find_template and template_exists?
2009-09-03 12:52:53 -07:00
logger.rb
Use NewCallbacks on ActionDispatch::Callbacks.
2009-09-20 10:56:38 -03:00
rendering_controller.rb
Refactor ActionController to use find_template and template_exists?
2009-09-03 12:52:53 -07:00