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
*
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
|
|
/
/
*
|
|
Format from Accept headers have higher precedence than path extension format
Jorge Bejar
2015-12-29
1
-0
/
+9
*
|
|
Rely on default Mime format when MimeNegotiation#format_from_path_extension i...
Jorge Bejar
2015-12-29
1
-0
/
+12
|
/
/
*
|
Currectly test the Middleware#==
Rafael Mendonça França
2015-12-22
1
-4
/
+8
*
|
Add #== back to ActionDispatch::MiddlewareStack::Middleware
Jon Moss
2015-12-21
1
-0
/
+12
*
|
Merge pull request #22650 from derekprior/dp-actionpack-warnings
Rafael França
2015-12-18
1
-0
/
+5
|
\
\
|
*
|
Fix "instance variable not initialized" in tests
Derek Prior
2015-12-17
1
-0
/
+5
*
|
|
Merge pull request #20797 from byroot/prevent-url-for-ac-parameters
Rafael França
2015-12-18
3
-3
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
3
-3
/
+10
*
|
|
Only dup Ruby's Hash and Array.
Kasper Timm Hansen
2015-12-17
1
-0
/
+28
*
|
|
Deprecate `redirect_to :back`
Derek Prior
2015-12-16
1
-2
/
+15
*
|
|
Add `redirect_back` for safer referrer redirects
Derek Prior
2015-12-16
1
-0
/
+21
*
|
|
deletes code commented out in 72160d9f
Tony Ta
2015-12-15
1
-10
/
+0
*
|
|
Merge pull request #14212 from tylerhunt/fix-token-regex
Sean Griffin
2015-12-15
1
-0
/
+8
|
\
\
\
|
*
|
|
Handle tab in token authentication header.
Tyler Hunt
2014-02-26
1
-0
/
+8
*
|
|
|
Add fragment_cache_key macro for controller-wide fragment cache key prefixes
Sam Stephenson
2015-12-14
1
-0
/
+25
*
|
|
|
Merge pull request #22564 from maximeg/legit_name_errors
Sean Griffin
2015-12-14
1
-0
/
+41
|
\
\
\
\
|
*
|
|
|
Don't catch all NameError to reraise as ActionController::RoutingError #22368
Maxime Garcia
2015-12-12
1
-0
/
+41
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Make Parameters#to_h and #to_unsafe_h return HWIA
Prem Sichanugrist
2015-12-14
1
-4
/
+4
|
/
/
/
*
|
|
Show redirect response code in assert_response messages
Jon Atack
2015-12-11
1
-7
/
+28
*
|
|
Merge pull request #22514 from prathamesh-sonpatki/use-assert-over-assert-pre...
Rafael França
2015-12-11
1
-2
/
+2
|
\
\
\
|
*
|
|
Use assert over assert_predicate in assert_response
Prathamesh Sonpatki
2015-12-06
1
-2
/
+2
*
|
|
|
Merge pull request #20831 from jmbejar/rails-api-json-error-response
Santiago Pastorino
2015-12-09
3
-5
/
+90
|
\
\
\
\
[next]