Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | [ci skip] Fix rdoc markup | akihiro17 | 2015-08-12 | 1 | -1/+1 | |
* | | | | | | docs, tiny rdoc markup fix. [ci skip] | Yves Senn | 2015-08-12 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #21205 from akihiro17/fix-doc | Matthew Draper | 2015-08-12 | 1 | -13/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] Fix the indentation | akihiro17 | 2015-08-12 | 1 | -13/+13 | |
* | | | | | | Merge pull request #17885 from starbelly/patch-1 | Yves Senn | 2015-08-11 | 1 | -8/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks | starbelly | 2015-08-01 | 2 | -11/+25 | |
* | | | | | | | Merge pull request #21165 from manlon/master | Rafael Mendonça França | 2015-08-11 | 1 | -3/+7 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | use correct DB connection for generated HABTM table | Matt Hanlon | 2015-08-07 | 1 | -3/+7 | |
* | | | | | | | Reference actual classes | Miles Starkenburg | 2015-08-08 | 1 | -5/+5 | |
* | | | | | | | Remove XML Serialization from core. | Zachary Scott | 2015-08-07 | 2 | -195/+0 | |
* | | | | | | | Add ActiveRecord::Relation#in_batches | Sina Siadat | 2015-08-07 | 4 | -10/+164 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #20459 | Sean Griffin | 2015-08-06 | 1 | -0/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add missing data types for ActiveRecord migrations | Mehmet Emin İNAÇ | 2015-06-08 | 1 | -0/+24 | |
* | | | | | | | Merge pull request #21092 from vngrs/use_memoization_for_ids_reader | Rafael Mendonça França | 2015-08-06 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use memoization for collection associations ids reader | Mehmet Emin İNAÇ | 2015-08-03 | 1 | -2/+4 | |
* | | | | | | | | better docs for ActiveRecord::Migration#table_name_options | Brendan Buckingham | 2015-08-06 | 1 | -1/+3 | |
* | | | | | | | | Should use `server_info[:version]` instead of `info[:version]` | Ryuta Kamizono | 2015-08-04 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Fix test failures caused by #20884 | Sean Griffin | 2015-08-01 | 1 | -1/+3 | |
* | | | | | | | Merge pull request #20884 | Sean Griffin | 2015-08-01 | 3 | -0/+56 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Add #cache_key to ActiveRecord::Relation. | Alberto F. Capel | 2015-07-20 | 3 | -0/+56 | |
* | | | | | | | 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 |