aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r3592@asus: jeremy | 2005-09-26 17:01:47 -0700Jeremy Kemper2005-09-261-0/+2
* r3591@asus: jeremy | 2005-09-26 17:01:30 -0700Jeremy Kemper2005-09-261-43/+22
* r3590@asus: jeremy | 2005-09-26 17:00:53 -0700Jeremy Kemper2005-09-261-7/+43
* r3589@asus: jeremy | 2005-09-26 16:58:40 -0700Jeremy Kemper2005-09-262-0/+0
* r3573@asus: jeremy | 2005-09-26 11:38:44 -0700Jeremy Kemper2005-09-264-21/+57
* r3569@asus: jeremy | 2005-09-26 05:33:09 -0700Jeremy Kemper2005-09-262-6/+8
* Include the orders table in *.drop.sqlJeremy Kemper2005-09-266-0/+7
* Get rid of warnings generated by calling obsolete .to_a method on a SymbolMarcel Molina2005-09-261-4/+4
* Remove duplicate 'quote_column_name' definitionJamis Buck2005-09-251-5/+1
* Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...David Heinemeier Hansson2005-09-2511-710/+792
* Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...Jamis Buck2005-09-256-9/+60
* Fix migrations with PG 7.x.Scott Barron2005-09-251-0/+13
* This seems unnecessary to call in teardown and is causing the testsScott Barron2005-09-251-1/+0
* Okay, you can have an extra spaceDavid Heinemeier Hansson2005-09-251-0/+1
* Use assignment instead of callDavid Heinemeier Hansson2005-09-251-3/+1
* Use assignment instead of callDavid Heinemeier Hansson2005-09-254-19/+14
* Added new symbol-driven approach to activating observers with Base#observer [...David Heinemeier Hansson2005-09-256-11/+55
* Fix open/save dialog in IE not opening files send with send_file/send_data, #...Thomas Fuchs2005-09-252-1/+16
* Wrap :conditions in parentheses to prevent problems with OR's #1871Jamis Buck2005-09-247-11/+39
* Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve...David Heinemeier Hansson2005-09-244-10/+28
* Just include activerecord/schema with AR so it doesnt need to be dumpedDavid Heinemeier Hansson2005-09-243-8/+2
* Added prevention of duplicate migrations from the generator #2240 [fbeausolei...David Heinemeier Hansson2005-09-242-0/+4
* Added native, faster implementations of .blank? for the core types #2286 [skae]David Heinemeier Hansson2005-09-242-0/+38
* Make the sqlite adapter preserve not-null constraints and index names when al...Jamis Buck2005-09-241-3/+12
* Allow the postgresql adapter to work with the SchemaDumper.Jamis Buck2005-09-232-4/+50
* Post the postgresql adapter (and hopefully other adapters) pass all testsJamis Buck2005-09-232-4/+10
* Make sqlite adapter pass all testsJamis Buck2005-09-232-3/+11
* Add db_schema_dump and db_schema_import rake tasks to work with the new Activ...Jamis Buck2005-09-232-1/+17
* Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-2311-25/+292
* Only configure settings for loaded frameworksDavid Heinemeier Hansson2005-09-221-4/+6
* Fixed that auto_discovery_link_tag couldn't take a string as the URLDavid Heinemeier Hansson2005-09-223-4/+7
* Fixed clean logger to work with Ruby 1.8.3 Logger class #2245David Heinemeier Hansson2005-09-212-3/+3
* Fixed migrations for Windows when using more than 10 [David Naseby]David Heinemeier Hansson2005-09-212-2/+6
* Asserts now need html/document so it should require itDavid Heinemeier Hansson2005-09-212-9/+1
* Fixed that the create_x method from belongs_to wouldn't save the association ...David Heinemeier Hansson2005-09-203-2/+7
* Fixed saving a record with two unsaved belongs_to associations pointing to th...Jamis Buck2005-09-204-5/+59
* Require 'pp' early to prevent the pretty-print methods being mixed in too lat...Jamis Buck2005-09-201-0/+1
* Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...David Heinemeier Hansson2005-09-204-55/+3
* Added small note about how longtext might be needed for large session dataDavid Heinemeier Hansson2005-09-202-2/+5
* Fixed problem with send_file and WEBrick using stdout #1812David Heinemeier Hansson2005-09-203-15/+10
* Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...David Heinemeier Hansson2005-09-201-0/+4
* Include suggestion for using different socket #1951 [NVRS]David Heinemeier Hansson2005-09-201-2/+4
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-2017-200/+248
* Fixed that Request#domain caused an exception if the domain header wasn't set...David Heinemeier Hansson2005-09-203-1/+10
* Improved migrations' behavior when the schema_info table is empty.Nicholas Seckar2005-09-202-1/+3
* Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...Jamis Buck2005-09-194-1/+60
* Make the reaper slightly more robust in the nudging departmentDavid Heinemeier Hansson2005-09-191-1/+7
* Fixed that Observers didn't observe sub-classes #627 [Florian Weber]David Heinemeier Hansson2005-09-193-1/+13
* Include ActionView as a configurable frameworkDavid Heinemeier Hansson2005-09-191-1/+1
* Include libs/ in rake stats #2223 [Marcel Molina]David Heinemeier Hansson2005-09-191-1/+2