Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | 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 | |
| * | | | | | | | | | | Replace ActionMailer::Base#respond_to? with respond_to_missing? | Ryan Buckley | 2015-12-02 | 1 | -2/+2 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #22493 from rails/rm-fix-tests | Rafael França | 2015-12-04 | 4 | -14/+6 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Disable FileEventedUpdateChecker for now | Rafael Mendonça França | 2015-12-04 | 1 | -5/+1 | |
| * | | | | | | | | | Mac OS X use /private as directory to temp file | Rafael Mendonça França | 2015-12-04 | 1 | -1/+1 | |
| * | | | | | | | | | Remove test_files check from plugin checks | Rafael Mendonça França | 2015-12-04 | 1 | -4/+0 | |
| * | | | | | | | | | Remove warnings | Rafael Mendonça França | 2015-12-04 | 1 | -4/+4 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #22476 from claudiob/comment-prem | Claudio B | 2015-12-02 | 2 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove old comment about AC::Parameters>subclasses | claudiob | 2015-12-02 | 2 | -2/+7 | |
|/ / / / / / / / |