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
*
do not instantiate a param parser middleware
Aaron Patterson
2015-09-18
1
-6
/
+2
*
push the parameter parsers on to the class
Aaron Patterson
2015-09-18
1
-12
/
+2
*
stop eagerly parsing parameters
Aaron Patterson
2015-09-18
1
-2
/
+0
*
pull `normalize_encode_params` up
Aaron Patterson
2015-09-18
1
-2
/
+1
*
move parameter parsing to the request object
Aaron Patterson
2015-09-18
1
-21
/
+3
*
Fix HSTS default expire in ActionDispatch::SSL docs.
Pedro Nascimento
2015-09-14
1
-1
/
+2
*
Update documentation to reflect Rack::Session::Abstract changes
eileencodes
2015-09-09
1
-1
/
+1
*
Push key_generator into SerializedCookieJars
Kasper Timm Hansen
2015-09-08
1
-4
/
+4
*
Move the request method in to the AbstractCookieJar
Kasper Timm Hansen
2015-09-08
1
-4
/
+3
*
Pull up parse to the legacy upgrading module
Kasper Timm Hansen
2015-09-08
1
-10
/
+5
*
Call super to remove the decrypt_and_verify method
Kasper Timm Hansen
2015-09-08
1
-8
/
+4
*
Call super to remove the verify method
Kasper Timm Hansen
2015-09-08
1
-8
/
+2
*
Add parse method to share deserialization logic.
Kasper Timm Hansen
2015-09-08
1
-19
/
+12
*
Add commit in the EncryptedCookieJar
Kasper Timm Hansen
2015-09-08
1
-17
/
+7
*
Use commit in the SignedCookieJar
Kasper Timm Hansen
2015-09-08
1
-15
/
+6
*
Add commit method to share option normalization
Kasper Timm Hansen
2015-09-08
1
-4
/
+12
*
Add AbstractCookieJar class.
Kasper Timm Hansen
2015-09-08
1
-1
/
+3
*
Make `config.force_ssl` less dangerous to try and easier to disable
Jeremy Daer
2015-09-07
1
-36
/
+92
*
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
[next]