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
*
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
*
Change the `index` arg of `ActionDispatch::Static#new` to a kwarg
Yuki Nishijima
2015-06-11
1
-4
/
+3
*
pass check_ip and proxies to GetIp constructor
Aaron Patterson
2015-06-03
1
-4
/
+4
*
Fix regression in #20017: wrong number of arguments error
Jon Atack
2015-05-30
1
-3
/
+3
*
config.static_index configures directory index "index.html" filename
Eliot Sykes
2015-05-28
1
-4
/
+5
*
add a branch to eliminate multiple nil checks
Aaron Patterson
2015-05-23
1
-3
/
+5
*
move request id manipulation to the request object
Aaron Patterson
2015-05-22
1
-6
/
+5
*
Tiny documentation edits [ci skip]
Robin Dupret
2015-05-04
1
-1
/
+1
*
Use ruby 1.9 lambda syntax in documentations [ci skip]
Mehmet Emin İNAÇ
2015-05-03
1
-2
/
+2
*
Document :tld_length option for cookies.
Ryan Wallace
2015-04-29
1
-0
/
+3
*
No need to capitalize verbs. [CI SKIP]
Guo Xiang Tan
2015-04-26
1
-2
/
+2
*
Add nodoc to some private constants [ci skip]
Rafael Mendonça França
2015-04-23
1
-3
/
+3
*
Merge pull request #19823 from sbhatore/doc_fix_1
Rafael Mendonça França
2015-04-23
1
-0
/
+8
|
\
|
*
Squashed commit of the following:
Siddharth Bhatore
2015-04-23
1
-0
/
+8
*
|
[ci skip] Add, clean up docs in ActionDispatch ActionDispatch middleware
Nick Cox
2015-04-22
1
-6
/
+13
*
|
[ci skip] UpgradeLegacySignedCookieJar Doc fix
Siddharth Bhatore
2015-04-22
1
-2
/
+2
|
/
[next]