| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Cut dependency on dev-utils by using included breakpoint lib | David Heinemeier Hansson | 2004-12-13 | 1 | -5/+1 |
* | Attempted to capture #286 in a unit test, but couldnt get it to fail | David Heinemeier Hansson | 2004-12-12 | 3 | -1/+13 |
* | Options for the new validation methods are now given as a hash | David Heinemeier Hansson | 2004-12-10 | 1 | -1/+1 |
* | Added Base.validate_uniqueness thatv alidates whether the value of the specif... | David Heinemeier Hansson | 2004-12-10 | 2 | -0/+28 |
* | Added Base.validate_presence as an alternative to implementing validate and d... | David Heinemeier Hansson | 2004-12-10 | 1 | -7/+20 |
* | Tidied up Fixtures for better readability and some error checking [bitsweat] | David Heinemeier Hansson | 2004-12-09 | 1 | -6/+12 |
* | Fixed Base.errors to be indifferent as to whether strings or symbols are used. | David Heinemeier Hansson | 2004-12-09 | 1 | -0/+15 |
* | Added Base.validate_confirmation that encapsulates the pattern of wanting to ... | David Heinemeier Hansson | 2004-12-09 | 1 | -9/+12 |
* | Added Base.validate_confirmation that encapsulates the pattern of wanting to ... | David Heinemeier Hansson | 2004-12-09 | 1 | -4/+22 |
* | Added validation macros to make the stackable just like the lifecycle callbacks | David Heinemeier Hansson | 2004-12-09 | 1 | -1/+10 |
* | Added named bind-style variable interpolation #281 [Michael Koziarski] | David Heinemeier Hansson | 2004-12-08 | 1 | -0/+21 |
* | Added the option for sanitizing find_by_sql and the offset parts in regular f... | David Heinemeier Hansson | 2004-12-07 | 1 | -1/+36 |
* | Fixed value quoting in all generated SQL statements, so that integers are not... | David Heinemeier Hansson | 2004-12-07 | 1 | -2/+2 |
* | Added counter_sql option for has_many associations [bitsweat] | David Heinemeier Hansson | 2004-12-07 | 3 | -36/+49 |
* | Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron] | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+1 |
* | Added bind-style variable interpolation for the condition arrays that uses th... | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+7 |
* | Added proper handling of time fields that are turned into Time objects with t... | David Heinemeier Hansson | 2004-12-01 | 6 | -3/+22 |
* | Added reverse order of deleting fixtures, so referential keys can be maintain... | David Heinemeier Hansson | 2004-12-01 | 3 | -8/+8 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 73 | -0/+3337 |