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
...
|
*
|
|
|
Deprecate passing string to define callback.
yui-knk
2015-12-16
1
-1
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #14212 from tylerhunt/fix-token-regex
Sean Griffin
2015-12-15
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Handle tab in token authentication header.
Tyler Hunt
2014-02-26
1
-1
/
+1
*
|
|
|
|
Remove warning of shadowing variable
Rafael Mendonça França
2015-12-15
1
-1
/
+1
*
|
|
|
|
Add fragment_cache_key macro for controller-wide fragment cache key prefixes
Sam Stephenson
2015-12-14
1
-3
/
+42
*
|
|
|
|
Remove ActionView::Helpers::CacheHelper#fragment_cache_key
Sam Stephenson
2015-12-14
1
-0
/
+6
*
|
|
|
|
Merge pull request #22564 from maximeg/legit_name_errors
Sean Griffin
2015-12-14
1
-2
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Don't catch all NameError to reraise as ActionController::RoutingError #22368
Maxime Garcia
2015-12-12
1
-2
/
+4
*
|
|
|
|
|
Make Parameters#to_h and #to_unsafe_h return HWIA
Prem Sichanugrist
2015-12-14
1
-5
/
+7
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Remove ActionController::TestCase from documentation
eileencodes
2015-12-12
2
-1
/
+5
|
/
/
/
/
*
|
|
|
Show redirect response code in assert_response messages
Jon Atack
2015-12-11
1
-10
/
+8
*
|
|
|
Merge pull request #22514 from prathamesh-sonpatki/use-assert-over-assert-pre...
Rafael França
2015-12-11
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Use assert over assert_predicate in assert_response
Prathamesh Sonpatki
2015-12-06
1
-1
/
+1
*
|
|
|
|
Merge pull request #20831 from jmbejar/rails-api-json-error-response
Santiago Pastorino
2015-12-09
2
-33
/
+81
|
\
\
\
\
\
|
*
|
|
|
|
Avoid calling AD::MimeNegotiation#format_from_path_extension method twice
Jorge Bejar
2015-12-09
1
-2
/
+2
|
*
|
|
|
|
Avoid warning because of the mime type
Jorge Bejar
2015-12-09
1
-1
/
+1
|
*
|
|
|
|
Do not add format key to request_params
Jorge Bejar
2015-12-09
2
-17
/
+11
|
*
|
|
|
|
DebugException initialize with a response_format value
Jorge Bejar
2015-12-09
1
-6
/
+7
|
*
|
|
|
|
Better name for method in DebugExceptions middleware
Jorge Bejar
2015-12-09
1
-2
/
+2
|
*
|
|
|
|
Improve regexp in AC::Http::Parameters
Jorge Bejar
2015-12-09
1
-1
/
+1
|
*
|
|
|
|
Minor cleanup in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-6
/
+9
|
*
|
|
|
|
Remove unneeded args in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-1
/
+0
|
*
|
|
|
|
New hash syntax in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-4
/
+4
|
*
|
|
|
|
Fix some edge cases in AD::DebugExceptions in rails api apps
Jorge Bejar
2015-12-09
1
-41
/
+64
|
*
|
|
|
|
Response when error should be formatted properly in Rails API if local request
Jorge Bejar
2015-12-09
2
-5
/
+18
|
*
|
|
|
|
Use URL path extension as format in bad params exception handling
Jorge Bejar
2015-12-08
1
-2
/
+17
*
|
|
|
|
|
Fix `make_response!` when called by `serve` in `RouteSet`
eileencodes
2015-12-09
1
-6
/
+1
|
/
/
/
/
/
*
|
|
|
|
Change the `protect_from_forgery` prepend default to `false`
eileencodes
2015-12-07
1
-7
/
+7
*
|
|
|
|
Merge pull request #22475 from claudiob/missing-require
Matthew Draper
2015-12-08
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Add missing require to strong_parameters.rb
claudiob
2015-12-04
1
-0
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Only commit the cookie jar if it hasn't been committed
eileencodes
2015-12-06
1
-1
/
+1
*
|
|
|
|
Stop violating law of demeter in response cookie_jar
eileencodes
2015-12-06
3
-1
/
+10
*
|
|
|
|
Push `before_sending` to super class
eileencodes
2015-12-06
4
-6
/
+7
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #19977 from prathamesh-sonpatki/mention-redirect-path-in-a...
Arthur Nogueira Neves
2015-12-05
1
-0
/
+15
|
\
\
\
\
|
*
|
|
|
Add redirection path in the error message of assert_response if response is :...
Prathamesh Sonpatki
2015-12-04
1
-0
/
+15
|
|
/
/
/
*
/
/
/
Shrink a couple of deprecation warnings to one-liners
Matthew Draper
2015-12-06
1
-18
/
+8
|
/
/
/
*
|
|
Merge pull request #22373 from yui-knk/ad_constraints
Yves Senn
2015-11-30
1
-1
/
+1
|
\
\
\
|
*
|
|
Add `Routing` namespace to point appropriate constant
yui-knk
2015-11-22
1
-1
/
+1
*
|
|
|
Merge pull request #22371 from yui-knk/better_mount_error
Arthur Nogueira Neves
2015-11-28
1
-6
/
+9
|
\
\
\
\
|
*
|
|
|
Brush up errors of `ActionDispatch::Routing::Mapper#mount`
yui-knk
2015-11-28
1
-6
/
+9
|
|
/
/
/
*
|
|
|
Merge pull request #21241 from pdg137/master
Arthur Nogueira Neves
2015-11-26
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
In url_for, never append ? when the query string is empty anyway.
Paul Grayson
2015-10-29
1
-1
/
+2
*
|
|
|
|
Merge pull request #22263 from mastahyeti/csrf-origin-check
Rafael França
2015-11-26
2
-4
/
+30
|
\
\
\
\
\
|
*
|
|
|
|
Add option to verify Origin header in CSRF checks
Ben Toews
2015-11-25
2
-4
/
+30
*
|
|
|
|
|
Merge pull request #22172 from tijmenb/fix-source-in-show-exception
Rafael França
2015-11-24
2
-0
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add text template for source code
Tijmen Brommet
2015-11-03
2
-0
/
+8
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-method
Sean Griffin
2015-11-23
1
-3
/
+9
|
\
\
\
\
\
\
|
*
|
|
|
|
|
write a test for `#form_data?`
Sergey Alekseev
2015-03-31
1
-1
/
+9
*
|
|
|
|
|
|
Clearer comment and variable name on IP spoofing
Grey Baker
2015-11-22
1
-7
/
+15
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #22353 from Bounga/doc_for_cookies_encrypted
Claudio B
2015-11-20
1
-0
/
+7
|
\
\
\
\
\
\
[prev]
[next]