| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Dont initialize the association proxy for nil records | David Heinemeier Hansson | 2005-04-14 | 1 | -0/+1 |
* | Order by is no longer a guarentee | David Heinemeier Hansson | 2005-04-14 | 1 | -1/+1 |
* | Qualify the ids used such that eager loading can avoid ambigious keys | David Heinemeier Hansson | 2005-04-13 | 4 | -6/+6 |
* | Removed the default order by id on has_and_belongs_to_many queries as it coul... | David Heinemeier Hansson | 2005-04-13 | 1 | -7/+13 |
* | 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 |
* | Fixed boolean saving on Oracle #1093 [mparrish@pearware.org] | David Heinemeier Hansson | 2005-04-13 | 1 | -2/+2 |
* | Address parsing failed when the "to" (or "cc", or whatever) was an array. It ... | David Heinemeier Hansson | 2005-04-13 | 1 | -4/+4 |
* | Moved build_association and create_association for has_one and belongs_to out... | David Heinemeier Hansson | 2005-04-12 | 3 | -32/+32 |
* | No conditions relevant here | David Heinemeier Hansson | 2005-04-11 | 1 | -1/+1 |
* | Doc changes | David Heinemeier Hansson | 2005-04-10 | 1 | -0/+5 |
* | Added rollbacks of transactions if they're active as the dispatcher is killed... | David Heinemeier Hansson | 2005-04-10 | 1 | -0/+7 |
* | Added support for has_and_belongs_to_many associations in eager loading #1064... | David Heinemeier Hansson | 2005-04-10 | 1 | -31/+118 |
* | Made eager loading work with inheritance hierarchies #1065 [Ryan Carver] | David Heinemeier Hansson | 2005-04-10 | 1 | -3/+5 |
* | Updated docs #1070 | David Heinemeier Hansson | 2005-04-10 | 1 | -11/+12 |
* | Added quoting of column names for fixtures #997 [jcfischer@gmail.com] | David Heinemeier Hansson | 2005-04-07 | 1 | -1/+2 |
* | Fixed check_box with postgresql booleans is more work now again #995 | David Heinemeier Hansson | 2005-04-07 | 1 | -1/+1 |
* | Fixed counter_sql when no records exist in database for PostgreSQL (would giv... | David Heinemeier Hansson | 2005-04-07 | 1 | -2/+8 |
* | Use :foreign_key option if specified on the association | David Heinemeier Hansson | 2005-04-05 | 1 | -2/+2 |
* | Dont include multiple versions of the same association object | David Heinemeier Hansson | 2005-04-04 | 1 | -1/+1 |
* | Prefix primary key with table name so it works as part of a joined fetch | David Heinemeier Hansson | 2005-04-04 | 1 | -2/+2 |
* | More eager fixes | David Heinemeier Hansson | 2005-04-03 | 2 | -4/+2 |
* | Made eager loading work even more | David Heinemeier Hansson | 2005-04-03 | 4 | -18/+33 |
* | Allow order, conditions, and joins in finds that include associations | David Heinemeier Hansson | 2005-04-03 | 2 | -5/+13 |
* | Only include associations when the relevant rows have content | David Heinemeier Hansson | 2005-04-03 | 1 | -1/+1 |
* | Added new Base.find API and deprecated find_all, find_first. Added preliminar... | David Heinemeier Hansson | 2005-04-03 | 4 | -73/+150 |
* | Removed broken attempt to DRY module ClassMethod #970 | David Heinemeier Hansson | 2005-04-02 | 5 | -0/+25 |
* | Automatically extend the class which gets a module included with the ClassMet... | David Heinemeier Hansson | 2005-04-02 | 5 | -25/+0 |
* | Fixed boolean queries for t/f fields in PostgreSQL #995 [dave@cherryville.org] | David Heinemeier Hansson | 2005-04-02 | 1 | -1/+1 |
* | Added that model.items.delete(child) will delete the child, not just set the ... | David Heinemeier Hansson | 2005-04-02 | 2 | -6/+13 |
* | Fixed auto-stamping of dates (created_on/updated_on) for PostgreSQL #985 [dav... | David Heinemeier Hansson | 2005-04-02 | 1 | -6/+6 |
* | 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 |
* | Dont load the target before the proxy has had a chance to answer the respond_... | David Heinemeier Hansson | 2005-03-29 | 1 | -2/+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 :counter_cache option would look for a line_items_count column for... | David Heinemeier Hansson | 2005-03-23 | 1 | -2/+2 |
* | Fixed that AR exists?() would explode on postgresql if the passed id did not ... | David Heinemeier Hansson | 2005-03-23 | 1 | -1/+1 |
* | Fixed the MS SQL adapter to work with the new limit/offset approach and with ... | David Heinemeier Hansson | 2005-03-23 | 1 | -127/+133 |
* | Fixed documentation and prepared for 0.11.0 release | David Heinemeier Hansson | 2005-03-22 | 1 | -3/+3 |
* | Added adapter independent limit clause as a two-element array with the first ... | David Heinemeier Hansson | 2005-03-20 | 6 | -23/+34 |
* | Added alias_method :to_param, :id to Base, such that Active Record objects to... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+3 |
* | Improved the performance of the OCI8 adapter for Oracle #723 [pilx/gjenkins] | David Heinemeier Hansson | 2005-03-20 | 1 | -11/+14 |
* | Added type conversion before saving a record, so string-based values like "10... | David Heinemeier Hansson | 2005-03-20 | 2 | -2/+2 |
* | Added with additional settings for working with transactional fixtures and pr... | David Heinemeier Hansson | 2005-03-20 | 1 | -15/+61 |
* | Fixed acts_as_list to trigger remove_from_list on destroy after the fact, not... | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+1 |
* | Added warning about specifying callbacks before associations to trigger inher... | David Heinemeier Hansson | 2005-03-19 | 1 | -0/+4 |
* | Added the possibility of specifying fixtures in multiple calls #816 [kim@tink... | David Heinemeier Hansson | 2005-03-17 | 1 | -1/+1 |