aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * STI cast new instances to `default type` on initialize.Kuldeep Aggarwal2015-12-023-0/+42
|/
* Merge pull request #22464 from pavlos/patch-1Claudio B2015-12-011-1/+1
|\
| * Update autoloading_and_reloading_constants.mdpavlos2015-12-011-1/+1
* | Ensure `Relation` responds to `shuffle`Sean Griffin2015-12-012-2/+2
|/
* Merge pull request #22343 from jeffminnear/patch-1Claudio B2015-12-011-2/+9
|\
| * Modify unscoped usage guide to include chainingJeff Minnear2015-11-301-2/+9
* | Merge pull request #22449 from dnagir/database_connection_messageYves Senn2015-12-011-1/+1
|\ \
| * | Explain the connection pool error message betterDmytrii Nagirniak2015-12-011-1/+1
* | | Merge pull request #22361 from grosser/grosser/rescueArthur Nogueira Neves2015-11-301-26/+19
|\ \ \
| * | | rescue memcached errors in a consistent wayMichael Grosser2015-11-291-26/+19
* | | | Merge pull request #22456 from chriskottom/fix-minitest-plugin-with-minitest-...Sean Griffin2015-11-302-1/+7
|\ \ \ \
| * | | | allow use of minitest-rails gem with test runnerChris Kottom2015-11-302-1/+7
|/ / / /
* | | | Merge pull request #22345 from GUI/fix-multi-schema-structure-dumpYves Senn2015-11-303-4/+10
|\ \ \ \
| * | | | Fix rake db:structure:dump on Postgres when multiple schemas are used.Nick Muerdter2015-11-193-4/+13
* | | | | Merge pull request #22451 from kamipo/refactor_abstract_adapter_initializeKasper Timm Hansen2015-11-304-8/+7
|\ \ \ \ \
| * | | | | Refactor `AbstractAdapter#initialize`Ryuta Kamizono2015-11-304-8/+7
* | | | | | Merge pull request #22452 from kamipo/fix_indentationArun Agrawal2015-11-301-7/+7
|\ \ \ \ \ \
| * | | | | | Fix indentation in CHANGELOG.md [ci skip]Ryuta Kamizono2015-11-301-7/+7
|/ / / / / /
* | | | | | Merge pull request #22363 from yui-knk/mv_ar_test_caseYves Senn2015-11-302-91/+94
|\ \ \ \ \ \
| * | | | | | Remove some bind related test cases from finder_test.rb to sanitize_test.rbyui-knk2015-11-212-91/+94
* | | | | | | Merge pull request #22427 from eliotsykes/validation-message-proc-docYves Senn2015-11-301-1/+30
|\ \ \ \ \ \ \
| * | | | | | | Document message validation option accepts ProcEliot Sykes2015-11-271-1/+30