| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added Base#attributes that returns a hash of all the attributes with their na... | David Heinemeier Hansson | 2005-01-11 | 1 | -1/+6 |
* | Fixed that foreign keys named the same as the association would cause stack o... | David Heinemeier Hansson | 2005-01-11 | 6 | -2/+32 |
* | Added Base#reload that reloads the attributes of an object from the database ... | David Heinemeier Hansson | 2005-01-10 | 1 | -1/+10 |
* | Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3... | David Heinemeier Hansson | 2005-01-10 | 2 | -1/+35 |
* | Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2 | David Heinemeier Hansson | 2005-01-10 | 1 | -1/+0 |
* | Fixed Base#update_attribute to be indifferent to whether a string or symbol i... | David Heinemeier Hansson | 2005-01-06 | 1 | -0/+3 |
* | Added Base#toggle(attribute) and Base#toggle!(attribute) that makes it easier... | David Heinemeier Hansson | 2005-01-06 | 1 | -1/+33 |
* | Fixed the last details to please DB2 | David Heinemeier Hansson | 2005-01-03 | 2 | -3/+9 |
* | Fixed a YAML fixture on time coming out as an integer #415 [Dan Peterson] | David Heinemeier Hansson | 2005-01-02 | 1 | -1/+1 |
* | Added HasManyAssociation#count that works like Base#count #413 [intinig] | David Heinemeier Hansson | 2005-01-02 | 1 | -0/+4 |
* | Added find_all style to the new dynamic finders | David Heinemeier Hansson | 2005-01-02 | 2 | -1/+9 |
* | Added dynamic attribute-based finders as a cleaner way of getting objects by ... | David Heinemeier Hansson | 2005-01-02 | 1 | -12/+22 |
* | Restored bind arity checking #412 [bitsweat] | David Heinemeier Hansson | 2005-01-02 | 1 | -2/+4 |
* | Added that Base#find takes an optional options hash, including :conditions. B... | David Heinemeier Hansson | 2005-01-01 | 3 | -14/+83 |
* | Added the latest two tables to the DB2 schemas | David Heinemeier Hansson | 2005-01-01 | 1 | -0/+12 |
* | Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru... | David Heinemeier Hansson | 2005-01-01 | 28 | -65/+241 |
* | Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t... | David Heinemeier Hansson | 2005-01-01 | 1 | -3/+9 |
* | Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ... | David Heinemeier Hansson | 2005-01-01 | 7 | -2/+65 |
* | Added block-style for callbacks #332 [bitsweat] | David Heinemeier Hansson | 2005-01-01 | 1 | -0/+230 |
* | Added automated optimistic locking if the field lock_version is present #384 ... | David Heinemeier Hansson | 2004-12-31 | 7 | -1/+62 |
* | Added tests for acts_as_list with scope is null #378 [Tim Bates] | David Heinemeier Hansson | 2004-12-31 | 1 | -0/+6 |
* | Fixed quoting in validates_format_of that would allow some rules to pass rega... | David Heinemeier Hansson | 2004-12-31 | 1 | -1/+1 |
* | Rearranging dependencies | David Heinemeier Hansson | 2004-12-29 | 1 | -122/+0 |
* | Added Base.default_timezone accessor that determines whether to use Time.loca... | David Heinemeier Hansson | 2004-12-28 | 1 | -1/+10 |
* | Added scope option to validation_uniqueness #349 [Kent Sibilev] | David Heinemeier Hansson | 2004-12-22 | 1 | -0/+19 |
* | Added allow_nil options to validates_inclusion_of so that validation is only ... | David Heinemeier Hansson | 2004-12-22 | 1 | -0/+8 |
* | Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron] | David Heinemeier Hansson | 2004-12-22 | 2 | -10/+14 |
* | Fixed that nested transactions now work by letting the outer most transaction... | David Heinemeier Hansson | 2004-12-22 | 1 | -1/+1 |
* | Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ... | David Heinemeier Hansson | 2004-12-21 | 1 | -4/+18 |
* | Changed the interface on AbstractAdapter to require that adapters return the ... | David Heinemeier Hansson | 2004-12-19 | 2 | -3/+7 |
* | Added higher_item and lower_item as public methods for acts_as_list #342 [Tob... | David Heinemeier Hansson | 2004-12-19 | 7 | -68/+185 |
* | Set a high default salary within the validation range | David Heinemeier Hansson | 2004-12-19 | 5 | -5/+5 |
* | Added Developer#salary for the type tests | David Heinemeier Hansson | 2004-12-19 | 5 | -2/+5 |
* | Added respondence to *_before_type_cast for all attributes to return their st... | David Heinemeier Hansson | 2004-12-19 | 4 | -5/+15 |
* | Added Base.destroy and Base.delete to remove records without holding a refere... | David Heinemeier Hansson | 2004-12-17 | 1 | -7/+23 |
* | Added Base.validates_inclusion_of | David Heinemeier Hansson | 2004-12-16 | 1 | -14/+119 |
* | Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi... | David Heinemeier Hansson | 2004-12-16 | 1 | -2/+2 |
* | Added option for turning off the automated timestamps | David Heinemeier Hansson | 2004-12-16 | 2 | -6/+12 |
* | Added assumption that a Symbol-based scope should end in _id unless it does s... | David Heinemeier Hansson | 2004-12-16 | 2 | -4/+17 |
* | Added assumption that a Symbol-based scope should end in _id unless it does s... | David Heinemeier Hansson | 2004-12-16 | 2 | -2/+1 |
* | Added Base.validates_inclusion_of that validates whether the value of the spe... | David Heinemeier Hansson | 2004-12-16 | 1 | -0/+23 |
* | Added that Active Records will automatically record creation and/or update ti... | David Heinemeier Hansson | 2004-12-16 | 2 | -56/+71 |
* | Added Base.validates_format_of that Validates whether the value of the specif... | David Heinemeier Hansson | 2004-12-16 | 4 | -6/+23 |
* | Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ... | David Heinemeier Hansson | 2004-12-15 | 1 | -0/+14 |
* | Fixed that Base#find will return an array if given an array -- regardless of ... | David Heinemeier Hansson | 2004-12-15 | 1 | -1/+6 |
* | Insignificante... | David Heinemeier Hansson | 2004-12-15 | 1 | -1/+1 |
* | Changed validate_* to validates_*_of, so validate_acceptance becomes validate... | David Heinemeier Hansson | 2004-12-15 | 1 | -5/+8 |
* | Added tree mixin and unit tests for all the mixins | David Heinemeier Hansson | 2004-12-15 | 12 | -1/+211 |
* | fixtures :models will now also attempt to include the model.rb file | David Heinemeier Hansson | 2004-12-14 | 2 | -4/+1 |
* | Added a better exception for when a type column is used in a table without th... | David Heinemeier Hansson | 2004-12-14 | 3 | -13/+29 |