aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add debug_exception_response_format config to configure DebugExceptionJorge Bejar2015-12-093-30/+43
* Better name for method in DebugExceptions middlewareJorge Bejar2015-12-091-2/+2
* Improve regexp in AC::Http::ParametersJorge Bejar2015-12-091-1/+1
* Minor cleanup in AD::DebugExceptionsJorge Bejar2015-12-091-6/+9
* Remove unneeded args in AD::DebugExceptionsJorge Bejar2015-12-091-1/+0
* New hash syntax in AD::DebugExceptionsJorge Bejar2015-12-091-4/+4
* Fix some edge cases in AD::DebugExceptions in rails api appsJorge Bejar2015-12-092-52/+126
* Do not include web-console in Rails API appsJorge Bejar2015-12-091-0/+2
* Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-096-10/+44
* Use URL path extension as format in bad params exception handlingJorge Bejar2015-12-082-3/+32
* Merge pull request #22248 from arekf/issue-22232Kasper Timm Hansen2015-12-072-1/+10
|\
| * Fix #22232: rake test tasks exit status codeArkadiusz Fal2015-12-072-1/+10
|/
* Clarify the need to run command twice.Kasper Timm Hansen2015-12-071-2/+2
* Change the `protect_from_forgery` prepend default to `false`eileencodes2015-12-073-9/+32
* Merge pull request #22508 from y-yagi/remove_request_forgery_protection_from_...Santiago Pastorino2015-12-072-0/+2
|\
| * remove `request_forgery_protection` initializer from rails apiyuuji.yaginuma2015-12-062-0/+2
* | Merge pull request #22475 from claudiob/missing-requireMatthew Draper2015-12-081-0/+1
|\ \
| * | Add missing require to strong_parameters.rbclaudiob2015-12-041-0/+1
* | | Merge pull request #22523 from Elektron1c97/masterRafael França2015-12-071-4/+4
|\ \ \
| * | | Typo correctionYves Siegrist2015-12-071-4/+4
* | | | Merge pull request #22517 from Elektron1c97/masterRafael França2015-12-077-13/+7
|\| | |
| * | | [ci skip] Add a dollar sign to each command in the READMEsElektron1c972015-12-067-13/+7
| |/ /
* | | Make sure we touch all the parents when touch_later.Arthur Neves2015-12-064-8/+17
* | | Only commit the cookie jar if it hasn't been committedeileencodes2015-12-061-1/+1
* | | Stop violating law of demeter in response cookie_jareileencodes2015-12-063-1/+10
* | | Push `before_sending` to super classeileencodes2015-12-0610-11/+17
* | | Merge pull request #22516 from gsamokovarov/after-create-update-destroy-commitDavid Heinemeier Hansson2015-12-064-6/+63
|\ \ \
| * | | Introduce after_{create,update,delete}_commit callbacksGenadi Samokovarov2015-12-064-6/+63
* | | | Merge pull request #22428 from thedarkone/subs-notifEileen M. Uchitelle2015-12-063-4/+24
|\ \ \ \
| * | | | Subscribing to notifications while inside the said instrumented section.thedarkone2015-11-283-4/+24
* | | | | Merge pull request #22453 from wjessop/use_action_dispatch_default_tld_lengthEileen M. Uchitelle2015-12-061-26/+30
|\ \ \ \ \
| * | | | | Test against the real value of tld_length unless explicitly setWill Jessop2015-12-041-26/+30
| | |_|/ / | |/| | |
* | | | | Merge pull request #22480 from keepcosmos/add-translate-testEileen M. Uchitelle2015-12-061-0/+5
|\ \ \ \ \
| * | | | | add test for nested model translationkeepcosmos2015-12-031-0/+5
* | | | | | Ditch `Commands` namespace for base command.Kasper Timm Hansen2015-12-064-83/+78
* | | | | | Invert command and commands tasks reference.Kasper Timm Hansen2015-12-063-10/+14
* | | | | | Remove "run with rake" suggestion.Kasper Timm Hansen2015-12-061-22/+0
* | | | | | Add class level `run` to Rails command.Kasper Timm Hansen2015-12-062-22/+15
| |_|_|/ / |/| | | |
* | | | | Merge pull request #19977 from prathamesh-sonpatki/mention-redirect-path-in-a...Arthur Nogueira Neves2015-12-052-1/+31
|\ \ \ \ \
| * | | | | Add redirection path in the error message of assert_response if response is :...Prathamesh Sonpatki2015-12-042-1/+31
| | |/ / / | |/| | |
* | | | | Replace `-> {}` with a proc.Kasper Timm Hansen2015-12-051-1/+1
* | | | | Merge pull request #22202 from grosser/grosser/write-consistentArthur Nogueira Neves2015-12-052-4/+12
|\ \ \ \ \
| * | | | | even if a write fails, store the raw valueMichael Grosser2015-11-292-4/+12
* | | | | | Remove `_instance` suffix from command.Kasper Timm Hansen2015-12-051-2/+2
* | | | | | Default `argv` to an empty array.Kasper Timm Hansen2015-12-051-1/+1
* | | | | | Spruce up `command_for`.Kasper Timm Hansen2015-12-051-4/+1
* | | | | | `exists?` isn't for users.Kasper Timm Hansen2015-12-051-1/+1
* | | | | | Move `command_name_for` to private section.Kasper Timm Hansen2015-12-051-4/+4
* | | | | | Shrink a couple of deprecation warnings to one-linersMatthew Draper2015-12-061-18/+8
* | | | | | Merge pull request #22492 from RochesterinNYC/patch-1Sean Griffin2015-12-052-3/+3
|\ \ \ \ \ \