| Commit message (Expand) | Author | Age | Files | Lines |
* | Define attribute methods before attempting to populate records | Sean Griffin | 2015-01-05 | 1 | -1/+1 |
* | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=` | Rafael Mendonça França | 2015-01-04 | 1 | -7/+0 |
* | Pass a type caster when aliasing tables for joins | Sean Griffin | 2014-12-29 | 1 | -4/+4 |
* | Extract an explicit type caster class | Sean Griffin | 2014-12-29 | 1 | -7/+5 |
* | Rely on the injectable type caster for `arel_table` | Sean Griffin | 2014-12-29 | 1 | -1/+7 |
* | Remove `klass` and `arel_table` as a dependency of `PredicateBuilder` | Sean Griffin | 2014-12-26 | 1 | -2/+6 |
* | Inject the `PredicateBuilder` into the `Relation` instance | Sean Griffin | 2014-12-26 | 1 | -1/+5 |
* | Don't perform statement caching for `find` when called from a scope | Sean Griffin | 2014-12-22 | 1 | -0/+1 |
* | docs, bring back `ActiveRecord::Core` methods in the API. [ci skip] | Yves Senn | 2014-12-04 | 1 | -1/+0 |
* | Stop using `Arel::Table.engine` | Sean Griffin | 2014-11-29 | 1 | -1/+1 |
* | Reduce the amount of work performed when instantiating AR models | Sean Griffin | 2014-11-14 | 1 | -2/+0 |
* | Treat strings greater than int max value as out of range | Sean Griffin | 2014-10-31 | 1 | -0/+4 |
* | Rename `default_attributes` to `_default_attributes` | Sean Griffin | 2014-10-31 | 1 | -1/+1 |
* | let's warn with heredocs | Xavier Noria | 2014-10-28 | 1 | -5/+10 |
* | Prefix internal method with _ | Rafael Mendonça França | 2014-10-25 | 1 | -4/+4 |
* | Reduce allocations when running AR callbacks. | Pete Higgins | 2014-09-28 | 1 | -4/+4 |
* | Fix find_by with associations not working with adequate record | Godfrey Chan | 2014-09-20 | 1 | -0/+3 |
* | Quick fix to address the borken build caused by #15791 | Godfrey Chan | 2014-09-20 | 1 | -1/+1 |
* | Backwards compat for activerecord-deprecated_finders | stopdropandrew | 2014-09-16 | 1 | -0/+2 |
* | Allow included modules to override association methods. | Yves Senn | 2014-09-09 | 1 | -2/+0 |
* | Skip StatementCache for eager loaded associations (Fixes #16761) | Sammy Larbi | 2014-09-04 | 1 | -0/+1 |
* | Override #find_by! in core to enable AST caching | Godfrey Chan | 2014-08-25 | 1 | -0/+4 |
* | Fixed find_by("sql fragment without bindings") on master | Godfrey Chan | 2014-08-25 | 1 | -1/+1 |
* | Merge pull request #15718 from chancancode/regression_from_15694 | Godfrey Chan | 2014-07-16 | 1 | -0/+5 |
|\ |
|
| * | Fixed a regression introduced in 84cf156 | Godfrey Chan | 2014-06-14 | 1 | -0/+5 |
* | | Merge pull request #16015 from sgrif/sg-ensure-initialized | Rafael Mendonça França | 2014-07-02 | 1 | -4/+1 |
|\ \ |
|
| * | | Move pk initialization logic onto `AttributeSet` | Sean Griffin | 2014-07-02 | 1 | -4/+1 |
* | | | Don't error when `dup`ing a record with no PK | Sean Griffin | 2014-07-02 | 1 | -2/+1 |
|/ / |
|
* | | Simplify creation of default attributes on AR instance | Sean Griffin | 2014-06-29 | 1 | -6/+1 |
* | | Move writing unknown column exception to null attribute | Sean Griffin | 2014-06-26 | 1 | -1/+1 |
* | | Encapsulate the creation of `Attribute` objects | Sean Griffin | 2014-06-26 | 1 | -2/+2 |
* | | Remove unneeded `@column_types` instance variable | Sean Griffin | 2014-06-22 | 1 | -2/+0 |
* | | Return a null object from `AttributeSet#[]` | Sean Griffin | 2014-06-20 | 1 | -1/+3 |
* | | docs, configurations method is listed in the docs. [ci skip] | Yves Senn | 2014-06-20 | 1 | -1/+0 |
* | | Introduce an object to aid in creation and management of `@attributes` | Sean Griffin | 2014-06-19 | 1 | -4/+3 |
|/ |
|
* | Remove unused column types override | Sean Griffin | 2014-06-13 | 1 | -3/+0 |
* | Merge pull request #15689 from sgrif/sg-attribute-methods | Matthew Draper | 2014-06-14 | 1 | -0/+1 |
|\ |
|
| * | Ensure we always define attribute methods | Sean Griffin | 2014-06-13 | 1 | -0/+1 |
* | | Merge pull request #15593 from sgrif/sg-attribute | Rafael Mendonça França | 2014-06-13 | 1 | -19/+18 |
|\ \
| |/
|/| |
|
| * | Introduce an Attribute object to handle the type casting dance | Sean Griffin | 2014-06-13 | 1 | -19/+18 |
* | | Defer to super, rather than re-implementing Object#hash | Sean Griffin | 2014-06-12 | 1 | -1/+5 |
* | | Fix performance regression on preloading HABTM associations | Sean Griffin | 2014-06-12 | 1 | -1/+1 |
|/ |
|
* | Keep the types of virtual columns after yaml serialization | Sean Griffin | 2014-06-10 | 1 | -0/+1 |
* | Move conditionals about freezing closer to the definition of `freeze` | Sean Griffin | 2014-06-07 | 1 | -0/+6 |
* | Bring type casting behavior of hstore/json in line with serialized | Sean Griffin | 2014-06-04 | 1 | -3/+6 |
* | Merge pull request #15172 from notEthan/active_record_pretty_print | Rafael Mendonça França | 2014-06-03 | 1 | -0/+23 |
|\ |
|
| * | implement ActiveRecord::Base#pretty_print + changelog | Ethan | 2014-05-29 | 1 | -0/+23 |
* | | Keep column defaults in type cast form | Sean Griffin | 2014-06-03 | 1 | -1/+1 |
* | | Remove unused `initialize_attributes` method | Sean Griffin | 2014-06-02 | 1 | -3/+2 |
* | | New records should remain new after yaml serialization | Sean Griffin | 2014-06-01 | 1 | -1/+2 |