aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | Clean up and correct documentation for update_columns and update_all [ci skip]James Wen2015-12-052-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #22500 from y-yagi/fix_warning_in_geometric_testSean Griffin2015-12-041-1/+3
|\ \ \ \ \
| * | | | | remove warning from postgresql geometric testyuuji.yaginuma2015-12-051-1/+3
* | | | | | Merge pull request #22457 from ccallebs/rails-commands-infrastructureKasper Timm Hansen2015-12-059-51/+144
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-049-51/+144
|/ / / / /
* | | | | Merge pull request #22482 from ridiculous/masterRafael França2015-12-041-4/+6
|\ \ \ \ \
| * | | | | Make ActionMailer::Base.respond_to_missing? privateRyan Buckley2015-12-031-4/+6
| * | | | | Replace ActionMailer::Base#respond_to? with respond_to_missing?Ryan Buckley2015-12-021-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #22493 from rails/rm-fix-testsRafael França2015-12-044-14/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Disable FileEventedUpdateChecker for nowRafael Mendonça França2015-12-041-5/+1
| * | | | Mac OS X use /private as directory to temp fileRafael Mendonça França2015-12-041-1/+1
| * | | | Remove test_files check from plugin checksRafael Mendonça França2015-12-041-4/+0
| * | | | Remove warningsRafael Mendonça França2015-12-041-4/+4
|/ / / /
* | | | Merge pull request #22476 from claudiob/comment-premClaudio B2015-12-022-2/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Remove old comment about AC::Parameters>subclassesclaudiob2015-12-022-2/+7
|/ / /
* | | Merge pull request #22469 from merhard/fix_custom_file_loader_testRafael França2015-12-021-0/+2
|\ \ \
| * | | Fix failing test using custom file watcherMatthew Erhard2015-12-021-0/+2
* | | | Merge pull request #22471 from merhard/railties_tests_actually_fail_on_travisRafael França2015-12-021-21/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "don't start a new process for every test file"Matthew Erhard2015-12-021-21/+8
|/ / /
* | | don't rely on the columns hash to get defaults. follow-up to #17169.Yves Senn2015-12-022-7/+25
* | | add `ActiveRecord::Base.has_attribute?`Yves Senn2015-12-023-2/+27
* | | tests, pluralize singular table name.Yves Senn2015-12-021-1/+1
* | | Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-typeYves Senn2015-12-023-9/+47
|\ \ \