aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/comment.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate update_attributes and update_attributes!Eddie Lebow2018-02-171-2/+2
* `scoping` should respect current class and STI constraint (#29199)Ryuta Kamizono2017-11-061-0/+4
* `counter_cache` requires association class before `attr_readonly`Yasuo Honda2017-08-231-0/+3
* Merge pull request #29765 from lugray/fix_counter_cacheRafael França2017-07-241-0/+6
|\
| * Add test for fixed `counter_cache` double incrementLisa Ugray2017-07-191-0/+6
* | Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
|/
* Fix unscoping `default_scope` in STI associationsRyuta Kamizono2017-07-191-0/+1
* 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
* Remove unused defined associationRyuta Kamizono2017-06-111-1/+0
* Add missing `delegate :extending, to: :all`Ryuta Kamizono2017-06-011-0/+2
* Fix association with extension issuesRyuta Kamizono2017-05-281-0/+10
* Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`Ryuta Kamizono2017-04-221-0/+5
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* modernizes hash syntax in activerecordXavier Noria2016-08-061-5/+5
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-4/+4
* Allow `joins` to be unscopedTakashi Kokubun2016-01-311-0/+1
* Skip StatementCache for eager loaded associations (Fixes #16761)Sammy Larbi2014-09-041-0/+5
* Only merge scopes with zero arity in has_many throughAgis-2014-08-201-0/+1
* Revert "Merge pull request #14544 from jefflai2/named_scope_sti"Rafael Mendonça França2014-05-211-1/+0
* build fix, use lambda syntax that ruby 1.9.3 understands.Yves Senn2014-05-211-1/+1
* Fix polymorphic eager load with foreign_key as String.Lauro Caetano2014-05-201-0/+3
* Merge pull request #14544 from jefflai2/named_scope_stiRafael Mendonça França2014-05-201-0/+1
|\
| * Fixes Issue #13466.Jefferson Lai2014-04-231-0/+1
* | Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_masterRafael Mendonça França2014-05-141-0/+8
|\ \
| * | Make filter_binds filter out symbols that are equal to stringsNat Budin2014-05-141-0/+8
|/ /
* / Put back Relation#join method as a delegate to ArrayBogdan Gusiev2014-05-051-0/+4
|/
* Fix scope chaining + STIJon Leighton2013-04-051-1/+0
* failing test for #9869Neeraj Singh2013-04-051-0/+1
* Goodbye there, very special rubbish!Akira Matsuda2013-01-241-6/+0
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-3/+3
* find and replace deprecated keysJon Leighton2012-04-271-1/+1
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-1/+1
* Adds test to check that circular preloading does not modify Model.unscoped (a...Benedikt Deicke2012-04-031-0/+2
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-8/+6
* Fix exception if old and new targets are both nil. Fixes #1471.Jon Leighton2011-07-121-1/+4
* Test added for namedscope target.Arun Agrawal2011-06-031-1/+2
* Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the...Jon Leighton2011-04-171-4/+1
* Deprecate defining scopes with a callable (lambda, proc, etc) via the scope c...Jon Leighton2011-04-121-1/+4
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-0/+6
|\
| * Propagate association extensions to scopes called on the association.Glenn Vanderburg2011-02-011-0/+1
| * Let AssociationCollection#find use #scoped to do its finding. Note that I am ...Jon Leighton2011-01-031-0/+5
| * Add some tests for functionality in JoinAssociation which already exists but ...Jon Leighton2010-10-131-0/+3
* | Add support for nested through associations in JoinAssociation. Hence Foo.joi...Jon Leighton2010-10-091-0/+1
* | Refactoring JoinDependency and friends. This improves the code (IMO) includin...Jon Leighton2010-10-061-0/+3
|/
* Properly cache association_collection#scopes calls having argumentsPratik Naik2010-06-041-0/+1
* Rename named_scope to scopePratik Naik2010-01-181-3/+3
* Prevent overwriting of table name in merging SQL conditions [#2949 state:reso...Tristan Dunn2009-08-101-1/+5
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-0/+2
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-261-2/+2