| Commit message (Expand) | Author | Age | Files | Lines |
* | `type_cast_from_user` -> `cast` | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | `type_cast_for_database` -> `serialize` | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | `Type#type_cast_from_database` -> `Type#deserialize` | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | Remove most type related predicates from `Column` | Sean Griffin | 2015-01-30 | 1 | -8/+5 |
* | Return a null column from `column_for_attribute` when no column exists. | Rafael Mendonça França | 2015-01-04 | 1 | -4/+18 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -2/+2 |
* | Add a test for reflection keys as Strings, fixes #16928 | Zachary Scott | 2014-11-23 | 1 | -0/+4 |
* | Begin refactoring ThroughReflection | eileencodes | 2014-07-08 | 1 | -34/+30 |
* | Add regression tests for keys on nested associations | eileencodes | 2014-07-01 | 1 | -0/+32 |
* | Add a deprecation cycle for `NullColumn` from `column_for_attribute` | Sean Griffin | 2014-06-23 | 1 | -18/+4 |
* | Rename `type_cast` to `type_cast_from_database` | Sean Griffin | 2014-06-09 | 1 | -1/+1 |
* | Make `_before_type_cast` actually be before type cast | Sean Griffin | 2014-06-09 | 1 | -1/+1 |
* | have an actual `NullColumn` object and update docs accordingly. | Yves Senn | 2014-06-04 | 1 | -0/+1 |
* | Return a null column when no column exists for an attribute | Sean Griffin | 2014-06-03 | 1 | -0/+19 |
* | Merge pull request #15210 from arthurnn/fix_hbtm_reflection | Arthur Neves | 2014-05-24 | 1 | -1/+6 |
* | Regression test for irregular inflection on has_many | Arthur Neves | 2014-04-18 | 1 | -0/+8 |
* | Make sure the reflection test is passing a String to the reflection | Lauro Caetano | 2014-04-09 | 1 | -1/+1 |
* | PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &... | Yves Senn | 2014-04-04 | 1 | -1/+1 |
* | scope_chain should not be mutated for other reflections | Neeraj Singh | 2013-10-14 | 1 | -0/+16 |
* | acually get the actual source reflection :cry::gun: | Aaron Patterson | 2013-07-23 | 1 | -2/+3 |
* | Removing not useful test related to reflect_on_all_associations | Neeraj Singh | 2013-07-02 | 1 | -8/+0 |
* | Fix tests which started to fail due to commit 0123c39f41e2062311b2197e6e230ef... | Takehiro Adachi | 2013-05-18 | 1 | -3/+3 |
* | remove duplicated require statements in AR test cases | Yves Senn | 2012-10-09 | 1 | -1/+0 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 1 | -2/+2 |
* | Revert "Removing composed_of from ActiveRecord." | Rafael Mendonça França | 2012-07-27 | 1 | -0/+24 |
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 1 | -2/+2 |
* | Represent association scope options as AR::Relations insternally. | Jon Leighton | 2012-07-13 | 1 | -19/+23 |
* | Allow associations to take a lambda which builds the scope | Jon Leighton | 2012-07-13 | 1 | -22/+22 |
* | Add test cases for 46492949b8c09f99db78b9f7a02d039e7bc6a702 | Andrew White | 2012-06-23 | 1 | -0/+52 |
* | Removing composed_of from ActiveRecord. | Steve Klabnik | 2012-06-18 | 1 | -24/+0 |
* | remove calls to find(:first), find(:last) and find(:all) | Jon Leighton | 2012-04-26 | 1 | -1/+1 |
* | reflection test fixed | gregolsen | 2012-01-31 | 1 | -2/+2 |
* | Deprecate inferred JOINs with includes + SQL snippets. | Jon Leighton | 2012-01-16 | 1 | -2/+2 |
* | serialize fails on subclass | Alvaro Bautista | 2011-12-23 | 1 | -5/+5 |
* | Fix test as one more has_many added | Arun Agrawal | 2011-11-04 | 1 | -1/+1 |
* | Allow the :class_name option for associations to take a symbol. | Jon Leighton | 2011-11-04 | 1 | -1/+5 |
* | Fix #3271. | Jon Leighton | 2011-11-03 | 1 | -0/+6 |
* | Raise an exception on unknown primary key inside AssociationReflection. | Jon Leighton | 2011-10-05 | 1 | -0/+15 |
* | Don't call self.class unless necessary. Closes #3171. | Jon Leighton | 2011-09-29 | 1 | -0/+1 |
* | Fix belongs_to polymorphic with custom primary key on target. | Jon Leighton | 2011-09-26 | 1 | -1/+0 |
* | cache the plural name on the reflection so we do not pay pluralize costs on j... | Aaron Patterson | 2011-06-30 | 1 | -1/+1 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | removed deprecated methods, and related tests, from ActiveRecord | Josh Kalderimis | 2011-05-25 | 1 | -7/+0 |
* | Fix problem with loading polymorphic associations which have been defined in ... | Jon Leighton | 2011-05-22 | 1 | -2/+2 |
* | oracle, y u defy me | Jon Leighton | 2011-03-16 | 1 | -5/+5 |
* | Simplify implementation of ThroughReflection#chain | Jon Leighton | 2011-03-11 | 1 | -1/+1 |
* | Rename Reflection#through_reflection_chain and #through_options to Reflection... | Jon Leighton | 2011-03-10 | 1 | -5/+5 |
* | Push source_type and polymorphic conditions out of ThroughAssociation and Joi... | Jon Leighton | 2011-03-05 | 1 | -2/+2 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 1 | -5/+24 |
|\ |
|