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
*
Preparing for Rails 5.0.0.beta2
Sean Griffin
2016-02-01
1
-1
/
+1
*
Converge on filter.
Kasper Timm Hansen
2016-02-01
1
-5
/
+4
*
Simplify filter normalization.
Kasper Timm Hansen
2016-02-01
1
-5
/
+3
*
Merge pull request #23225 from vipulnsward/20420-rake-routes-options
Kasper Timm Hansen
2016-02-01
2
-16
/
+21
|
\
|
*
Add options for rake routes task
Vipul A M
2016-02-02
2
-16
/
+21
*
|
Add documentation for #17573
Jon Moss
2016-02-01
1
-0
/
+8
|
/
*
Merge pull request #23343 from y-yagi/remove_unused_require
Rafael França
2016-01-30
1
-1
/
+0
|
\
|
*
remove unused require
yuuji.yaginuma
2016-01-30
1
-1
/
+0
*
|
Handle response_body= when body is nil
eileencodes
2016-01-30
1
-0
/
+1
|
/
*
Add additional documentation on Headers#[] [ci skip]
Tawan Sierek
2016-01-29
1
-1
/
+15
*
speed up accept header parsing a bit.
Aaron Patterson
2016-01-28
1
-8
/
+11
*
convert AcceptList to a regular class
Aaron Patterson
2016-01-28
1
-20
/
+19
*
remove == from AcceptItem
Aaron Patterson
2016-01-27
1
-6
/
+7
*
remove useless private methods
Aaron Patterson
2016-01-27
1
-13
/
+9
*
change `@app_xml_idx` to an lvar and cache it on the stack
Aaron Patterson
2016-01-27
1
-16
/
+10
*
change `@text_xml_idx` to an lvar and cache it on the stack
Aaron Patterson
2016-01-27
1
-13
/
+11
*
Fix typo in strong params hash deprecation message
Marek
2016-01-27
1
-2
/
+2
*
fix permitted? conditional for `render` calls
Aaron Patterson
2016-01-26
1
-3
/
+6
*
Fix undefined error for `ActionController::Parameters`
Jon Moss
2016-01-26
1
-6
/
+3
*
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
4
-5
/
+30
|
\
|
*
bumping version
Aaron Patterson
2016-01-25
1
-1
/
+1
|
*
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
1
-1
/
+7
|
*
stop caching mime types globally
Aaron Patterson
2016-01-22
1
-2
/
+16
|
*
use secure string comparisons for basic auth username / password
Aaron Patterson
2016-01-22
1
-1
/
+6
*
|
Fix nodoc to internal class error document some of them
Vipul A M
2016-01-25
1
-1
/
+0
*
|
Merge pull request #23167 from maclover7/fix-21032
Rafael França
2016-01-21
1
-1
/
+5
|
\
\
|
*
|
Fix `ActionController::Parameters#==` bug
Jon Moss
2016-01-21
1
-1
/
+5
*
|
|
remove doc reference to ActionController::MimeResponds#respond_to
sealocal
2016-01-20
1
-3
/
+0
*
|
|
document simple example of ActionController::MimeResponds#respond_to
sealocal
2016-01-20
1
-1
/
+9
*
|
|
Re-add ActionController::ApiRendering
Jon Moss
2016-01-20
3
-1
/
+19
|
/
/
*
|
Merge pull request #23140 from rails/fix-search-for-custom-routes
Aaron Patterson
2016-01-20
1
-14
/
+20
|
\
\
|
*
|
Fix marking of custom routes for Journey
Andrew White
2016-01-20
1
-14
/
+20
*
|
|
Merge pull request #17573 from zerothabhishek/master
Godfrey Chan
2016-01-20
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...
abhishek
2016-01-20
1
-1
/
+1
*
|
|
Revert "Remove literal? check to fix issue with prefixed optionals"
eileencodes
2016-01-20
1
-1
/
+1
|
/
/
*
|
Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...
schneems
2016-01-19
1
-1
/
+1
*
|
Merge pull request #23120 from vipulnsward/always-set-vary-for-static-assets
Richard Schneeman
2016-01-19
1
-1
/
+1
|
\
\
|
*
|
Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...
Vipul A M
2016-01-19
1
-1
/
+1
*
|
|
Link to docs instead of listing methods
schneems
2016-01-19
1
-5
/
+7
*
|
|
Add methods to StrongParameters
schneems
2016-01-19
1
-1
/
+1
*
|
|
[close #23084] Deprecated StrongParameters
schneems
2016-01-19
1
-0
/
+16
|
/
/
*
|
Remove literal? check to fix issue with prefixed optionals
eileencodes
2016-01-16
1
-1
/
+1
*
|
Fix typo in docs [ci skip]
Rebecca Skinner
2016-01-14
1
-2
/
+2
*
|
Space Oddity
Akira Matsuda
2016-01-14
3
-4
/
+4
*
|
remove `present?` calls
Aaron Patterson
2016-01-12
1
-4
/
+4
*
|
monkey patch `recycle!` on to controllers once
Aaron Patterson
2016-01-12
1
-4
/
+4
*
|
Merge pull request #22935 from cllns/add-status-name-to-output
Rafael França
2016-01-12
3
-14
/
+64
|
\
\
|
*
|
Add both HTTP Response Code and Type to assertion messages
Sean Collins
2016-01-12
3
-14
/
+64
*
|
|
Merge pull request #23035 from jkowens/fix-null-byte
Rafael França
2016-01-12
1
-1
/
+5
|
\
\
\
|
*
|
|
Prevent attempt to serve a request with a null byte
Jordan Owens
2016-01-12
1
-1
/
+5
[next]