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
db23a95a616860e4fefa4ef83b396abe7ec0ea71
rails
/
actionpack
/
lib
/
abstract_controller
History
David Heinemeier Hansson
4a6290bb38
Missed the extraction
2010-06-03 23:32:12 +10:00
..
asset_paths.rb
Missed the extraction
2010-06-03 23:32:12 +10:00
base.rb
Changes made while working on upgrading cells to Rails 3
2010-06-03 23:32:12 +10:00
callbacks.rb
Minor typo fix in callbacks.rb of abstract_controller
2010-06-03 23:32:08 +10:00
collector.rb
Add missing require on abstract_controller/collector [
#4061
status:resolved]
2010-02-26 10:27:06 +01:00
helpers.rb
Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests.
2010-04-22 12:00:13 +02:00
layouts.rb
refactor evals and adds some __FILE__ and __LINE__
2010-05-20 15:18:57 +02:00
logger.rb
Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests.
2010-04-22 12:00:13 +02:00
rendering.rb
Changes made while working on upgrading cells to Rails 3
2010-06-03 23:32:12 +10:00
translation.rb
Move ActionController::Translation to AbstractController::Translation.
2010-01-20 15:02:13 +01:00
view_paths.rb
Allow anything that responds to render to be given as :template and use find_template instead of find in views.
2010-03-12 14:25:10 +01:00