| Commit message (Expand) | Author | Age | Files | Lines |
* | Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28... | Laerti | 2019-01-15 | 1 | -0/+5 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -34/+34 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -28/+28 |
* | Remove unused scopes | Andy Atkinson | 2015-10-01 | 1 | -1/+0 |
* | Dynamically modified schema and association would not be correctly reset | Akira Matsuda | 2014-09-06 | 1 | -0/+2 |
* | Obey `validate: false` option for habtm | Carlos Antonio da Silva | 2014-03-14 | 1 | -0/+13 |
* | Fix the `:primary_key` option for `has_many` associations. | Yves Senn | 2013-05-23 | 1 | -0/+1 |
* | Refactor Person/Friendship relationships to be more intuitive | Mack Earnhardt | 2013-03-17 | 1 | -1/+4 |
* | Prevent Relation#merge from collapsing wheres on the RHS | Jon Leighton | 2013-01-27 | 1 | -0/+1 |
* | Revert "Unused methods, module, etc." | Akira Matsuda | 2013-01-24 | 1 | -0/+8 |
* | Unused methods, module, etc. | Akira Matsuda | 2013-01-24 | 1 | -8/+0 |
* | Fix broken test for postgresql | Rafael Mendonça França | 2012-12-21 | 1 | -1/+1 |
* | Serialized attribute can be serialized in an integer column | Rafael Mendonça França | 2012-12-21 | 1 | -0/+21 |
* | Remove mass assignment security from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -12/+0 |
* | reset_counters() was crashing when there were multiple belongs_to association... | Dave Desrochers | 2012-08-21 | 1 | -0/+2 |
* | Convert association macros to the new syntax | Jon Leighton | 2012-07-20 | 1 | -6/+6 |
* | Ensure that mass assignment options are preserved | Andrew White | 2012-06-10 | 1 | -1/+20 |
* | Merge pull request #5334 from courtland/master | Jon Leighton | 2012-03-30 | 1 | -0/+6 |
|\ |
|
| * | Tests for removing a HABTM association when optimistic locking is enabled. | Nick Rogers | 2012-03-07 | 1 | -0/+6 |
* | | Deprecate eager-evaluated scopes. | Jon Leighton | 2012-03-21 | 1 | -2/+2 |
* | | Add test case to has_many through association when mass_assignment_sanitizer is | Rafael Mendonça França | 2012-03-05 | 1 | -0/+2 |
|/ |
|
* | Deprecate inferred JOINs with includes + SQL snippets. | Jon Leighton | 2012-01-16 | 1 | -1/+2 |
* | Revert "Deprecate implicit eager loading. Closes #950." | Jon Leighton | 2012-01-16 | 1 | -2/+2 |
* | Deprecate implicit eager loading. Closes #950. | Jon Leighton | 2011-12-29 | 1 | -2/+2 |
* | added failing tests for has_many, has_one and belongs_to associations with st... | Jakub Kuźma | 2011-12-21 | 1 | -2/+2 |
* | Pass mass-assignment options to nested models - closes #1673. | Andrew White | 2011-06-13 | 1 | -2/+6 |
* | singular and collection relations in AR can now specify mass-assignment secur... | Josh Kalderimis | 2011-05-01 | 1 | -6/+17 |
* | Added assign_attributes to Active Record which accepts a mass-assignment secu... | Josh Kalderimis | 2011-04-24 | 1 | -0/+19 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 1 | -1/+29 |
|\ |
|
| * | Allow building and then later saving has_many :through records, such that the... | Jon Leighton | 2011-02-18 | 1 | -0/+2 |
| * | Support the :dependent option on has_many :through associations. For historic... | Jon Leighton | 2011-02-07 | 1 | -1/+26 |
| * | Fix hm:t to self table aliasing in construct_scope | Ernie Miller | 2010-12-16 | 1 | -0/+1 |
* | | Fix naughty trailing whitespace | Jon Leighton | 2010-10-31 | 1 | -1/+1 |
* | | Add support for nested through associations in JoinAssociation. Hence Foo.joi... | Jon Leighton | 2010-10-09 | 1 | -0/+3 |
|/ |
|
* | Ensure default_scope can be overwriten by association conditions. | José Valim | 2010-07-21 | 1 | -0/+1 |
* | eagerly loaded association records should respect default_scope [#2931 state:... | Subba Rao Pasupuleti | 2010-07-21 | 1 | -0/+1 |
* | Rename named_scope to scope | Pratik Naik | 2010-01-18 | 1 | -2/+2 |
* | Fixed limited eager loading associations with numbers in the name [#2668 stat... | Benjamin Floering | 2009-05-18 | 1 | -0/+1 |
* | Preload uses exclusive scope [#643 state:resolved] | Frederick Cheung | 2008-12-26 | 1 | -0/+6 |
* | fix eager loading with dynamic finders | Brandon Keepers | 2008-06-09 | 1 | -1/+1 |
* | Ensure table names are quoted by the association preloading code. | Frederick Cheung | 2008-04-26 | 1 | -0/+5 |
* | Make dynamic finders respect the :include on HasManyThrough associations. Cl... | Michael Koziarski | 2008-02-18 | 1 | -0/+1 |
* | move assets and models | Jeremy Kemper | 2008-01-18 | 1 | -0/+4 |