aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Fixed that every successive call on the sqlite adapter prepended RAILS_ROOT a...David Heinemeier Hansson2004-12-121-1/+1
* Options for the new validation methods are now given as a hashDavid Heinemeier Hansson2004-12-101-1/+1
* Added Base.validate_uniqueness thatv alidates whether the value of the specif...David Heinemeier Hansson2004-12-101-1/+1
* Fixed TIMESTAMP columns broken due to TIME handling patchDavid Heinemeier Hansson2004-12-091-11/+15
* Fixed value quoting in all generated SQL statements, so that integers are not...David Heinemeier Hansson2004-12-072-7/+12
* Added proper handling of time fields that are turned into Time objects with t...David Heinemeier Hansson2004-12-011-1/+13
* Fixed infinite loop when environment is missing in database.ymlDavid Heinemeier Hansson2004-12-011-2/+6
* Added relative path search for sqlite dbfiles in database.yml (if RAILS_ROOT ...David Heinemeier Hansson2004-12-011-2/+3
* symbolize_strings_in_hash shouldnt change receiver -- this should fix the bug...David Heinemeier Hansson2004-11-261-6/+4
* Added option to establish_connection where you'll be able to leave out the pa...David Heinemeier Hansson2004-11-251-13/+16
* InitialDavid Heinemeier Hansson2004-11-245-0/+1075