Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Merge pull request #20884 | Sean Griffin | 2015-08-01 | 4 | -0/+57 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add #cache_key to ActiveRecord::Relation. | Alberto F. Capel | 2015-07-20 | 4 | -0/+57 | |
* | | | | | | | | | | | | Decrease string allocations on AR#respond_to? | schneems | 2015-07-29 | 1 | -1/+9 | |
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Add `:nodoc:` for internal testing methods [ci skip] | Robin Dupret | 2015-07-28 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #20849 from vngrs/misleading_nested_exceptions | Rafael Mendonça França | 2015-07-27 | 2 | -4/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix misleading errors for has_one through relations | Mehmet Emin İNAÇ | 2015-07-22 | 2 | -4/+24 | |
* | | | | | | | | | | | | Properly allow uniqueness validations on primary keys. | Sean Griffin | 2015-07-25 | 1 | -1/+3 | |
* | | | | | | | | | | | | `destroy` shouldn't raise when child associations fail to save | Sean Griffin | 2015-07-24 | 2 | -1/+11 | |
* | | | | | | | | | | | | Improvements on the enum documentation [ci skip] | Robin Dupret | 2015-07-23 | 1 | -9/+11 | |
* | | | | | | | | | | | | Rename the enum_{prefix,suffix} options to _{prefix,suffix} | Robin Dupret | 2015-07-23 | 1 | -10/+10 | |
* | | | | | | | | | | | | Fixes documentation typo. | Дмитро Будник | 2015-07-23 | 1 | -2/+2 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Extra caller details added to ActiveRecord::RecordNotFound | Sameer Rahmani | 2015-07-21 | 4 | -5/+19 | |
* | | | | | | | | | | | Deprecate and rename the keys for association restrict_dependent_destroy | Roque Pinel | 2015-07-20 | 3 | -4/+18 | |
* | | | | | | | | | | | Ensure that microsecond precision is only used for version of mysql that supp... | Jori Hardman | 2015-07-20 | 3 | -17/+25 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | Fix state being carried over from previous transaction | Roque Pinel | 2015-07-20 | 1 | -0/+4 | |
* | | | | | | | | | | Correctly ignore `mark_for_destruction` without `autosave` | Sean Griffin | 2015-07-20 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #20949 from vngrs/missing_method_in_exception | Sean Griffin | 2015-07-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add missing method name to exception description | Mehmet Emin İNAÇ | 2015-07-20 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* / / / / / / / / / | fix doc about ActiveRecord::Transactions::ClassMethods#transaction [ci skip] | Mehmet Emin İNAÇ | 2015-07-20 | 1 | -2/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #20946 from schneems/schneems/let-it-go | Sean Griffin | 2015-07-19 | 6 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Freeze string literals when not mutated. | schneems | 2015-07-19 | 6 | -8/+8 | |
* | | | | | | | | | | Fix counter_cache for polymorphic associations | Stefan Kanev | 2015-07-19 | 1 | -4/+12 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #20924 from andrii/master | Abdelkader Boudih | 2015-07-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] Fix typo in #any? RDoc | Andrii Ponomarov | 2015-07-17 | 1 | -1/+1 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #20932 from twalpole/collection_association_parameters | Sean Griffin | 2015-07-18 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Ensure that 'ActionController::Parameters' can still be passed to AR for coll... | Thomas Walpole | 2015-07-18 | 1 | -0/+6 | |
* | | | | | | | | | | Ensure cyclic associations w/ autosave don't cause duplicate errors | Sean Griffin | 2015-07-18 | 1 | -0/+7 | |
|/ / / / / / / / / | ||||||
* / / / / / / / / | Ensure that `ActionController::Parameters` can still be passed to AR | Sean Griffin | 2015-07-18 | 1 | -0/+3 | |
|/ / / / / / / / | ||||||
* | | | | / / / | Deprecate force association reload by passing true | Prem Sichanugrist | 2015-07-15 | 2 | -0/+16 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Revert "Revert "Reduce allocations when running AR callbacks."" | Guo Xiang Tan | 2015-07-16 | 5 | -18/+19 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | 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 | |
|/ / / / / / / |