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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Run `file.close` before unlinking for travis
eileencodes
2016-01-28
1
-1
/
+2
*
|
|
Regression test for rendering file from absolute path
eileencodes
2016-01-28
1
-0
/
+11
*
|
|
doc typo
Akira Matsuda
2016-01-27
1
-2
/
+2
*
|
|
add a skip for failing test
Aaron Patterson
2016-01-26
1
-1
/
+2
*
|
|
fix permitted? conditional for `render` calls
Aaron Patterson
2016-01-26
1
-0
/
+11
*
|
|
clear view path cache between tests
Aaron Patterson
2016-01-26
1
-0
/
+5
*
|
|
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-0
/
+31
|
\
\
\
|
*
|
|
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
1
-0
/
+31
*
|
|
|
Merge pull request #23167 from maclover7/fix-21032
Rafael França
2016-01-21
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
Fix `ActionController::Parameters#==` bug
Jon Moss
2016-01-21
1
-0
/
+6
*
|
|
|
|
- Fix warning introduced in https://github.com/vipulnsward/rails/commit/77acc...
Vipul A M
2016-01-22
1
-1
/
+3
*
|
|
|
|
Re-add ActionController::ApiRendering
Jon Moss
2016-01-20
1
-0
/
+20
|
/
/
/
/
*
|
|
|
Merge pull request #23140 from rails/fix-search-for-custom-routes
Aaron Patterson
2016-01-20
1
-0
/
+63
|
\
\
\
\
|
*
|
|
|
Fix marking of custom routes for Journey
Andrew White
2016-01-20
1
-0
/
+63
*
|
|
|
|
Merge pull request #17573 from zerothabhishek/master
Godfrey Chan
2016-01-20
3
-9
/
+9
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...
abhishek
2016-01-20
3
-9
/
+9
*
|
|
|
|
Revert "Remove literal? check to fix issue with prefixed optionals"
eileencodes
2016-01-20
1
-12
/
+0
|
/
/
/
/
*
|
|
|
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
*
|
|
|
|
Add methods to StrongParameters
schneems
2016-01-19
1
-1
/
+8
*
|
|
|
|
[close #23084] Deprecated StrongParameters
schneems
2016-01-19
1
-0
/
+6
|
/
/
/
/
*
|
|
|
Remove literal? check to fix issue with prefixed optionals
eileencodes
2016-01-16
1
-0
/
+12
*
|
|
|
Merge pull request #22985 from akshay-vishnoi/fix-typo
Rafael França
2016-01-16
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
test `include?`- fix typo
Akshay Vishnoi
2016-01-09
1
-1
/
+1
*
|
|
|
|
do not run in parallel on travis
Aaron Patterson
2016-01-12
1
-1
/
+5
*
|
|
|
|
Merge pull request #22935 from cllns/add-status-name-to-output
Rafael França
2016-01-12
1
-3
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
Add both HTTP Response Code and Type to assertion messages
Sean Collins
2016-01-12
1
-3
/
+16
*
|
|
|
|
|
Merge pull request #23035 from jkowens/fix-null-byte
Rafael França
2016-01-12
1
-0
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Prevent attempt to serve a request with a null byte
Jordan Owens
2016-01-12
1
-0
/
+4
*
|
|
|
|
|
|
AC::Parameters#at_json: restore Rails 4.2’s value
claudiob
2016-01-12
1
-0
/
+6
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Commit before freezing the headers
Matthew Draper
2016-01-12
1
-0
/
+21
*
|
|
|
|
|
Merge pull request #21181 from denisenkom/mypatch
Kasper Timm Hansen
2016-01-10
1
-0
/
+19
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Test basic auth with symbols in login and password
Mikhail Denisenko
2015-10-24
1
-0
/
+19
*
|
|
|
|
|
Better error message when running `rake routes` with CONTROLLER arg:
Edouard CHIN
2016-01-07
1
-0
/
+38
*
|
|
|
|
|
Remove splat operator warning from ssl_test
Prathamesh Sonpatki
2016-01-07
1
-1
/
+1
*
|
|
|
|
|
Allow AC::Parameters as an argument to url_helpers
Prathamesh Sonpatki
2016-01-07
1
-0
/
+21
*
|
|
|
|
|
Merge pull request #22275 from mastahyeti/per-form-csrf
Rafael França
2016-01-06
1
-0
/
+172
|
\
\
\
\
\
\
|
*
|
|
|
|
|
add option for per-form CSRF tokens
Ben Toews
2016-01-04
1
-0
/
+172
*
|
|
|
|
|
|
Merge pull request #22906 from bf4/rendering_exceptions
Rafael França
2016-01-04
2
-24
/
+90
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Add ActionController:Renderers test
Benjamin Fleischer
2016-01-03
2
-24
/
+90
*
|
|
|
|
|
|
Fix typo in test desctiption [skip ci]
Anton Davydov
2016-01-04
1
-1
/
+1
|
/
/
/
/
/
/
*
|
/
/
/
/
Test ActionController::Renderers::use_renderers
Benjamin Fleischer
2015-12-31
2
-0
/
+48
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2
Kasper Timm Hansen
2015-12-31
1
-0
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Fix AC::Parameters#to_unsafe_h to return all unfiltered values
Prathamesh Sonpatki
2015-12-31
1
-0
/
+8
*
|
|
|
|
|
Merge pull request #22826 from timrogers/actiondispatch-ssl-config
Rafael França
2015-12-31
1
-15
/
+30
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Flexible configuration for ActionDispatch::SSL
Tim Rogers
2015-12-29
1
-15
/
+30
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Fix test for AC::Parameters#to_unsafe_h
Prathamesh Sonpatki
2015-12-30
1
-2
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #22830 from jcoyne/parameters_include
Richard Schneeman
2015-12-29
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
Add AC::Parameters#include?
Justin Coyne
2015-12-29
1
-0
/
+6
|
|
/
/
/
[prev]
[next]