aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Fix regression caused by a01d164bRafael Mendonça França2015-07-073-2/+37
* Update CHANGELOG.mdDmitry Zudochkin2015-07-071-1/+1
* Add test proving that accepts_nested_attributes_for is secure against ID tamp...Victor Costan2015-07-071-0/+10
* [skip ci] #distinct instead of #uniqJon Atack2015-07-031-2/+3
* Fix spelling of `Thoughtleadering`eileencodes2015-07-021-1/+1
* Use default model enum in fixtures if not definedeileencodes2015-07-023-1/+14
* Correct through associations using scopesSean Griffin2015-06-304-6/+16
* follow-up to 2183caa, always reenable the task. #20743Yves Senn2015-06-301-3/+3
* `dump_schema_after_migration` applies migration tasks other than db:migrateYves Senn2015-06-302-9/+19
* docs, nodoc `NullPreloader` and `AlreadyLoaded`.Yves Senn2015-06-291-2/+2
* Revert the behavior of association names and `where` to be closer to 4.2Sean Griffin2015-06-271-1/+1
* Merge pull request #20607 from cmtonkinson/update-console-colorsRafael Mendonça França2015-06-271-8/+11
|\
| * More granular console SQL colorationChris Tonkinson2015-06-231-8/+11
* | Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_p...Rafael Mendonça França2015-06-273-2/+37
|\ \
| * | Add table name prefix and suffix support to add_foreign_key and remove_foreig...Mehmet Emin İNAÇ2015-06-253-2/+37
* | | Merge pull request #20018 from sikachu/change-column-default-recorderRafael Mendonça França2015-06-279-7/+64
|\ \ \
| * | | Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-269-7/+64
* | | | Update .pluck documentation on uniqPrem Sichanugrist2015-06-261-1/+1
|/ / /
* | | Merge pull request #20677 from jmondo/decimal-default-stringSean Griffin2015-06-254-4/+9
|\ \ \
| * | | Display decimal defaults as strings to keep precisionJohn Gesimondo2015-06-234-4/+9
| | |/ | |/|
* / | Add pending test for the great-grandparent touching bug from #19324David Heinemeier Hansson2015-06-256-0/+72
|/ /
* | A few documentation fixes [ci skip]Robin Dupret2015-06-231-1/+1
* | Merge pull request #20673 from aditya-kapoor/correct-preload-docYves Senn2015-06-231-1/+1
|\ \
| * | [ci skip] correct for ActiveRecord::Associations::Preloader:Aditya Kapoor2015-06-231-1/+2
* | | docs, add missing closing bracket. [ci skip]Yves Senn2015-06-231-1/+1
|/ /
* | Merge pull request #20552 from jamesdabbs/belongs-to-polymorphic-force-reloadYves Senn2015-06-233-1/+10
|\ \
| * | Fix `undefined method uncached` for polymorphic belongs_to #20426James Dabbs2015-06-132-1/+2
* | | Merge pull request #20545 from dcrec1/20541Yves Senn2015-06-233-3/+39
|\ \ \ | |_|/ |/| |
| * | thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for...Diego Carrion2015-06-223-3/+31
|/ /
* | refactor, don't duplicate presence validator logic.Yves Senn2015-06-221-10/+4
* | docs, update Active Model reference for AR length validator. [ci skip]Yves Senn2015-06-221-1/+4
* | AR absence validator respects `marked_for_destruction?`. Closes #20449.Yves Senn2015-06-224-0/+106
* | Merge pull request #20636 from dcrec1/isolated_testYves Senn2015-06-201-1/+1
|\ \
| * | fix test not failing when executed isolatedDiego Carrion2015-06-191-1/+1
* | | Include `Enumerable` in `ActiveRecord::Relation`Sean Griffin2015-06-195-37/+21
|/ /
* | Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is givenSean Griffin2015-06-193-2/+20
* | Merge pull request #20259 from rastasheep/rastasheep-patch-1Yves Senn2015-06-191-2/+2
|\ \
| * | Fix typo [ci skip]Aleksandar Diklic2015-05-221-2/+2
* | | Merge pull request #19843 from marshall-lee/explain_cte_queriesYves Senn2015-06-193-1/+10
|\ \ \
| * | | Let WITH (CTE) queries be explainableVladimir Kochnev2015-05-283-1/+10
* | | | Autoload ActiveRecord::RecordInvalidRafael Mendonça França2015-06-181-0/+1
* | | | Fix descriptions of databases.rake [ci skip]Mehmet Emin İNAÇ2015-06-171-11/+11
* | | | raise ActiveModel::MissingAttributeError when trying to access a relationship...Diego Carrion2015-06-162-1/+5
* | | | Merge pull request #20572 from arthurnn/db_resetYves Senn2015-06-161-4/+1
|\ \ \ \
| * | | | Small refactor on db:resetArthur Neves2015-06-151-4/+1
* | | | | Merge pull request #20257 from prathamesh-sonpatki/test-for-serial-for-quoted...Arthur Nogueira Neves2015-06-151-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added test case for serial? method when sequence name is not quotedPrathamesh Sonpatki2015-05-221-0/+6
| | |/ / | |/| |
* | | | Merge pull request #20016 from steved/sdavidovitz/abort_if_pendingArthur Nogueira Neves2015-06-151-1/+1
|\ \ \ \
| * | | | make sure to load_config for db:abort_if_pending_migrationsSteven Davidovitz2015-05-041-1/+1
* | | | | A few documentation edits [ci skip]Robin Dupret2015-06-151-2/+2