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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typographical error
Gustavo Villa
2016-02-22
1
-1
/
+1
*
Merge pull request #23682 from ShikChen/fast_strxor
Santiago Pastorino
2016-02-21
1
-1
/
+2
|
\
|
*
Improve the performance of string xor operation
shik
2016-02-15
1
-1
/
+2
*
|
Deprecate AC::Parameters#== with a Hash
Benjamin Quorning
2016-02-19
1
-9
/
+14
*
|
Fix AC::Parameters#== with other AC::Parameters
Benjamin Quorning
2016-02-19
1
-3
/
+4
*
|
fields_for_style needs to test for AC::Parameters
Aaron Patterson
2016-02-17
1
-1
/
+1
*
|
partially revert 69009f4473637a44ade26d954ef5ddea6ff903f2
Aaron Patterson
2016-02-17
1
-4
/
+1
*
|
Implement ActionController::Parameters#inspect
Benjamin Quorning
2016-02-17
1
-1
/
+5
*
|
Merge pull request #23729 from maclover7/rm-unused-journey
Rafael França
2016-02-17
2
-8
/
+0
|
\
\
|
*
|
Remove unused Journey code
Jon Moss
2016-02-17
2
-8
/
+0
*
|
|
Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende...
Rafael França
2016-02-17
1
-1
/
+1
|
\
\
\
|
*
|
|
The JSON API media type should only work wih a JSON API handler
Benjamin Fleischer
2016-02-16
1
-1
/
+1
*
|
|
|
Fix code style
Rafael Mendonça França
2016-02-17
1
-3
/
+4
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #23661 from meinac/add_gzip_mime_type
Richard Schneeman
2016-02-16
1
-0
/
+1
|
\
\
\
|
*
|
|
application/gzip added as default mime type into mime type list
Mehmet Emin İNAÇ
2016-02-13
1
-0
/
+1
*
|
|
|
Merge pull request #23203 from vipulnsward/22979-show-tags-on-exception
Richard Schneeman
2016-02-16
1
-7
/
+11
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
WIP: Errors in logs should show log tags as well.
Vipul A M
2016-02-12
1
-7
/
+11
*
|
|
|
Merge pull request #23692 from abhishekjain16/docs
Yves Senn
2016-02-16
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Use a URL instead of an URL everywhere
Abhishek Jain
2016-02-15
2
-2
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Join values using '; ' as per RFC spec
Andrew White
2016-02-16
1
-1
/
+1
*
|
|
|
Add require and move escape to private method
Andrew White
2016-02-16
1
-1
/
+6
*
|
|
|
Merge branch 'should-escape-cookie' of https://github.com/ma2gedev/rails into...
Andrew White
2016-02-16
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Escape cookie's key and value in ActionController::TestCase
Takayuki Matsubara
2015-12-30
1
-1
/
+1
*
|
|
|
|
Corrected secret_key_base
vs4vijay
2016-02-15
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`
Ryuta Kamizono
2016-02-15
1
-10
/
+0
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #23611 from abhishekjain16/routes_options
Kasper Timm Hansen
2016-02-12
1
-2
/
+3
|
\
\
\
|
*
|
|
Fixes routes to match verbs and path with -g option
Abhishek Jain
2016-02-11
1
-2
/
+3
*
|
|
|
Add fixes accidentally removed.
Kasper Timm Hansen
2016-02-12
2
-2
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #23612 from vipulnsward/23561-fix-routes-args
Kasper Timm Hansen
2016-02-12
1
-2
/
+1
|
\
\
\
|
*
|
|
- Fixed and removed long arguments to rake routes
Vipul A M
2016-02-12
1
-2
/
+1
*
|
|
|
Memoize `parsed_body`.
Kasper Timm Hansen
2016-02-11
1
-1
/
+1
*
|
|
|
[ci skip] Mention `parsed_body` in docs.
Kasper Timm Hansen
2016-02-11
1
-2
/
+1
*
|
|
|
Make `parsed_body` extract parser from the content type.
Kasper Timm Hansen
2016-02-11
2
-5
/
+9
|
/
/
/
*
|
|
Add `parsed_body` to spare writing out parsing routines.
Kasper Timm Hansen
2016-02-10
2
-12
/
+32
*
|
|
Merge pull request #21671 from kaspth/integration-request-encoding-helpers
David Heinemeier Hansson
2016-02-10
1
-4
/
+79
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add `as` to encode a request as a specific mime type.
Kasper Timm Hansen
2016-01-04
1
-4
/
+79
*
|
|
`log_process_action` will return an array, so use `empty?`
Aaron Patterson
2016-02-09
1
-1
/
+1
*
|
|
Request#fullpath should not raise an exception, so remove the rescue
Aaron Patterson
2016-02-09
1
-1
/
+1
*
|
|
AC::Request#format always returns a value, so we do not need to try
Aaron Patterson
2016-02-09
1
-1
/
+1
*
|
|
speed up string xor operation and reduce object allocations
Aaron Patterson
2016-02-08
1
-1
/
+2
*
|
|
Merge pull request #23534 from bronson/fix-redefined-warning
Arthur Nogueira Neves
2016-02-08
1
-0
/
+1
|
\
\
\
|
*
|
|
fix 'method redefined' warnings
Scott Bronson
2016-02-06
1
-0
/
+1
*
|
|
|
Merge pull request #23532 from matthewd/live-interlock
Matthew Draper
2016-02-08
1
-23
/
+28
|
\
\
\
\
|
*
|
|
|
Hand off the interlock to the new thread in AC::Live
Matthew Draper
2016-02-07
1
-23
/
+28
|
|
/
/
/
*
/
/
/
Add SVG as a default mime type
David Heinemeier Hansson
2016-02-07
1
-0
/
+1
|
/
/
/
*
|
|
Avoid coupling Action Pack to Railties.
Kasper Timm Hansen
2016-02-06
1
-1
/
+1
*
|
|
add missing require
Aaron Patterson
2016-02-05
1
-0
/
+1
*
|
|
disable controller / view thread spawning in tests
Aaron Patterson
2016-02-05
2
-2
/
+23
*
|
|
Put some space for non-assets requests in development mode
Prathamesh Sonpatki
2016-02-03
1
-0
/
+2
*
|
|
Sleep well, sweet prince
Sean Griffin
2016-02-02
1
-1
/
+1
[next]