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
9f1c359a201bfacff7b89cd1e8579bc1bdf541e2
rails
/
actionpack
/
lib
History
Yehuda Katz
f3b072189a
Instead of marking raw text in templates as safe, and then putting them through String#<< which checks if the String is safe, use safe_concat, which uses the original (internal) String#<< and leaves the safe flag as is. Results in a significant performance improvement.
2009-12-24 21:50:18 -08:00
..
abstract_controller
Make ActionMailer::Base inherit from AbstractController::Base
2009-12-22 11:29:06 -08:00
action_controller
Finish moving config.frameworks-dependent code to the framework plugin
2009-12-23 17:23:29 -08:00
action_dispatch
Merge
2009-12-24 15:24:57 -08:00
action_pack
Bump up the version to 3.0.pre
2009-06-30 14:37:12 -07:00
action_view
Instead of marking raw text in templates as safe, and then putting them through String#<< which checks if the String is safe, use safe_concat, which uses the original (internal) String#<< and leaves the safe flag as is. Results in a significant performance improvement.
2009-12-24 21:50:18 -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
Flip deferrable autoload convention
2009-12-22 17:27:37 -06:00
action_pack.rb
Bump up the year in MIT license files
2009-01-18 05:28:21 +00:00
action_view.rb
Remove the ActionView::Base autoload because it creates crazy circular autoload insanity
2009-12-23 18:59:49 -08:00