aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* modernizes hash syntax in activerecordXavier Noria2016-08-061-11/+11
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-3/+3
* Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`Sean Griffin2015-10-291-0/+8
* Fix merge conflicts for #19938Sean Griffin2015-10-201-0/+1
|\
| * Fix for activerecord join dependency instantiate bugMehmet Emin İNAÇ2015-05-041-0/+1
* | Fix regression in inverse_of on through associationseileencodes2015-09-261-0/+2
|/
* More unused associations in AR test modelsAkira Matsuda2013-09-101-1/+0
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-0/+1
* More unused associations in AR test modelsAkira Matsuda2013-07-251-1/+0
* Removed support for deprecated `delete_sql` in associations.Neeraj Singh2013-07-031-5/+0
* Removed support for deprecated `finder_sql` in associations.Neeraj Singh2013-07-021-8/+0
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-4/+4
* Goodbye there, very special rubbish!Akira Matsuda2013-01-241-3/+0
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-08-011-9/+13
* Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-011-0/+9
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-1/+1
* Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-201-9/+0
* Convert association macros to the new syntaxJon Leighton2012-07-201-9/+9
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-1/+1
* Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-8/+9
* Let AssociationCollection#find use #scoped to do its finding. Note that I am ...Jon Leighton2011-01-031-0/+4
* Refactor new callbacks and AR implementation.José Valim2009-09-081-1/+2
* Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-011-0/+6
* Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-221-6/+0
* Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-211-0/+6
* Fix tests for sqlite3 3.6.xxPratik Naik2009-04-211-1/+1
* Add :having option to find, to use in combination with grouped finds. Also ad...miloops2008-12-011-0/+1
* Fixed ordering in test_find_in_association_with_custom_finder_sql_and_multipl...Tarmo Tänav2008-08-221-1/+1
* Introduce the :readonly option to all associations. Records from the associat...Jeremy Kemper2008-02-131-0/+1
* move assets and modelsJeremy Kemper2008-01-181-0/+28