aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Returning false in before_destroy should cancel action. Closes #1829.Scott Barron2005-09-283-2/+41
* Make table_name and controller_name in generators honor AR::Base.pluralize_ta...Marcel Molina2005-09-284-3/+12
* Undo condition change made in [2345] to prevent normal parameters arriving as...Nicholas Seckar2005-09-272-1/+3
* Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...Jeremy Kemper2005-09-274-17/+26
* #2261 was supposed to have been closed as wontfix, not sure why it wasn't,Scott Barron2005-09-272-3/+1
* Ticket 2261 - Include lib/tasks/*.rake in rake statsJeremy Kemper2005-09-272-1/+3
* Ticket #2295 - Tolerate consecutive delimiters in query parametersJeremy Kemper2005-09-273-1/+15
* Update change log for #2297Jeremy Kemper2005-09-271-0/+2
* Ticket 2297 - rake stats clearly labels functional and unit testsJeremy Kemper2005-09-272-11/+14
* Update change log for #2250.Jeremy Kemper2005-09-271-0/+2
* Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250Marcel Molina2005-09-276-38/+210
* Oops, swapped order of params to COALESCE! Upcoming patch has test cases.Jeremy Kemper2005-09-271-1/+1
* Ticket 2263 - Make clean logger compatible with both 1.8.2 and 1.8.3Jeremy Kemper2005-09-272-3/+12
* Streamline render process, code cleaning. Closes #2294.Nicholas Seckar2005-09-275-60/+129
* r3632@asus: jeremy | 2005-09-27 12:18:49 -0700Jeremy Kemper2005-09-271-1/+1
* Keep flash after component is rendered. Closes #2291.Scott Barron2005-09-273-1/+31
* Make the migration generator only check files ending in *.rb when calculating...Sam Stephenson2005-09-272-1/+3
* Fix serialization problem with YAML in 1.8.3Scott Barron2005-09-272-17/+4
* r3613@asus: jeremy | 2005-09-26 22:25:04 -0700Jeremy Kemper2005-09-272-2/+4
* r3605@asus: jeremy | 2005-09-26 19:10:50 -0700Jeremy Kemper2005-09-261-0/+2
* r3604@asus: jeremy | 2005-09-26 19:10:42 -0700Jeremy Kemper2005-09-261-20/+29
* r3603@asus: jeremy | 2005-09-26 19:10:00 -0700Jeremy Kemper2005-09-261-5/+10
* Make update_attribute use the same writer method that update_attributes uses.Marcel Molina2005-09-263-2/+5
* Make migrations honor table name prefixes and suffixes.Marcel Molina2005-09-264-7/+71
* r3597@asus: jeremy | 2005-09-26 17:39:23 -0700Jeremy Kemper2005-09-261-5/+5
* Have text helpers use built in Regexp.escape rather than home grown alternativeMarcel Molina2005-09-262-7/+8
* 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