| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added type conversion before saving a record, so string-based values like "10... | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+1 |
* | Added Base.exists?(id) that'll return true if an object of the class with the... | David Heinemeier Hansson | 2005-03-17 | 1 | -0/+7 |
* | Doc fix #805 | David Heinemeier Hansson | 2005-03-14 | 1 | -1/+1 |
* | Fixed that symbols can be used on attribute assignment, like page.emails.crea... | David Heinemeier Hansson | 2005-03-10 | 1 | -0/+1 |
* | Added ActiveRecord::Base.colorize_logging to control whether to use colors in... | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+6 |
* | Added MultiparameterAssignmentErrors and AttributeAssignmentError exceptions ... | David Heinemeier Hansson | 2005-03-06 | 1 | -2/+30 |
* | Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move... | David Heinemeier Hansson | 2005-03-06 | 1 | -3/+0 |
* | Finished polishing API docs | David Heinemeier Hansson | 2005-02-23 | 1 | -52/+50 |
* | Optimized the SQL used to generate has_and_belongs_to_many queries by listing... | David Heinemeier Hansson | 2005-02-22 | 1 | -1/+1 |
* | Fixed that find_by_* would fail when column names had numbers #670 [demetrius] | David Heinemeier Hansson | 2005-02-19 | 1 | -1/+1 |
* | Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'... | David Heinemeier Hansson | 2005-02-18 | 1 | -1/+1 |
* | Fixed the verbosity of using the AR store | David Heinemeier Hansson | 2005-02-17 | 1 | -2/+9 |
* | Moved Active Support into its own gem | David Heinemeier Hansson | 2005-02-15 | 1 | -3/+3 |
* | Small indent | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Added keyword-style approach to defining the custom relational bindings #545 ... | David Heinemeier Hansson | 2005-02-07 | 1 | -1/+70 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -9/+9 |
* | Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu] | David Heinemeier Hansson | 2005-02-07 | 1 | -4/+4 |
* | Updated documentation for serialize | David Heinemeier Hansson | 2005-01-25 | 1 | -4/+3 |
* | Added the option of supplying an array of ids and attributes to Base#update, ... | David Heinemeier Hansson | 2005-01-25 | 1 | -51/+20 |
* | Added Base.update_collection that can update an array of id/attribute pairs, ... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+42 |
* | Added that update_all calls sanitize_sql on its updates argument, so stuff li... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+1 |
* | Fixed that the dynamic finders didnt treat nil as a "IS NULL" but rather "= N... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+3 |
* | Added bind-named arrays for interpolating a group of ids or strings in condit... | David Heinemeier Hansson | 2005-01-24 | 1 | -3/+12 |
* | Added that has_and_belongs_to_many associations with additional attributes al... | David Heinemeier Hansson | 2005-01-24 | 1 | -5/+7 |