| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Made eager loading work even more | David Heinemeier Hansson | 2005-04-03 | 7 | -32/+43 |
* | Allow order, conditions, and joins in finds that include associations | David Heinemeier Hansson | 2005-04-03 | 1 | -0/+4 |
* | Added tests | David Heinemeier Hansson | 2005-04-03 | 1 | -0/+278 |
* | Added new Base.find API and deprecated find_all, find_first. Added preliminar... | David Heinemeier Hansson | 2005-04-03 | 11 | -151/+90 |
* | Added that model.items.delete(child) will delete the child, not just set the ... | David Heinemeier Hansson | 2005-04-02 | 1 | -4/+16 |
* | decrease reliance on instantiated fixtures #980 [Jeremy Kemper] | David Heinemeier Hansson | 2005-04-02 | 1 | -21/+15 |
* | Made sure all MySQL tables are created as InnoDB | David Heinemeier Hansson | 2005-04-02 | 2 | -14/+14 |
* | Fixed the MS SQL adapter to work with the new limit/offset approach and with ... | David Heinemeier Hansson | 2005-03-23 | 5 | -56/+46 |
* | Added adapter independent limit clause as a two-element array with the first ... | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+28 |
* | changes the CREATE TABLE script for the "binaries" table to use the "image" d... | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+1 |
* | Added with additional settings for working with transactional fixtures and pr... | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+16 |
* | Added the possibility of specifying fixtures in multiple calls #816 [kim@tink... | David Heinemeier Hansson | 2005-03-17 | 1 | -0/+20 |
* | 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 |
* | Added optionally allow for nil or empty strings with validates_numericality_o... | David Heinemeier Hansson | 2005-03-14 | 1 | -16/+16 |
* | Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm] | David Heinemeier Hansson | 2005-03-14 | 3 | -2/+6 |
* | Added that all types of after_find/after_initialized callbacks are triggered ... | David Heinemeier Hansson | 2005-03-14 | 1 | -19/+61 |
* | More incremental work on active schema for MySQL | David Heinemeier Hansson | 2005-03-10 | 1 | -0/+31 |
* | Added MultiparameterAssignmentErrors and AttributeAssignmentError exceptions ... | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+10 |
* | Added transactional fixtures that uses rollback to undo changes to fixtures i... | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+30 |
* | Added destruction of dependent objects in has_one associations when a new ass... | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+2 |
* | Added validates_numericality_of #716 [skanthak/c.r.mcgrath] | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+38 |
* | Fixed reflection_for_gps_location test | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+5 |
* | Fixed that HasManyAssociation#count was using :finder_sql rather than :counte... | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+1 |
* | Added better defaults for composed_of, so statements like composed_of :time_z... | David Heinemeier Hansson | 2005-03-01 | 9 | -5/+43 |
* | Added preliminary support for an agile database migration technique (currentl... | David Heinemeier Hansson | 2005-03-01 | 4 | -4/+129 |
* | Added MacroReflection#macro which will return a symbol describing the macro u... | David Heinemeier Hansson | 2005-02-27 | 1 | -3/+3 |
* | Changed the auto-timestamping feature to use ActiveRecord::Base.default_timez... | David Heinemeier Hansson | 2005-02-24 | 1 | -2/+2 |
* | Moved over TimeZone test too | David Heinemeier Hansson | 2005-02-23 | 1 | -78/+0 |
* | Remove outdated dev-utils | David Heinemeier Hansson | 2005-02-23 | 6 | -6/+0 |
* | Added a OCI8-based Oracle adapter that has been verified to work with Oracle ... | David Heinemeier Hansson | 2005-02-23 | 8 | -180/+218 |
* | Added TimeZone as the first of a number of value objects that Active Record w... | David Heinemeier Hansson | 2005-02-23 | 1 | -0/+78 |
* | Fixed that when using validation macros with a custom message, if you happene... | David Heinemeier Hansson | 2005-02-22 | 1 | -0/+82 |
* | Added automatic dropping/creating of test tables for running the unit tests o... | David Heinemeier Hansson | 2005-02-20 | 21 | -4/+172 |
* | Added validates_each that validates each specified attribute against a block ... | David Heinemeier Hansson | 2005-02-18 | 1 | -39/+130 |
* | Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'... | David Heinemeier Hansson | 2005-02-18 | 1 | -0/+10 |
* | Skip Active Record tests in Action Pack if the SQLite database cant be brough... | David Heinemeier Hansson | 2005-02-17 | 3 | -3/+9 |
* | Addded validation for validate all the associated objects before declaring fa... | David Heinemeier Hansson | 2005-02-17 | 1 | -2/+17 |
* | Moved Active Support into its own gem | David Heinemeier Hansson | 2005-02-15 | 2 | -3/+3 |
* | Fix test case for MySQL #598 | David Heinemeier Hansson | 2005-02-15 | 1 | -0/+1 |
* | Added keyword-style approach to defining the custom relational bindings #545 ... | David Heinemeier Hansson | 2005-02-07 | 1 | -0/+54 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 3 | -24/+24 |
* | Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:... | David Heinemeier Hansson | 2005-02-07 | 12 | -11/+269 |
* | Dont call id explicitly to do reloading that way we get rid of the warnings #... | David Heinemeier Hansson | 2005-02-07 | 2 | -11/+11 |
* | Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu] | David Heinemeier Hansson | 2005-02-07 | 1 | -0/+4 |
* | Updated documentation for serialize | David Heinemeier Hansson | 2005-01-25 | 1 | -2/+0 |
* | Updated documentation for serialize | David Heinemeier Hansson | 2005-01-25 | 1 | -0/+2 |
* | Fixed dependency reloading by switching to a remove_const approach where all ... | David Heinemeier Hansson | 2005-01-25 | 2 | -2/+16 |
* | Added the option of supplying an array of ids and attributes to Base#update, ... | David Heinemeier Hansson | 2005-01-25 | 2 | -14/+35 |
* | Added Base.update_collection that can update an array of id/attribute pairs, ... | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+17 |
* | Added that update_all calls sanitize_sql on its updates argument, so stuff li... | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+3 |