index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
|
Refactored duplication into a separate method. Dropped class variable.
Rizwan Reza
2010-06-11
1
-15
/
+17
*
|
Adding missing docs to delete cookies with :all which were added that way.
Rizwan Reza
2010-06-11
1
-1
/
+2
*
|
Took out the domain option logic to cookies.rb.
Rizwan Reza
2010-06-11
3
-22
/
+32
*
|
Moved Domain regexp to a constant and added comments.
Rizwan Reza
2010-06-11
1
-1
/
+8
*
|
The previous commit didn't work with complex domains, which is now fixed.
Rizwan Reza
2010-06-11
1
-4
/
+4
*
|
Add support for multi-subdomain session by setting cookie host in session coo...
Rizwan Reza
2010-06-11
2
-1
/
+14
|
/
*
Revert "Add support for multi-subdomain session by setting cookie host in ses...
José Valim
2010-06-10
2
-14
/
+1
*
Add support for multi-subdomain session by setting cookie host in session coo...
Guillermo Álvarez
2010-06-10
2
-1
/
+14
*
Ensure show exceptions middleware properly filters backtrace before logging.
José Valim
2010-06-09
1
-1
/
+1
*
Accept both regexps and strings for LOCALHOST.
José Valim
2010-06-08
1
-2
/
+2
*
Make sure that rails recognized the full notation of IPv6 loopback address, a...
Prem Sichanugrist
2010-06-08
1
-2
/
+2
*
Simplify middleware stack lazy compares using named const references
Jeremy Kemper
2010-06-05
1
-13
/
+5
*
Restore flash sweep
Jeremy Kemper
2010-06-05
1
-1
/
+1
*
Stop the flash middleware from forcibly loading sessions even if the user doe...
wycats
2010-06-04
2
-6
/
+6
*
Include backtrace in failsafe log. Rescue possible exceptions in failsafe res...
Jeremy Kemper
2010-06-04
2
-2
/
+2
*
Add :only and :except to controllers MiddlewareStack. This allows
José Valim
2010-05-30
1
-4
/
+4
*
Remove the laziness from the middleware stack.
José Valim
2010-05-29
1
-57
/
+15
*
Removing Metal from Rails 3.
wycats
2010-05-29
1
-29
/
+0
*
Avoid creating a Rack::Response object in the cookie middleware since it may ...
José Valim
2010-05-18
1
-9
/
+13
*
Cut the fat and make session stores rely on request.cookie_jar and change set...
José Valim
2010-05-18
3
-130
/
+55
*
Remove deprecated methods since 2-3-stable.
José Valim
2010-05-18
1
-34
/
+6
*
Simplify cookie_store by simply relying on cookies.signed.
José Valim
2010-05-18
2
-94
/
+45
*
added convenience methods #notice and #alert to flash.now
Martin
2010-05-15
1
-0
/
+10
*
corrected error message in session/cookie_store [#4546 state:resolved]
Josh Kalderimis
2010-05-10
1
-1
/
+1
*
Use annoted source code in Template:Error to avoid special cases in the show ...
José Valim
2010-05-09
1
-8
/
+4
*
Fix parsing xml input by ActionDispatch::ParamsParser
Lawrence Pit
2010-05-06
1
-1
/
+1
*
RouteSet does not raise ActionController::RoutingError when no routes match a...
Carl Lerche
2010-04-30
1
-1
/
+11
*
Some require indifferent_access added
Santiago Pastorino
2010-04-21
1
-0
/
+1
*
require without .rb
Santiago Pastorino
2010-04-21
1
-1
/
+1
*
Missing require added
Santiago Pastorino
2010-04-18
1
-0
/
+1
*
Use request.body IO and rewind, if possible
Jeremy Kemper
2010-04-07
1
-3
/
+6
*
Remove #size call on rack input io
Joshua Peek
2010-04-07
1
-8
/
+4
*
Use config.filter_parameters on in-browser request dump. [#4335 state:resolved]
José Valim
2010-04-07
1
-1
/
+1
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
2
-19
/
+19
*
Fix signed cookies by explicitly passing config to the cookie jar
Jeremy Kemper
2010-04-04
1
-23
/
+19
*
Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...
José Valim
2010-03-31
1
-3
/
+3
*
Request#content_type exists in Rack::Request, and other parts of Rack::Reques...
wycats
2010-03-28
1
-2
/
+4
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
2
-0
/
+2
*
Merge branch 'master' into docrails
wycats
2010-03-26
1
-0
/
+1
|
\
|
*
Deleting and setting a cookie in the same request was broken
Mathias Biilmann Christensen
2010-03-17
1
-0
/
+1
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-12
5
-12
/
+63
|
\
|
|
*
Simplify the action endpoint:
Carlhuda
2010-03-08
1
-1
/
+5
|
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
3
-3
/
+1
|
*
Deprecated ActionController::Base.session_options= and ActionController::Base...
Carlhuda
2010-03-04
1
-7
/
+5
|
*
Move remote_ip to a middleware:
Carlhuda
2010-03-03
2
-25
/
+51
|
*
Add a BlockUntrustedIps middleware
Carl Lerche
2010-03-03
1
-0
/
+25
|
*
Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte...
José Valim
2010-02-19
1
-1
/
+1
*
|
Remove outdated docs.
José Valim
2010-02-09
1
-14
/
+0
|
/
*
As first step setup the load path and lazy compare middlewares.
José Valim
2010-01-25
1
-1
/
+13
[prev]
[next]