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
b67ec8ba20099c8b39bf344f385bbbd2b9c8f47d
rails
/
actionpack
/
lib
/
action_dispatch
History
Guillermo Álvarez
c4d6245e87
Add support for multi-subdomain session by setting cookie host in session cookie so you can share session between www.example.com, example.com and user.example.com. [
#4818
state:resolved]
...
Signed-off-by: David Heinemeier Hansson <
david@loudthinking.com
>
2010-06-10 12:05:12 -04:00
..
http
Improve performance of commonly used request methods
2010-06-04 20:11:04 -07:00
middleware
Add support for multi-subdomain session by setting cookie host in session cookie so you can share session between www.example.com, example.com and user.example.com. [
#4818
state:resolved]
2010-06-10 12:05:12 -04:00
routing
Add more cases to previous commit [
#4394
state:resolved]
2010-06-08 23:26:51 +02:00
testing
regular expressions are usually ASCII-encoded, so force_encoding the content of a Node to the encoding of the regular expression is wrong.
2010-06-07 18:06:08 -04:00
railtie.rb
Kill legacy dispatcher.
2010-05-18 02:07:59 +02:00
routing.rb
Remove routing implementation details from RDoc
2010-03-31 14:54:07 +01:00