aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/finder_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract generic attribute method generation to AMoJoshua Peek2009-08-041-1/+1
* quoted_date converts time-like objects to ActiveRecord::Base.default_timezone...Geoff Buesing2009-08-031-0/+50
* Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-011-2/+2
* Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-221-2/+2
* Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-211-2/+2
* Add missing model and fixtures to finder_test [#2671 state:resolved]Emilio Tagua2009-05-181-2/+2
* Changed ActiveRecord::Base#exists? to invoke find_initial so that it is compa...Peter Marklund2009-05-141-0/+6
* Cherry-pick core extensionsJeremy Kemper2009-05-131-2/+3
* Fix models load order to be able to run unit tests.Emilio Tagua2009-04-231-4/+4
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-32/+32
* Allow :having conditions to be sanitized like regular :condition. [#2158 stat...Will Bryant2009-03-061-0/+7
* Ensure supplie :from has precedence over scoped :from [#1370 state:resolved]Pratik Naik2009-03-061-0/+8
* support end-exclusive ... Ranges in SQL hash condition sanitization properlyWill Bryant2009-02-061-0/+6
* Add ActiveRecord::Base.exists? with no args [#1817 state:committed]Scott Taylor2009-02-051-1/+10
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-12/+10
* Add :having option to find, to use in combination with grouped finds. Also ad...miloops2008-12-011-0/+7
* Fixed issue where block is not called on the very first invocation of a find_...Ken Miller2008-10-241-0/+11
* Dynamic finders should use the ActiveRecord::Base::find method instead of ::f...Eloy Duran2008-10-031-5/+22
* Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join s...Pivotal Labs2008-09-241-0/+11
* Change all calls to String#chars to String#mb_chars.Manfred Stienstra2008-09-211-2/+2
* Use select and change test so new tests can work on postgres.miloops2008-09-121-2/+2
* Improve test coverage when using the group option in find, has_many or has_an...miloops2008-09-111-0/+6
* Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...Manfred Stienstra2008-09-111-2/+10
* Fixed test_find_last_by_one_attribute_caches_dynamic_finder for postgresql 8.3Tarmo Tänav2008-09-101-1/+1
* Added find_last_by dynamic finder [status:committed #762]miloops2008-09-091-4/+36
* add dynamic finder bang version to raise RecordNotFoundJosh Susser2008-08-251-0/+14
* refactor dynamic finder name matching into its own classJosh Susser2008-08-251-0/+42
* Allow conditions on multiple tables to be specified using hash.Pratik Naik2008-06-281-0/+17
* Named bind variables can now be used with postgresql-style typecastsTarmo Tänav2008-06-221-0/+7
* Fix tests for postgres 8.3.xTarmo Tänav2008-05-261-1/+1
* DRY associations code and improve eager loading tests.Pratik Naik2008-05-151-1/+4
* Make sure needed table joins are included :select option. [#110 state:resolved]John Devine2008-05-151-3/+6
* Added logic to associations.rb to make sure select_for_limited_idsJohn Devine2008-05-061-0/+9
* Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo...Pratik Naik2008-04-061-11/+11
* Fixed that ActiveRecord#Base.find_or_create/initialize would not honor attr_p...David Heinemeier Hansson2008-03-251-0/+32
* Added ActiveRecord#Base.all/first/last as aliases for find(:all/:first/:last)...David Heinemeier Hansson2008-03-241-0/+8
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-4/+4
* Fix edge case with colons in times interpreted as bind variables by requiring...Jeremy Kemper2008-02-271-0/+2
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Support aggregations in finder conditions. Closes #10572.Jeremy Kemper2008-01-191-1/+177
* Fix pathsJeremy Kemper2008-01-181-8/+8
* Move tests to casesJeremy Kemper2008-01-181-0/+650