| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Construct an actual ActiveRecord::Relation object for the association scope, ... | Jon Leighton | 2011-01-07 | 1 | -2/+2 |
| * | Implement deprecated version of AssociationReflection#primary_key_name, which... | Jon Leighton | 2011-01-03 | 1 | -0/+12 |
| * | Have a proper AssociationReflection#foreign_type method rather than using opt... | Jon Leighton | 2011-01-03 | 1 | -0/+6 |
| * | Rename AssociationReflection#primary_key_name to foreign_key, since the optio... | Jon Leighton | 2010-12-31 | 1 | -3/+5 |
| * | Improved strategy for updating a belongs_to association when the foreign key ... | Jon Leighton | 2010-12-23 | 1 | -0/+2 |
| * | Fix problem where wrong keys are used in JoinAssociation when an association ... | Jon Leighton | 2010-12-20 | 1 | -0/+5 |
| * | Fix various issues with the :primary_key option in :through associations [#24... | Jon Leighton | 2010-12-15 | 1 | -0/+5 |
* | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-12-12 | 1 | -1/+1 |
|\| |
|
| * | Doesn't need to sort, lets users of attribute_names sort them if they want | Santiago Pastorino | 2010-12-02 | 1 | -1/+1 |
* | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-11-08 | 1 | -5/+5 |
|\| |
|
| * | Add timestamps to Topic | Pratik Naik | 2010-11-02 | 1 | -5/+5 |
* | | Fix naughty trailing whitespace | Jon Leighton | 2010-10-31 | 1 | -9/+9 |
* | | Add explicit tests for the nested through association changes in reflection.rb | Jon Leighton | 2010-10-19 | 1 | -0/+64 |
|/ |
|
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | adding column named 'group' to ensure that nothing breaks given that 'group' ... | Neeraj Singh | 2010-06-23 | 1 | -5/+5 |
* | removing dead code from activerecord tests. [#4187 state:resolved] | Aaron Patterson | 2010-03-15 | 1 | -6/+0 |
* | Renamed AssociationReflection #collection_association? to #collection?. | Eloy Duran | 2010-01-08 | 1 | -4/+4 |
* | Moved the validation logic to the association reflection and refactored autos... | Eloy Duran | 2010-01-07 | 1 | -8/+39 |
* | Add AssociationReflection#collection_association? which returns true if it's ... | Eloy Duran | 2010-01-07 | 1 | -0/+9 |
* | Changed ActiveRecord::Base.store_full_sti_class to be true by default reflect... | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+4 |
* | delete correct records for a has_many with :primary_key and :dependent => :de... | Matt Jones | 2009-11-10 | 1 | -2/+2 |
* | Move validator, human_name and human_attribute_name to ActiveModel, remove de... | José Valim | 2009-10-20 | 1 | -2/+2 |
* | Make has_one with :conditions hash scope build or creation of the associated ... | Luciano G Panaro | 2009-09-28 | 1 | -2/+2 |
* | Fix has_one with foreign_key and primary_key association bug which caused the... | Graeme Porteous | 2009-09-12 | 1 | -2/+2 |
* | Explicitely setting `autosave => false' should override new_record autosaving... | Eloy Duran | 2009-09-12 | 1 | -3/+3 |
* | has_many :through create should not raise validation errors | railsbob | 2009-08-09 | 1 | -2/+2 |
* | Add primary_key option to belongs_to association | Szymon Nowak | 2009-07-15 | 1 | -5/+5 |
* | Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a... | Pratik Naik | 2009-07-01 | 1 | -2/+2 |
* | Changed ActiveRecord::Base.human_name to underscore the class name before it ... | Justin French | 2009-06-30 | 1 | -1/+7 |