Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
* | | | | | renames AS::FileEventedUpdateChecker to AS::EventedFileUpdateChecker | Xavier Noria | 2015-12-09 | 3 | -6/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #22248 from arekf/issue-22232 | Kasper Timm Hansen | 2015-12-07 | 2 | -1/+10 | |
|\ \ \ \ | ||||||
| * | | | | Fix #22232: rake test tasks exit status code | Arkadiusz Fal | 2015-12-07 | 2 | -1/+10 | |
|/ / / / | ||||||
* | | | | Clarify the need to run command twice. | Kasper Timm Hansen | 2015-12-07 | 1 | -2/+2 | |
* | | | | Change the `protect_from_forgery` prepend default to `false` | eileencodes | 2015-12-07 | 3 | -9/+32 | |
* | | | | Merge pull request #22508 from y-yagi/remove_request_forgery_protection_from_... | Santiago Pastorino | 2015-12-07 | 2 | -0/+2 | |
|\ \ \ \ | ||||||
| * | | | | remove `request_forgery_protection` initializer from rails api | yuuji.yaginuma | 2015-12-06 | 2 | -0/+2 | |
* | | | | | 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 #22523 from Elektron1c97/master | Rafael França | 2015-12-07 | 1 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Typo correction | Yves Siegrist | 2015-12-07 | 1 | -4/+4 | |
* | | | | | | | Merge pull request #22517 from Elektron1c97/master | Rafael França | 2015-12-07 | 7 | -13/+7 | |
|\| | | | | | | ||||||
| * | | | | | | [ci skip] Add a dollar sign to each command in the READMEs | Elektron1c97 | 2015-12-06 | 7 | -13/+7 | |
| |/ / / / / | ||||||
* | | | | | | Make sure we touch all the parents when touch_later. | Arthur Neves | 2015-12-06 | 4 | -8/+17 | |
* | | | | | | 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 | |
* | | | | | | Merge pull request #22516 from gsamokovarov/after-create-update-destroy-commit | David Heinemeier Hansson | 2015-12-06 | 4 | -6/+63 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Introduce after_{create,update,delete}_commit callbacks | Genadi Samokovarov | 2015-12-06 | 4 | -6/+63 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #22428 from thedarkone/subs-notif | Eileen M. Uchitelle | 2015-12-06 | 3 | -4/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Subscribing to notifications while inside the said instrumented section. | thedarkone | 2015-11-28 | 3 | -4/+24 | |
* | | | | | | | Merge pull request #22453 from wjessop/use_action_dispatch_default_tld_length | Eileen M. Uchitelle | 2015-12-06 | 1 | -26/+30 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Test against the real value of tld_length unless explicitly set | Will Jessop | 2015-12-04 | 1 | -26/+30 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #22480 from keepcosmos/add-translate-test | Eileen M. Uchitelle | 2015-12-06 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | add test for nested model translation | keepcosmos | 2015-12-03 | 1 | -0/+5 | |
* | | | | | | | | Ditch `Commands` namespace for base command. | Kasper Timm Hansen | 2015-12-06 | 4 | -83/+78 | |
* | | | | | | | | Invert command and commands tasks reference. | Kasper Timm Hansen | 2015-12-06 | 3 | -10/+14 | |
* | | | | | | | | Remove "run with rake" suggestion. | Kasper Timm Hansen | 2015-12-06 | 1 | -22/+0 | |
* | | | | | | | | Add class level `run` to Rails command. | Kasper Timm Hansen | 2015-12-06 | 2 | -22/+15 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #19977 from prathamesh-sonpatki/mention-redirect-path-in-a... | Arthur Nogueira Neves | 2015-12-05 | 2 | -1/+31 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add redirection path in the error message of assert_response if response is :... | Prathamesh Sonpatki | 2015-12-04 | 2 | -1/+31 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Replace `-> {}` with a proc. | Kasper Timm Hansen | 2015-12-05 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #22202 from grosser/grosser/write-consistent | Arthur Nogueira Neves | 2015-12-05 | 2 | -4/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | even if a write fails, store the raw value | Michael Grosser | 2015-11-29 | 2 | -4/+12 | |
* | | | | | | | | Remove `_instance` suffix from command. | Kasper Timm Hansen | 2015-12-05 | 1 | -2/+2 | |
* | | | | | | | | Default `argv` to an empty array. | Kasper Timm Hansen | 2015-12-05 | 1 | -1/+1 | |
* | | | | | | | | Spruce up `command_for`. | Kasper Timm Hansen | 2015-12-05 | 1 | -4/+1 | |
* | | | | | | | | `exists?` isn't for users. | Kasper Timm Hansen | 2015-12-05 | 1 | -1/+1 | |
* | | | | | | | | Move `command_name_for` to private section. | Kasper Timm Hansen | 2015-12-05 | 1 | -4/+4 | |
* | | | | | | | | Shrink a couple of deprecation warnings to one-liners | Matthew Draper | 2015-12-06 | 1 | -18/+8 | |
* | | | | | | | | Merge pull request #22492 from RochesterinNYC/patch-1 | Sean Griffin | 2015-12-05 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Clean up and correct documentation for update_columns and update_all [ci skip] | James Wen | 2015-12-05 | 2 | -3/+3 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #22500 from y-yagi/fix_warning_in_geometric_test | Sean Griffin | 2015-12-04 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | remove warning from postgresql geometric test | yuuji.yaginuma | 2015-12-05 | 1 | -1/+3 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #22457 from ccallebs/rails-commands-infrastructure | Kasper Timm Hansen | 2015-12-05 | 9 | -51/+144 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add Rails command infrastructure and encapsulate development caching | Chuck Callebs | 2015-12-04 | 9 | -51/+144 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #22482 from ridiculous/master | Rafael França | 2015-12-04 | 1 | -4/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make ActionMailer::Base.respond_to_missing? private | Ryan Buckley | 2015-12-03 | 1 | -4/+6 |