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
*
implement abstract store methods
Aaron Patterson
2015-09-04
2
-5
/
+5
*
stop using deprecated Abstract::ID class
Aaron Patterson
2015-09-04
2
-2
/
+2
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
3
-4
/
+4
*
use `Rack::Utils.unescape_path` to unescape paths
Aaron Patterson
2015-09-04
1
-3
/
+3
*
Fix bug where cookies mutated by request were not persisted
eileencodes
2015-09-01
1
-0
/
+7
*
Remove unused requires
Marcin Olichwirowicz
2015-08-25
1
-2
/
+0
*
Make `assert_index` private
Marcin Olichwirowicz
2015-08-25
1
-3
/
+1
*
Remove unused block arguments
amitkumarsuroliya
2015-08-25
1
-1
/
+1
*
stop using `@env` in the GET / POST methods
Aaron Patterson
2015-08-24
1
-2
/
+4
*
use methods on the request object instead of accessing env
Aaron Patterson
2015-08-23
1
-7
/
+7
*
use `Request#path_info` instead of direct ENV access
Aaron Patterson
2015-08-23
1
-1
/
+1
*
remove env access from debug_exceptions
Aaron Patterson
2015-08-23
1
-10
/
+9
*
convert more `@env` access to get / set header
Aaron Patterson
2015-08-23
1
-11
/
+13
*
remove usage of `@env`
Aaron Patterson
2015-08-23
1
-3
/
+5
*
use a request object in the session middleware
Aaron Patterson
2015-08-22
3
-22
/
+26
*
Cleanup ActionDispatch:ParamsParser
Marcin Olichwirowicz
2015-08-17
1
-2
/
+11
*
finish deprecating handling strings and symbols
Aaron Patterson
2015-08-07
1
-19
/
+4
*
Using strings or symbols for middleware class names is deprecated.
Aaron Patterson
2015-08-07
1
-18
/
+25
*
simplify the Middleware constructor
Aaron Patterson
2015-08-07
1
-10
/
+13
*
use Proc.new to reduce some conditionals
Aaron Patterson
2015-08-07
1
-3
/
+1
*
refactor param parsing middleware to use request objects
Aaron Patterson
2015-08-07
1
-10
/
+9
*
move flash hash access to methods on the request object
Aaron Patterson
2015-08-07
1
-2
/
+11
*
use a request object to access info from env in GetIp
Aaron Patterson
2015-08-06
1
-10
/
+12
*
ask the request if we should show exceptions
Aaron Patterson
2015-08-06
2
-4
/
+6
*
ExceptionWrapper doesn't need to know about `env`
Aaron Patterson
2015-08-06
3
-9
/
+7
*
reuse the request object in the File serving middleware
Aaron Patterson
2015-08-06
1
-9
/
+13
*
use a request object to reduce string allocations and not know about ENV keys
Aaron Patterson
2015-08-06
1
-6
/
+7
*
remove dead code
Aaron Patterson
2015-08-06
1
-5
/
+0
*
ask the request for the cookie jar
Aaron Patterson
2015-08-06
1
-1
/
+8
*
add a setter for the cookie jar
Aaron Patterson
2015-08-06
1
-1
/
+7
*
remove request reference from chained jars
Aaron Patterson
2015-08-06
1
-22
/
+25
*
remove `@host` ivar
Aaron Patterson
2015-08-05
1
-6
/
+4
*
remove @secure ivar
Aaron Patterson
2015-08-05
1
-5
/
+3
*
CookieJar does not need the key_generator parameter anymore
Aaron Patterson
2015-08-05
1
-3
/
+2
*
eliminate key_generator ivar
Aaron Patterson
2015-08-05
1
-11
/
+14
*
sop passing host and secure to the build method
Aaron Patterson
2015-08-05
1
-2
/
+4
*
stop using an options hash with the cookie jar
Aaron Patterson
2015-08-05
1
-38
/
+30
*
move env access to the request object.
Aaron Patterson
2015-08-05
1
-13
/
+45
*
rm `deep_munge`. You will live on in our hearts (and git history)
Aaron Patterson
2015-07-21
1
-1
/
+1
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-3
/
+3
*
Merge pull request #17102 from matthewd/load-interlock
Aaron Patterson
2015-07-10
1
-0
/
+21
|
\
|
*
Fix the Interlock middleware
Matthew Draper
2015-07-09
1
-5
/
+14
|
*
Soften the lock requirements when eager_load is disabled
Matthew Draper
2015-07-09
1
-0
/
+12
*
|
start disconnecting the parameter parser from the instance
Aaron Patterson
2015-07-10
1
-3
/
+3
*
|
drop a conditional by always assigning
Aaron Patterson
2015-07-10
1
-6
/
+5
*
|
drop runtime conditionals in parameter parsing
Aaron Patterson
2015-07-09
1
-13
/
+9
|
/
*
Send cookies with request
eileencodes
2015-07-07
1
-0
/
+4
*
Refactor cookie_jar to decouple it from request object
eileencodes
2015-07-05
1
-7
/
+3
*
ActionDispatch::SSL should keep original header's behavior
Fumiaki MATSUSHIMA
2015-06-14
1
-1
/
+1
*
Handle param-parsing errors from Rack in ExceptionWrapper
Grey Baker
2015-06-12
1
-1
/
+3
[next]