aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/finder_respond_to_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-3/+3
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Use respond_to test helpersDaniel Colson2018-01-251-6/+6
* 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
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* Fixed a bug in AR::Base#respond_to?Godfrey Chan2014-01-291-0/+5
* Avoid compiling regexs in AR::Base.respond_to?John Hawthorn2013-08-211-0/+5
* Remove depreacted findersŁukasz Strzałkowski2013-06-281-40/+0
* made dynamic finders alias_attribute awareMaximilian Schneider2012-06-221-0/+5
* stop `to_s`ing method namesAkira Matsuda2012-06-061-2/+1
* Add dynamic find_or_create_by_{attribute}! method.Andrew White2012-03-121-0/+10
* 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 better assertion methods for testingNeeraj Singh2010-05-191-11/+11
* Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo...Pratik Naik2008-04-061-0/+76