aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Fix broken testcase for transactionsNicholas Seckar2005-09-292-7/+11
* Clean up and extend test coverage for validates_numericality_ofJeremy Kemper2005-09-291-37/+60
* Fix transactions so that calling return while inside a transaction will not l...Nicholas Seckar2005-09-283-5/+41
* Make schema definition column lookups agnostic w/r/t/ whether a key or symbol...Marcel Molina2005-09-281-2/+2
* Add failing test that shows that AR::Migration.remove_column fails silently w...Marcel Molina2005-09-281-3/+17
* Ticket #2156 - Use foreign_key inflection uniformlyJeremy Kemper2005-09-282-2/+4
* r3657@asus: jeremy | 2005-09-28 00:32:33 -0700Jeremy Kemper2005-09-281-1/+3
* r3653@asus: jeremy | 2005-09-28 00:23:49 -0700Jeremy Kemper2005-09-285-14/+81
* Returning false in before_destroy should cancel action. Closes #1829.Scott Barron2005-09-283-2/+41
* Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...Jeremy Kemper2005-09-274-17/+26
* 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
* r3632@asus: jeremy | 2005-09-27 12:18:49 -0700Jeremy Kemper2005-09-271-1/+1
* 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
* 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
* 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
* 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-253-18/+13
* Added new symbol-driven approach to activating observers with Base#observer [...David Heinemeier Hansson2005-09-254-6/+48
* 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
* 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 ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-2311-25/+292
* Fixed migrations for Windows when using more than 10 [David Naseby]David Heinemeier Hansson2005-09-212-2/+6
* 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
* Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...David Heinemeier Hansson2005-09-201-0/+4
* Improved migrations' behavior when the schema_info table is empty.Nicholas Seckar2005-09-202-1/+3