aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/extension_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Namespace association extension modules under the owner modelJean Boussier2019-05-021-2/+2
* Make association builder methods privateRyuta Kamizono2019-04-241-1/+1
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* 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
* Fix association with extension issuesRyuta Kamizono2017-05-281-0/+6
* Fix extension method with dirty target in has_many associationsRyuta Kamizono2017-03-201-0/+5
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-9/+9
* Remove support to activerecord-deprecated_findersRafael Mendonça França2015-01-021-2/+1
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Revert the whole refactoring in the association builder classes.Rafael Mendonça França2013-12-111-1/+2
* Define the association extensions without need to have a builderRafael Mendonça França2013-10-091-2/+1
* association builder classes no longer need the modelAaron Patterson2013-08-011-1/+1
* no need to define the constant twiceAaron Patterson2013-08-011-1/+0
* assert that constants have been set rather than the namesAaron Patterson2013-08-011-6/+8
* Fix destructive side effects from marshaling an association caused by 65843e1...Jeremy Kemper2012-09-251-2/+5
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-1/+1
* fix association :extend optionJon Leighton2012-07-131-1/+1
* Allow associations to take a lambda which builds the scopeJon Leighton2012-07-131-1/+1
* No Ruby 1.8 stuff. No more checks in code.Arun Agrawal2011-12-211-10/+0
* Fix #3890. (Calling proxy_association in scope chain.)Jon Leighton2011-12-081-0/+6
* Disable active record marshalling tests on Ruby 1.8.7 on Travis CI, as they h...Jon Leighton2011-09-061-0/+10
* Work around for lolruby bug. (Read on for explanation.)Jon Leighton2011-08-131-2/+6
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-8/+12
* Propagate association extensions to scopes called on the association.Glenn Vanderburg2011-02-011-0/+5
* avoids warnings about mismatched indentations in Ruby 1.9.2Xavier Noria2010-08-191-8/+5
* fixed indentation in test casesMark Turner2010-08-111-2/+1
* applied patch to fix the associations with blocks in modules bug from an old ...Adeh DeSandies2008-09-201-0/+15
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+47