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
4eab983b955fe17cf02c6fe96cab1c8a309cd606
rails
/
actionpack
/
lib
/
action_dispatch
History
Xavier Noria
89978f10af
moves Object#singleton_class to Kernel#singleton_class to match Ruby also there, same for #class_eval to simplify, and adds coverage for class_eval
2010-04-05 12:15:08 -07:00
..
http
* Change the object used in routing constraints to be an instance of
2010-04-03 20:24:30 -07:00
middleware
Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration.
2010-04-05 12:00:24 +02:00
routing
Merge commit 'docrails/master'
2010-04-04 13:36:15 -07:00
testing
moves Object#singleton_class to Kernel#singleton_class to match Ruby also there, same for #class_eval to simplify, and adds coverage for class_eval
2010-04-05 12:15:08 -07:00
railtie.rb
Add a test which ensures action_dispatch.show_exceptions is properly disabled.
2010-04-02 20:54:10 +02:00
routing.rb
Remove routing implementation details from RDoc
2010-03-31 14:54:07 +01:00