| Commit message (Expand) | Author | Age | Files | Lines |
* | Added :select option to find which can specify a different value than the def... | David Heinemeier Hansson | 2005-07-14 | 1 | -1/+3 |
* | Added support for limit and offset with eager loading of has_one and belongs_... | David Heinemeier Hansson | 2005-07-11 | 1 | -1/+3 |
* | Fixed that each request with the WEBrick adapter would open a new database co... | David Heinemeier Hansson | 2005-07-10 | 1 | -0/+5 |
* | r2979@asus: jeremy | 2005-07-10 01:51:00 -0700 | Jeremy Kemper | 2005-07-10 | 1 | -1/+1 |
* | Fix regression from [1631] that caused an attribute to be set to nil if it wa... | Jamis Buck | 2005-07-05 | 1 | -1/+1 |
* | Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul ... | David Heinemeier Hansson | 2005-07-03 | 1 | -1/+1 |
* | r1618@asus: jeremy | 2005-07-03 08:24:19 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -2/+2 |
* | r1615@asus: jeremy | 2005-07-03 08:06:00 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -5/+4 |
* | r1614@asus: jeremy | 2005-07-03 08:01:08 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -144/+142 |
* | r1613@asus: jeremy | 2005-07-03 07:04:53 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -64/+59 |
* | r1609@asus: jeremy | 2005-07-03 00:18:43 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -4/+9 |
* | r1608@asus: jeremy | 2005-07-03 00:13:57 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -7/+9 |
* | Added support for ODBC connections to MS SQL Server so you can connect from a... | David Heinemeier Hansson | 2005-07-01 | 1 | -5/+1 |
* | Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@very... | David Heinemeier Hansson | 2005-06-28 | 1 | -3/+3 |
* | Updated all references to the old find_first and find_all to use the new styl... | David Heinemeier Hansson | 2005-06-26 | 1 | -7/+7 |
* | Fixed Base#find to honor the documentation on how :joins work and make them c... | David Heinemeier Hansson | 2005-06-25 | 1 | -4/+6 |
* | Fixed that calling Model.find([]) returns [] and doesn't throw an exception #... | David Heinemeier Hansson | 2005-06-21 | 1 | -0/+1 |
* | Fix quote_bound_value to not map Strings #1416 [htonl] | David Heinemeier Hansson | 2005-06-16 | 1 | -5/+4 |
* | Allow any Enumerable, not just Array, to work as bind variables #1344 [bitsweat] | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Corrected @@configurations typo. #1410 [david@ruppconsulting.com] | Jeremy Kemper | 2005-06-12 | 1 | -3/+3 |
* | Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail... | Jeremy Kemper | 2005-06-12 | 1 | -11/+9 |
* | Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net] | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+1 |
* | Fixed that clone would break when an aggregate had the same name as one of it... | David Heinemeier Hansson | 2005-05-19 | 1 | -12/+25 |
* | Changed the callbacks such that observers are notified before the in-object c... | David Heinemeier Hansson | 2005-05-02 | 1 | -0/+9 |
* | Added option for passing an array to the find_all version of the dynamic find... | David Heinemeier Hansson | 2005-05-02 | 1 | -1/+9 |
* | Added compatibility with camelCase column names for dynamic finders #533 [Dee... | David Heinemeier Hansson | 2005-04-30 | 1 | -1/+1 |
* | Fixed extraneous comma in count() function that made it not work with joins #... | David Heinemeier Hansson | 2005-04-30 | 1 | -3/+2 |
* | Fixed incompatibility with Base#find with an array of ids that would fail whe... | David Heinemeier Hansson | 2005-04-30 | 1 | -1/+1 |
* | Fixed documentation and prepared for release of 0.12 | David Heinemeier Hansson | 2005-04-18 | 1 | -4/+4 |
* | Speeded up eager loading a whole bunch | David Heinemeier Hansson | 2005-04-18 | 1 | -1/+5 |
* | Added documentation for new Base.find API and eager association loading | David Heinemeier Hansson | 2005-04-18 | 1 | -7/+20 |
* | Fixes for postgresql testing #1129, #1130, #1131 | David Heinemeier Hansson | 2005-04-18 | 1 | -10/+17 |
* | Made the dynamic finders use the new find API and updated the examples here a... | David Heinemeier Hansson | 2005-04-17 | 1 | -17/+26 |
* | Qualify the ids used such that eager loading can avoid ambigious keys | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+1 |
* | Fixed pagination to work with joins #1034 [scott@sigkill.org] | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+1 |
* | Fixed that Base.silence should restore the old logger level when done, not ju... | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+2 |
* | Made eager loading work with inheritance hierarchies #1065 [Ryan Carver] | David Heinemeier Hansson | 2005-04-10 | 1 | -3/+5 |
* | Fixed counter_sql when no records exist in database for PostgreSQL (would giv... | David Heinemeier Hansson | 2005-04-07 | 1 | -2/+8 |
* | Prefix primary key with table name so it works as part of a joined fetch | David Heinemeier Hansson | 2005-04-04 | 1 | -2/+2 |
* | Allow order, conditions, and joins in finds that include associations | David Heinemeier Hansson | 2005-04-03 | 1 | -2/+5 |
* | Added new Base.find API and deprecated find_all, find_first. Added preliminar... | David Heinemeier Hansson | 2005-04-03 | 1 | -72/+49 |
* | Fixed Base.silence/benchmark to only log if a logger has been configured #986... | David Heinemeier Hansson | 2005-04-02 | 1 | -3/+3 |
* | Added a join parameter as the third argument to Base.find_first and as the se... | David Heinemeier Hansson | 2005-04-02 | 1 | -2/+4 |
* | Added a join parameter as the third argument to Base.find_first #426 [skaes@w... | David Heinemeier Hansson | 2005-03-31 | 1 | -2/+2 |
* | Fixed bug in Base#hash method that would treat records with the same string-b... | David Heinemeier Hansson | 2005-03-30 | 1 | -1/+1 |
* | Fixed that Active Record objects with float attribute could not be cloned #808 | David Heinemeier Hansson | 2005-03-27 | 1 | -1/+1 |
* | Added documentation about named bind variables | David Heinemeier Hansson | 2005-03-27 | 1 | -0/+10 |
* | Fixed that AR exists?() would explode on postgresql if the passed id did not ... | David Heinemeier Hansson | 2005-03-23 | 1 | -1/+1 |
* | Added adapter independent limit clause as a two-element array with the first ... | David Heinemeier Hansson | 2005-03-20 | 1 | -3/+5 |
* | Added alias_method :to_param, :id to Base, such that Active Record objects to... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+3 |