| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add missing model and fixtures to finder_test [#2671 state:resolved] | Emilio Tagua | 2009-05-18 | 1 | -2/+2 |
* | Changed ActiveRecord::Base#exists? to invoke find_initial so that it is compa... | Peter Marklund | 2009-05-14 | 1 | -0/+6 |
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -2/+3 |
* | Fix models load order to be able to run unit tests. | Emilio Tagua | 2009-04-23 | 1 | -4/+4 |
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -32/+32 |
* | Allow :having conditions to be sanitized like regular :condition. [#2158 stat... | Will Bryant | 2009-03-06 | 1 | -0/+7 |
* | Ensure supplie :from has precedence over scoped :from [#1370 state:resolved] | Pratik Naik | 2009-03-06 | 1 | -0/+8 |
* | support end-exclusive ... Ranges in SQL hash condition sanitization properly | Will Bryant | 2009-02-06 | 1 | -0/+6 |
* | Add ActiveRecord::Base.exists? with no args [#1817 state:committed] | Scott Taylor | 2009-02-05 | 1 | -1/+10 |
* | Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. | Jeremy Kemper | 2009-02-03 | 1 | -12/+10 |
* | Add :having option to find, to use in combination with grouped finds. Also ad... | miloops | 2008-12-01 | 1 | -0/+7 |
* | Fixed issue where block is not called on the very first invocation of a find_... | Ken Miller | 2008-10-24 | 1 | -0/+11 |
* | Dynamic finders should use the ActiveRecord::Base::find method instead of ::f... | Eloy Duran | 2008-10-03 | 1 | -5/+22 |
* | Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join s... | Pivotal Labs | 2008-09-24 | 1 | -0/+11 |
* | Change all calls to String#chars to String#mb_chars. | Manfred Stienstra | 2008-09-21 | 1 | -2/+2 |
* | Use select and change test so new tests can work on postgres. | miloops | 2008-09-12 | 1 | -2/+2 |
* | Improve test coverage when using the group option in find, has_many or has_an... | miloops | 2008-09-11 | 1 | -0/+6 |
* | Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v... | Manfred Stienstra | 2008-09-11 | 1 | -2/+10 |
* | Fixed test_find_last_by_one_attribute_caches_dynamic_finder for postgresql 8.3 | Tarmo Tänav | 2008-09-10 | 1 | -1/+1 |
* | Added find_last_by dynamic finder [status:committed #762] | miloops | 2008-09-09 | 1 | -4/+36 |
* | add dynamic finder bang version to raise RecordNotFound | Josh Susser | 2008-08-25 | 1 | -0/+14 |
* | refactor dynamic finder name matching into its own class | Josh Susser | 2008-08-25 | 1 | -0/+42 |
* | Allow conditions on multiple tables to be specified using hash. | Pratik Naik | 2008-06-28 | 1 | -0/+17 |
* | Named bind variables can now be used with postgresql-style typecasts | Tarmo Tänav | 2008-06-22 | 1 | -0/+7 |
* | Fix tests for postgres 8.3.x | Tarmo Tänav | 2008-05-26 | 1 | -1/+1 |
* | DRY associations code and improve eager loading tests. | Pratik Naik | 2008-05-15 | 1 | -1/+4 |
* | Make sure needed table joins are included :select option. [#110 state:resolved] | John Devine | 2008-05-15 | 1 | -3/+6 |
* | Added logic to associations.rb to make sure select_for_limited_ids | John Devine | 2008-05-06 | 1 | -0/+9 |
* | Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo... | Pratik Naik | 2008-04-06 | 1 | -11/+11 |
* | Fixed that ActiveRecord#Base.find_or_create/initialize would not honor attr_p... | David Heinemeier Hansson | 2008-03-25 | 1 | -0/+32 |
* | Added ActiveRecord#Base.all/first/last as aliases for find(:all/:first/:last)... | David Heinemeier Hansson | 2008-03-24 | 1 | -0/+8 |
* | Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen] | Rick Olson | 2008-03-24 | 1 | -4/+4 |
* | Fix edge case with colons in times interpreted as bind variables by requiring... | Jeremy Kemper | 2008-02-27 | 1 | -0/+2 |
* | Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails | Jeremy Kemper | 2008-01-21 | 1 | -2/+2 |
* | Support aggregations in finder conditions. Closes #10572. | Jeremy Kemper | 2008-01-19 | 1 | -1/+177 |
* | Fix paths | Jeremy Kemper | 2008-01-18 | 1 | -8/+8 |
* | Move tests to cases | Jeremy Kemper | 2008-01-18 | 1 | -0/+650 |