| Commit message (Expand) | Author | Age | Files | Lines |
* | Add #cache_key to ActiveRecord::Relation. | Alberto F. Capel | 2015-07-20 | 1 | -0/+1 |
* | Autoload ActiveRecord::RecordInvalid | Rafael Mendonça França | 2015-06-18 | 1 | -0/+1 |
* | Batch touch parent records | Arthur Neves | 2015-04-08 | 1 | -0/+1 |
* | Attempt to provide backwards compatible YAML deserialization | Sean Griffin | 2015-03-10 | 1 | -0/+1 |
* | Add `ActiveRecord::Base.suppress` | Michael Ryan | 2015-02-18 | 1 | -0/+1 |
* | Add has_secure_token to Active Record | robertomiranda | 2015-01-04 | 1 | -0/+1 |
* | Update copyright notices to 2015 [ci skip] | Arun Agrawal | 2014-12-31 | 1 | -1/+1 |
* | Remove `klass` and `arel_table` as a dependency of `PredicateBuilder` | Sean Griffin | 2014-12-26 | 1 | -0/+1 |
* | Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"" | Godfrey Chan | 2014-07-15 | 1 | -0/+1 |
* | Revert "Merge pull request #16059 from jenncoop/json-serialized-attr" | Godfrey Chan | 2014-07-05 | 1 | -1/+0 |
* | Merge pull request #16059 from jenncoop/json-serialized-attr | Godfrey Chan | 2014-07-05 | 1 | -0/+1 |
* | Move behavior of `read_attribute` to `AttributeSet` | Sean Griffin | 2014-06-25 | 1 | -1/+1 |
* | Introduce an object to aid in creation and management of `@attributes` | Sean Griffin | 2014-06-19 | 1 | -0/+1 |
* | Introduce an Attribute object to handle the type casting dance | Sean Griffin | 2014-06-13 | 1 | -0/+1 |
* | update copyright notices to 2014. [ci skip] | Vipul A M | 2014-01-01 | 1 | -1/+1 |
* | add #no_touching on ActiveRecord models | Damien Mathieu | 2013-11-13 | 1 | -0/+1 |
* | Added ActiveRecord::Base#enum for declaring enum attributes where the values ... | David Heinemeier Hansson | 2013-11-02 | 1 | -0/+1 |
* | Removes unused code related to DatabaseTasks. | kennyj | 2013-09-16 | 1 | -4/+0 |
* | deprecated `ActiveRecord::TestCase` is no longer public. | Yves Senn | 2013-07-02 | 1 | -1/+0 |
* | Remove depreacted finders | Łukasz Strzałkowski | 2013-06-28 | 1 | -1/+0 |
* | Set the inverse when association queries are refined | Jon Leighton | 2013-05-10 | 1 | -0/+1 |
* | Merge pull request #10152 from Noemj/statement_cache | Rafael Mendonça França | 2013-04-10 | 1 | -0/+1 |
|\ |
|
| * | Added statement cache | Noemj | 2013-04-10 | 1 | -0/+1 |
* | | Created a runtime registry for thread local variables in active record. | wangjohn | 2013-04-09 | 1 | -0/+1 |
* | | Sort modules in alphabetical order. | Shunsuke Osa | 2013-04-05 | 1 | -2/+2 |
* | | Extract Oracle database tasks. | kennyj | 2013-04-03 | 1 | -0/+1 |
* | | Extract Sqlserver database tasks. | kennyj | 2013-04-03 | 1 | -0/+1 |
* | | Extract Firebird database tasks. | kennyj | 2013-04-03 | 1 | -0/+2 |
|/ |
|
* | Updated copyright notices for 2013 | Andrew Nesbitt | 2012-12-31 | 1 | -1/+1 |
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -1/+0 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -1/+0 |
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 1 | -11/+0 |
* | Get rid of config.preload_frameworks in favor of config.eager_load_namespaces | José Valim | 2012-08-21 | 1 | -0/+9 |
* | Renaming active_record_deprecated_finders to activerecord-deprecated_finders | Jon Leighton | 2012-08-17 | 1 | -1/+1 |
* | Don't eager load all this | Santiago Pastorino | 2012-08-03 | 1 | -32/+33 |
* | defines a private require-hub active_support/rails | Xavier Noria | 2012-08-02 | 1 | -0/+1 |
* | removes the AR session store from eager loaded code [fixes #7160] | Xavier Noria | 2012-07-29 | 1 | -1/+10 |
* | Revert "Removing composed_of from ActiveRecord." | Rafael Mendonça França | 2012-07-27 | 1 | -0/+1 |
* | Removing composed_of from ActiveRecord. | Steve Klabnik | 2012-06-18 | 1 | -1/+0 |
* | db:create for PostgreSQL pulled out into a class. | Pat Allan | 2012-06-17 | 1 | -0/+2 |
* | db:create for MySQL now much cleaner. | Pat Allan | 2012-06-17 | 1 | -0/+2 |
* | A beginning of sorts. | Pat Allan | 2012-06-17 | 1 | -0/+6 |
* | SchemaMigration should be loaded lazily. | kennyj | 2012-05-29 | 1 | -0/+1 |
* | Fix the build | Santiago Pastorino | 2012-05-22 | 1 | -1/+0 |
* | require active_support/lazy_load_hooks where is needed | Santiago Pastorino | 2012-05-22 | 1 | -0/+1 |
* | Lazy load I18n | Santiago Pastorino | 2012-05-11 | 1 | -2/+3 |
* | clean up implementation of dynamic methods. use method compilation etc. | Jon Leighton | 2012-05-04 | 1 | -2/+0 |
* | add active_record_deprecated_finders as a dep | Jon Leighton | 2012-04-12 | 1 | -0/+1 |
* | Remove IdentityMap | Carlos Antonio da Silva | 2012-03-13 | 1 | -1/+0 |
* | Added `none` query method to return zero records. | Juanjo Bazán | 2012-01-31 | 1 | -0/+1 |