| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix regression caused by a01d164b | Rafael Mendonça França | 2015-07-07 | 1 | -2/+2 |
* | [skip ci] #distinct instead of #uniq | Jon Atack | 2015-07-03 | 1 | -2/+3 |
* | Use default model enum in fixtures if not defined | eileencodes | 2015-07-02 | 1 | -1/+3 |
* | Correct through associations using scopes | Sean Griffin | 2015-06-30 | 2 | -6/+1 |
* | follow-up to 2183caa, always reenable the task. #20743 | Yves Senn | 2015-06-30 | 1 | -3/+3 |
* | `dump_schema_after_migration` applies migration tasks other than db:migrate | Yves Senn | 2015-06-30 | 1 | -9/+12 |
* | docs, nodoc `NullPreloader` and `AlreadyLoaded`. | Yves Senn | 2015-06-29 | 1 | -2/+2 |
* | Revert the behavior of association names and `where` to be closer to 4.2 | Sean Griffin | 2015-06-27 | 1 | -1/+1 |
* | Merge pull request #20607 from cmtonkinson/update-console-colors | Rafael Mendonça França | 2015-06-27 | 1 | -8/+11 |
|\ |
|
| * | More granular console SQL coloration | Chris Tonkinson | 2015-06-23 | 1 | -8/+11 |
* | | Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_p... | Rafael Mendonça França | 2015-06-27 | 2 | -2/+6 |
|\ \ |
|
| * | | Add table name prefix and suffix support to add_foreign_key and remove_foreig... | Mehmet Emin İNAÇ | 2015-06-25 | 2 | -2/+6 |
* | | | Merge pull request #20018 from sikachu/change-column-default-recorder | Rafael Mendonça França | 2015-06-27 | 6 | -7/+35 |
|\ \ \ |
|
| * | | | Add reversible syntax for change_column_default | Prem Sichanugrist | 2015-06-26 | 6 | -7/+35 |
* | | | | Update .pluck documentation on uniq | Prem Sichanugrist | 2015-06-26 | 1 | -1/+1 |
|/ / / |
|
* | / | Display decimal defaults as strings to keep precision | John Gesimondo | 2015-06-23 | 1 | -1/+1 |
| |/
|/| |
|
* | | A few documentation fixes [ci skip] | Robin Dupret | 2015-06-23 | 1 | -1/+1 |
* | | Merge pull request #20673 from aditya-kapoor/correct-preload-doc | Yves Senn | 2015-06-23 | 1 | -1/+1 |
|\ \ |
|
| * | | [ci skip] correct for ActiveRecord::Associations::Preloader: | Aditya Kapoor | 2015-06-23 | 1 | -1/+2 |
* | | | docs, add missing closing bracket. [ci skip] | Yves Senn | 2015-06-23 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #20552 from jamesdabbs/belongs-to-polymorphic-force-reload | Yves Senn | 2015-06-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix `undefined method uncached` for polymorphic belongs_to #20426 | James Dabbs | 2015-06-13 | 1 | -1/+1 |
* | | | thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for... | Diego Carrion | 2015-06-22 | 1 | -3/+6 |
| |/
|/| |
|
* | | refactor, don't duplicate presence validator logic. | Yves Senn | 2015-06-22 | 1 | -10/+4 |
* | | docs, update Active Model reference for AR length validator. [ci skip] | Yves Senn | 2015-06-22 | 1 | -1/+4 |
* | | AR absence validator respects `marked_for_destruction?`. Closes #20449. | Yves Senn | 2015-06-22 | 2 | -0/+25 |
* | | Include `Enumerable` in `ActiveRecord::Relation` | Sean Griffin | 2015-06-19 | 4 | -37/+17 |
* | | Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is given | Sean Griffin | 2015-06-19 | 1 | -2/+6 |
* | | Merge pull request #20259 from rastasheep/rastasheep-patch-1 | Yves Senn | 2015-06-19 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix typo [ci skip] | Aleksandar Diklic | 2015-05-22 | 1 | -2/+2 |
* | | | Merge pull request #19843 from marshall-lee/explain_cte_queries | Yves Senn | 2015-06-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Let WITH (CTE) queries be explainable | Vladimir Kochnev | 2015-05-28 | 1 | -1/+1 |
* | | | | Autoload ActiveRecord::RecordInvalid | Rafael Mendonça França | 2015-06-18 | 1 | -0/+1 |
* | | | | Fix descriptions of databases.rake [ci skip] | Mehmet Emin İNAÇ | 2015-06-17 | 1 | -11/+11 |
* | | | | raise ActiveModel::MissingAttributeError when trying to access a relationship... | Diego Carrion | 2015-06-16 | 1 | -1/+1 |
* | | | | Small refactor on db:reset | Arthur Neves | 2015-06-15 | 1 | -4/+1 |
* | | | | Merge pull request #20016 from steved/sdavidovitz/abort_if_pending | Arthur Nogueira Neves | 2015-06-15 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | make sure to load_config for db:abort_if_pending_migrations | Steven Davidovitz | 2015-05-04 | 1 | -1/+1 |
* | | | | | A few documentation edits [ci skip] | Robin Dupret | 2015-06-15 | 1 | -2/+2 |
* | | | | | make `remove_index :table, :column` reversible. | Yves Senn | 2015-06-15 | 2 | -8/+10 |
* | | | | | Merge pull request #20550 from maurogeorge/add_reference-rdoc | Yves Senn | 2015-06-15 | 1 | -0/+3 |
|\ \ \ \ \ |
|
| * | | | | | Add RDoc about add_reference to ActiveRecord::Migration | Mauro George | 2015-06-13 | 1 | -0/+6 |
| | |_|_|/
| |/| | | |
|
* | | | | | [ci skip] fix typo mistake | Kuldeep Aggarwal | 2015-06-14 | 1 | -1/+1 |
* | | | | | [ci skip] Fix the dynamic fixtures example | Jeremy Baker | 2015-06-13 | 1 | -1/+1 |
|/ / / / |
|
* | | | | [ci skip] Fix the API docs for Bi-directional associations | Roque Pinel | 2015-06-13 | 1 | -12/+7 |
* | | | | Copy-edits in 04c349659bfd97f9eaf5266ef7a64b4eb367c6a8 | Rafael Mendonça França | 2015-06-12 | 1 | -1/+2 |
* | | | | add doc about how empty serialization objects are persisted | Diego Carrion | 2015-06-12 | 1 | -0/+2 |
* | | | | Don't crash when mutating attributes in a getter | Sean Griffin | 2015-06-12 | 1 | -1/+6 |
* | | | | Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-key | Yves Senn | 2015-06-12 | 2 | -1/+15 |
|\ \ \ \ |
|
| * | | | | Add an invert method for remove_foreign_key | Aster Ryan | 2015-06-11 | 2 | -1/+16 |