aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added tests for options to ActiveRecordHelper#form. Closes #7213 [richcollins...Marcel Molina2007-10-232-0/+11
* Assigning an instance of a foreign class to a composed_of aggregate calls an ...Jeremy Kemper2007-10-233-39/+30
* Assigning nil to a composed_of aggregate also sets its immediate value to nil...Jeremy Kemper2007-10-233-2/+19
* Some mime type refactoring. Closes #9957 [Josh Peek]Jeremy Kemper2007-10-233-22/+11
* validates_uniqueness_of behaves well with abstract superclasses. References #...Jeremy Kemper2007-10-234-2/+68
* Remove duplicate rjs layout check. Closes #9956 [Josh Peek]Jeremy Kemper2007-10-231-1/+1
* Refactor and test boot.rb. Include tests from and closes #9834.Jeremy Kemper2007-10-233-26/+232
* Hash#to_xml handles symbol values. Closes #9954.Jeremy Kemper2007-10-233-2/+12
* Reinstate test_change_column_nullability for all adapters. Closes #9945 [lawr...Jeremy Kemper2007-10-221-2/+1
* test_select_rows shouldn't depend on implicit result ordering. Closes #9898 [...Jeremy Kemper2007-10-221-2/+2
* Expand form helper test coverage. Closes #9950 [robinjfisher]Jeremy Kemper2007-10-221-1/+55
* request.parameters doesn't overwrite request.request_parameters. Closes #9949...Jeremy Kemper2007-10-223-3/+12
* Changed before_filter halting to happen automatically on render or redirect b...David Heinemeier Hansson2007-10-213-23/+36
* Ensure that mysql quotes table names with database names correctly. Closes #...Rick Olson2007-10-203-1/+9
* Ensure that cookies handle array values correctly. Closes #9937 [queso]Rick Olson2007-10-203-2/+15
* typo in test nameMichael Koziarski2007-10-191-1/+1
* Remove more potential clashes with asset methods and resource routes. Closes...Michael Koziarski2007-10-193-5/+37
* Few more tests for Sexy MigrationsMichael Koziarski2007-10-191-0/+24
* Forgotten changelog entryMichael Koziarski2007-10-191-0/+3
* Add t.belongs_to and t.references to sexy migrations [arthurgeek]Michael Koziarski2007-10-192-1/+66
* Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr...Michael Koziarski2007-10-198-283/+231
* Rename image_path path_to_image to avoid conflicting with named routes. Clos...Michael Koziarski2007-10-193-2/+7
* SQL Server: test for affected row count. References #9558 [lawrence, ryepup]Jeremy Kemper2007-10-181-25/+19
* Use SecureRandom to generate unique ids, if available.Jeremy Kemper2007-10-181-12/+22
* Merge [7832] from 1-2-stable: Correct RAILS_GEM_VERSION regexp. Use =version ...Jeremy Kemper2007-10-181-8/+11
* Fixed incorrect migration number if script/generate executed outside of Rails...David Heinemeier Hansson2007-10-182-1/+3
* Docfix (cloases #9832)David Heinemeier Hansson2007-10-181-7/+8
* Read in binary mode to make sure windows support keeps working. [lawrence] ...Michael Koziarski2007-10-171-1/+1
* Use a smaller binary fixture so we don't overflow column size limitations in ...Michael Koziarski2007-10-172-435/+130
* Raise an intelligible error message when migration aren't named correctly [br...Michael Koziarski2007-10-171-1/+9
* caches_page uses a single after_filter instead of one per action. Closes #9891.Jeremy Kemper2007-10-162-3/+4
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.Sam Stephenson2007-10-1610-3286/+5296
* More Performant Cookie Regexp for Integration tests. [Ola Bini]Michael Koziarski2007-10-161-1/+1
* Hash#symbolize_keys behaves well with integer keys. Closes #9890.Jeremy Kemper2007-10-163-3/+11
* Dispatcher: fix that to_prepare should only run once in production. Closes #9...Jeremy Kemper2007-10-163-1/+12
* Qualified column names work in hash conditions, like :conditions => { 'commen...Jeremy Kemper2007-10-163-1/+20
* Fix regression where the association would not construct new finder SQL on sa...Jeremy Kemper2007-10-163-4/+16
* remove empty dirs missed by git-svnJeremy Kemper2007-10-160-0/+0
* Refactor association create and build so before & after callbacks behave cons...Jeremy Kemper2007-10-168-45/+94
* Improve the error message for assert_redirected_to. Closes #7337 [mikong, san...Jeremy Kemper2007-10-162-5/+4
* Test link_to 'back', :backJeremy Kemper2007-10-161-0/+10
* Quote table names. Defaults to column quoting. Closes #4593.Jeremy Kemper2007-10-1615-46/+283
* Fix join table docs error in schema_statements. Closes #9880 [lawrence]Jeremy Kemper2007-10-161-1/+1
* Moving SQL Server tests to the extracted adapter. References #9884.Jeremy Kemper2007-10-168-340/+8
* Missed mailer adds.Jeremy Kemper2007-10-162-0/+4
* Fix silent failure of rxml templates. Closes #9879.Jeremy Kemper2007-10-153-1/+18
* Don't assume ActiveSupport module is already definedJeremy Kemper2007-10-151-5/+7
* Simple changes to bring AWS up to date with view_paths and render :text. Test...Michael Koziarski2007-10-153-8/+8
* Complete AWS -> ARes changeover. Closes #8717 [kampers]Jeremy Kemper2007-10-153-3/+3
* Alias association #build to #new so it behaves predictably. Closes #8787.Jeremy Kemper2007-10-153-0/+4