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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change `alpha` to `beta1` to prep for release of Rails 5
eileencodes
2015-12-18
1
-1
/
+1
*
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
5
-5
/
+14
|
\
\
|
*
|
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
5
-5
/
+14
*
|
|
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
2
-2
/
+2
*
|
|
Document when fallback_location is used [ci-skip]
Derek Prior
2015-12-17
1
-2
/
+8
|
|
/
|
/
|
*
|
Only dup Ruby's Hash and Array.
Kasper Timm Hansen
2015-12-17
2
-2
/
+46
*
|
Deprecate `redirect_to :back`
Derek Prior
2015-12-16
3
-12
/
+27
*
|
Add `redirect_back` for safer referrer redirects
Derek Prior
2015-12-16
3
-0
/
+50
*
|
Merge pull request #22605 from tonyta/delete-dead-comments
Rafael França
2015-12-16
1
-10
/
+0
|
\
\
|
*
|
deletes code commented out in 72160d9f
Tony Ta
2015-12-15
1
-10
/
+0
*
|
|
Merge pull request #22598 from yui-knk/deprecate_string_callback
Rafael França
2015-12-16
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
2
-1
/
+9
|
\
\
|
*
|
Handle tab in token authentication header.
Tyler Hunt
2014-02-26
2
-1
/
+9
*
|
|
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
2
-3
/
+67
*
|
|
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
2
-2
/
+45
|
\
\
\
|
*
|
|
Don't catch all NameError to reraise as ActionController::RoutingError #22368
Maxime Garcia
2015-12-12
2
-2
/
+45
*
|
|
|
Make Parameters#to_h and #to_unsafe_h return HWIA
Prem Sichanugrist
2015-12-14
2
-9
/
+11
|
|
_
|
/
|
/
|
|
*
|
|
Fix spacing on CHANGELOG name
eileencodes
2015-12-12
1
-1
/
+1
*
|
|
Remove ActionController::TestCase from documentation
eileencodes
2015-12-12
3
-1
/
+17
|
/
/
*
|
Show redirect response code in assert_response messages
Jon Atack
2015-12-11
2
-17
/
+36
*
|
Merge pull request #22514 from prathamesh-sonpatki/use-assert-over-assert-pre...
Rafael França
2015-12-11
2
-3
/
+3
|
\
\
|
*
|
Use assert over assert_predicate in assert_response
Prathamesh Sonpatki
2015-12-06
2
-3
/
+3
*
|
|
Merge pull request #20831 from jmbejar/rails-api-json-error-response
Santiago Pastorino
2015-12-09
6
-38
/
+181
|
\
\
\
|
*
|
|
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
3
-18
/
+11
|
*
|
|
Update Changelog with the added response_format option in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-0
/
+10
|
*
|
|
DebugException initialize with a response_format value
Jorge Bejar
2015-12-09
2
-8
/
+9
|
*
|
|
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
2
-52
/
+126
|
*
|
|
Response when error should be formatted properly in Rails API if local request
Jorge Bejar
2015-12-09
5
-9
/
+43
|
*
|
|
Use URL path extension as format in bad params exception handling
Jorge Bejar
2015-12-08
2
-3
/
+32
*
|
|
|
Fix `make_response!` when called by `serve` in `RouteSet`
eileencodes
2015-12-09
2
-6
/
+40
|
/
/
/
*
|
|
Change the `protect_from_forgery` prepend default to `false`
eileencodes
2015-12-07
3
-9
/
+32
*
|
|
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
*
|
|
|
Merge pull request #22517 from Elektron1c97/master
Rafael França
2015-12-07
1
-2
/
+1
|
\
\
\
\
|
*
|
|
|
[ci skip] Add a dollar sign to each command in the READMEs
Elektron1c97
2015-12-06
1
-2
/
+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
10
-11
/
+17
[next]