aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added db:rollback to rollback the schema one version (or multiple as specifie...David Heinemeier Hansson2007-10-262-0/+9
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-2616-18/+497
* Simplfy #view_paths implementation. ActionView templates get the exact objec...Rick Olson2007-10-263-28/+49
* Update tests for ActiveSupport's JSON escaping change. [rick]Rick Olson2007-10-265-14/+20
* FormHelper's auto_index should use #to_param instead of #id_before_type_cast....Rick Olson2007-10-263-4/+7
* Add docs explaining how to protect all attributes using attr_accessible with ...Marcel Molina2007-10-262-1/+19
* Update add_index documentation to use new options api. Closes #9787 [kamal]Marcel Molina2007-10-262-1/+4
* Allow find on a has_many association defined with :finder_sql to accept id ar...Marcel Molina2007-10-265-3/+22
* Doc typo fixes for ActiveRecordHelper. Closes #9973 [mikong]Marcel Molina2007-10-262-2/+4
* Make example parameters in restful routing docs idiomatic. Closes #9993 [danger]Marcel Molina2007-10-262-2/+4
* Make documentation comment for mime responders match documentation example. ...Marcel Molina2007-10-262-1/+3
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...Rick Olson2007-10-265-19/+25
* Use VALID_FIND_OPTIONS when resolving :find scoping rather than hard coding t...Marcel Molina2007-10-262-1/+3
* Remove broken requireMichael Koziarski2007-10-261-1/+0
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-2616-40/+218
* Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman]Jeremy Kemper2007-10-261-3/+3
* Fix typo in test_helper. Closes #9925 [viktor tron]Marcel Molina2007-10-262-2/+4
* Fix incorrect path in helper rdoc. Closes #9926 [viktor tron]Marcel Molina2007-10-262-2/+4
* Partials also set 'object' to the default partial variable. Closes #8823.Jeremy Kemper2007-10-254-10/+15
* / default uri, -b shortcutJeremy Kemper2007-10-251-3/+3
* Request profilerJeremy Kemper2007-10-256-1/+182
* Remove superfluous code and quote table name. References #9971 [jkit, nzkoz]Michael Koziarski2007-10-251-2/+1
* Make clear_reloadable_connections! take account of @@allow_concurrency. Clos...Michael Koziarski2007-10-251-4/+17
* Add an ignored options parameter to ActiveSupport::JSON::Variable#to_json to ...Michael Koziarski2007-10-251-1/+1
* Make sure that the Schema Dumper supports non-standard primary keys with MySQ...Michael Koziarski2007-10-252-0/+17
* Refactor the default rendering out to a method called default_render to provi...Michael Koziarski2007-10-252-5/+31
* Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...Jeremy Kemper2007-10-244-0/+42
* Remove unnecessary returns from builtin filters since render/return is now su...Jeremy Kemper2007-10-244-9/+1
* rake test aborts if tests failed. Closes #9962 [Jason Roelofs]Jeremy Kemper2007-10-231-1/+1
* Disabled checkboxes don't submit a form value. Closes #9301.Jeremy Kemper2007-10-233-1/+10
* Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...Marcel Molina2007-10-233-6/+15
* 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