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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
`url_for` does not modify polymorphic options
Bernerd Schaefer
2015-09-04
1
-1
/
+2
*
|
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
3
-3
/
+3
*
|
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
10
-17
/
+19
*
|
use `Rack::Utils.unescape_path` to unescape paths
Aaron Patterson
2015-09-04
1
-3
/
+3
|
/
*
Merge pull request #21483 from justanshulsharma/add-ip6-address
Eileen M. Uchitelle
2015-09-03
1
-1
/
+1
|
\
|
*
[ci skip] Added localhost IPv6
Anshul Sharma
2015-09-03
1
-1
/
+1
*
|
Fix route creation when format is a blank string
eileencodes
2015-09-02
1
-1
/
+1
*
|
Remove not used requires
Marcin Olichwirowicz
2015-09-01
5
-10
/
+1
*
|
Fix bug where cookies mutated by request were not persisted
eileencodes
2015-09-01
1
-0
/
+7
*
|
Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6
Rafael Mendonça França
2015-09-01
1
-1
/
+1
|
\
\
|
*
|
Fix broken IPv6 addresses handling
Brian Weaver
2015-04-16
1
-1
/
+1
*
|
|
add a method for getting the http auth salt
Aaron Patterson
2015-08-29
1
-0
/
+4
*
|
|
Merge pull request #21396 from rodzyn/code-cleanup
Guillermo Iguaran
2015-08-28
2
-13
/
+2
|
\
\
\
|
*
|
|
Code cleanup
Marcin Olichwirowicz
2015-08-27
2
-13
/
+2
|
|
|
/
|
|
/
|
*
|
|
remove dependency on `@cache_control` ivar
Aaron Patterson
2015-08-27
1
-6
/
+6
*
|
|
remove `@etag` ivar
Aaron Patterson
2015-08-27
1
-5
/
+7
*
|
|
use the abstract API in modules
Aaron Patterson
2015-08-27
2
-14
/
+15
*
|
|
remove useless conditional
Aaron Patterson
2015-08-27
1
-2
/
+0
*
|
|
implement the API required by the abstract Rack request.
Aaron Patterson
2015-08-27
1
-16
/
+8
*
|
|
use the non-hash dependent Rack utils API
Aaron Patterson
2015-08-27
1
-2
/
+2
|
/
/
*
|
remove redefined method
Aaron Patterson
2015-08-26
1
-3
/
+0
*
|
provide a request and response to all controllers
Aaron Patterson
2015-08-25
2
-5
/
+8
*
|
adding a direct dispatch method to controller classes
Aaron Patterson
2015-08-25
1
-1
/
+1
*
|
always dispatch to controllers the same way
Aaron Patterson
2015-08-25
2
-7
/
+25
*
|
always return a controller class from the `controller_class` method
Aaron Patterson
2015-08-25
2
-9
/
+14
*
|
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
Anshul Sharma
2015-08-25
1
-1
/
+1
*
|
Remove unused block arguments
amitkumarsuroliya
2015-08-25
1
-1
/
+1
*
|
remove another `@env` access
Aaron Patterson
2015-08-24
1
-1
/
+1
*
|
remove more direct access to `env`
Aaron Patterson
2015-08-24
2
-3
/
+4
*
|
fewer calls to `env`
Aaron Patterson
2015-08-24
1
-2
/
+2
*
|
stop using `@env` in the GET / POST methods
Aaron Patterson
2015-08-24
2
-4
/
+11
*
|
pull up dispatcher allocation
Aaron Patterson
2015-08-24
2
-5
/
+1
*
|
directly ask the request for the controller class
Aaron Patterson
2015-08-24
1
-6
/
+1
*
|
remove useless ivar
Aaron Patterson
2015-08-24
1
-2
/
+1
*
|
remove setter for the dispatcher class
Aaron Patterson
2015-08-24
1
-2
/
+2
*
|
use a custom request class to determine the controller class
Aaron Patterson
2015-08-24
1
-2
/
+7
*
|
Merge pull request #21339 from deepj/unused-block-arguments
Carlos Antonio da Silva
2015-08-24
1
-2
/
+2
|
\
\
|
*
|
Remove unused block arguments
deepj
2015-08-23
1
-2
/
+2
*
|
|
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
5
-46
/
+50
*
|
move more `@env` access to method calls
Aaron Patterson
2015-08-22
1
-16
/
+16
*
|
move ORIGINAL_SCRIPT_NAME to the metaprogrammed methods
Aaron Patterson
2015-08-22
1
-4
/
+1
[prev]
[next]