aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/developer.rb
Commit message (Expand)AuthorAgeFilesLines
* Namespace association extension modules under the owner modelJean Boussier2019-05-021-8/+8
* Allow returning nil for `default_scope`Ryuta Kamizono2019-02-281-0/+1
* Cached columns_hash fields should be excluded from ResultSet#column_typesDmitryTsepelev2018-11-271-0/+14
* Convert ignored_columns to a list of stringAltech2017-10-201-0/+8
* Test `ignored_columns` value is inheritable by subclassesRyuta Kamizono2017-10-191-0/+3
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Raise error when has_many through is defined before through associationChris Holmes2017-01-041-0/+6
* Replace sleep with synchronizationMatthew Draper2017-01-021-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-43/+43
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-51/+51
* Fix merge conflicts for #19938Sean Griffin2015-10-201-0/+2
|\
| * Fix for activerecord join dependency instantiate bugMehmet Emin İNAÇ2015-05-041-0/+2
* | Fix regression in inverse_of on through associationseileencodes2015-09-261-0/+3
* | Implement ActiveRecord::Base.ignored_columnsJean Boussier2015-09-241-0/+5
* | Only nullify persisted has_one target associationsAgis-2015-08-241-0/+1
|/
* Ensure HABTM relationships produce valid class names (Fixes #17119)Sammy Larbi2014-11-091-0/+2
* Only merge scopes with zero arity in has_many throughAgis-2014-08-201-0/+2
* test, inline `DeveloperWithAggregate`, which is used by a single test.Yves Senn2014-05-191-6/+0
* Fixed HABTM's CollectionAssociation sizeFred Wu2014-05-081-0/+2
* Add tests for default scope behaviour changeJon Leighton2014-02-231-0/+2
* make sure cached table name is a string. fixes #12582Aaron Patterson2013-12-121-0/+4
* adding a test to demonstrate how to use STI subclasses on the far rightAaron Patterson2013-09-271-0/+2
* this code is dead, removingAaron Patterson2013-08-011-6/+0
* Fix .update_all and .delete_all when using a condition on a joined tableDerek Kraan2013-01-111-0/+9
* Allow users to choose the timestamp format in the cache keyRafael Mendonça França2012-12-101-0/+5
* Do not instantiate intermediate AR objects when eager loading.Yves Senn2012-12-041-0/+10
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-0/+6
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-4/+4
* Convert association macros to the new syntaxJon Leighton2012-07-201-11/+11
* Remove some aggregation tests related to composed_ofCarlos Antonio da Silva2012-06-281-1/+0
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-5/+0
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-4/+4
* remove unused methodJon Leighton2012-04-251-6/+0
* remove tests for #with_scope (it's now deprecated)Jon Leighton2012-04-251-6/+0
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-16/+16
* Fix default scope thread safety. Thanks @thedarkone for reporting.Jon Leighton2011-08-131-0/+9
* Apply the default scope earlier when doing calculations. Fixes #1682.Jon Leighton2011-06-231-0/+6
* Failing test for aggregating on default_scope with selectErik Fonselius2011-05-311-0/+5
* Fix infinite recursion where a lazy default scope references a scope. Fixes #...Jon Leighton2011-05-251-0/+15
* Failing tests for #1233.Andrew White2011-05-241-0/+35
* removed the default_scope deprecations and updated the docs and tests to refl...Josh Kalderimis2011-04-281-6/+18
* Bring back support for passing a callable object to the default_scope macro. ...Jon Leighton2011-04-181-0/+17
* Un-deprecate using 'default_scope' as a macro, but if you are calling the mac...Jon Leighton2011-04-181-52/+16
* Evaluate default scopes at the last possible moment in order to avoid problem...Jon Leighton2011-04-121-0/+2
* Deprecated support for passing hashes and relations to default_scope, in favo...Jon Leighton2011-04-121-4/+65
* reorder removed in favor of except(:order).orderSantiago Pastorino2010-10-111-1/+0
* failing test for reorder overriding default_scopeNick Ragaz2010-09-051-1/+1