aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed send_file/binary_content for testing (closes #8044) [tolsen]David Heinemeier Hansson2007-12-053-20/+11
* Adding missing space to documentation of the layout method. Closes #7126 [ora...Marcel Molina2007-12-051-1/+1
* Add example of redirect_to that uses a named route. Closes #7149 [stevenbristol]Marcel Molina2007-12-051-0/+1
* Fix eager association test. Closes #10381 [alexey]Jeremy Kemper2007-12-051-1/+2
* Correct example for path parameters to use strings as keys in the hash rather...Marcel Molina2007-12-051-2/+3
* Fixed that habtm associations should be able to set :select as part of their ...David Heinemeier Hansson2007-12-052-30/+4
* Fix incorrect superclass in documentation for alias_attribute. Closes #7171 [...Marcel Molina2007-12-051-1/+1
* Document that the delegate method can delegate to things other than just meth...Marcel Molina2007-12-051-0/+20
* Update documentation to reflect increased accuracy of date interval calculati...Marcel Molina2007-12-051-4/+3
* Fixed that habtm associations should be able to set :select as part of their ...David Heinemeier Hansson2007-12-052-0/+7
* Add documentation examples to prototype helper. Closes #7211 [manfred]Marcel Molina2007-12-052-2/+25
* Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]Marcel Molina2007-12-053-15/+28
* Document how the :include option can be used in Calculations::calculate. Clo...Marcel Molina2007-12-052-0/+4
* Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [j...Marcel Molina2007-12-052-2/+4
* Reveal that the type option in migrations can be any supported column type fo...Marcel Molina2007-12-052-1/+8
* Add warning to documentation about using transactional fixtures when the code...Marcel Molina2007-12-052-0/+6
* Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcana...Marcel Molina2007-12-052-25/+258
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-0524-35/+35
* Add many examples to assertion documentation. Closes #7803 [jeremymcanally]Marcel Molina2007-12-055-37/+130
* Ensure that ActionMailer::Base is there and not just the parent moduleDavid Heinemeier Hansson2007-12-051-1/+1
* More complete documentation for find_by_sql. Closes #7912 [fearoffish]Marcel Molina2007-12-052-3/+25
* Document API for exists?'s parameter and provide examples of usage. Closes #7...Marcel Molina2007-12-052-3/+14
* Document API for create's attributes parameter and provide examples. Closes #...Marcel Molina2007-12-052-2/+13
* Documentation for find incorrectly omits the :conditions option from various ...Marcel Molina2007-12-052-4/+6
* Fix typo in [8287]Marcel Molina2007-12-051-1/+1
* Document options and add examples for update. Closes #7985 [fearoffish]Marcel Molina2007-12-052-6/+12
* Document options and add examples for delete. Closes #7986 [fearoffish]Marcel Molina2007-12-052-2/+20
* Document options and add examples for destroy. Closes #7988 [fearoffish]Marcel Molina2007-12-052-2/+21
* Document options and add examples for update_all. Closes #7990 [fearoffish]Marcel Molina2007-12-052-5/+22
* Document options for update_counters. Closes #8091 [fearoffish]Marcel Molina2007-12-052-0/+14
* Add documentation about the virtual attribute added by validates_confirmation...Marcel Molina2007-12-052-3/+8
* Document the supported options for sortable_element. Closes #8820 [berkelep]Marcel Molina2007-12-052-2/+59
* Add documentation for freeze and readonly related methods. Closes #8878 [pela...Marcel Molina2007-12-052-4/+9
* Document the timestamps schema definition method. Closes #9000 [mikong]Marcel Molina2007-12-052-0/+4
* Add examples in the documentation for various assertions. Closes #9938 [zapnap]Marcel Molina2007-12-054-5/+50
* When a NonInferrableControllerError is raised, make the proposed fix clearer ...Marcel Molina2007-12-052-1/+3
* Give examples for what tables should be called for models inside a module nam...Marcel Molina2007-12-052-3/+14
* Document the :message option for validates_associated. Closes #10357 [dylans]Marcel Molina2007-12-052-0/+3
* Document automatically generated predicate methods for attributes. Closes #10...Marcel Molina2007-12-052-0/+16
* Document Date conversions. Closes #10368 [chuyeow]Michael Koziarski2007-12-051-4/+34
* Enhance documentation for Active Support's Time Conversion functions. [rsanhe...Michael Koziarski2007-12-051-3/+46
* Remove Great Britain from the Country select helper to ensure consistency wit...Michael Koziarski2007-12-052-5/+1
* Update Prototype to 1.6.0.1Sam Stephenson2007-12-054-40/+94
* Try againDavid Heinemeier Hansson2007-12-051-1/+1
* MySQL: we can't distinguish a fake 0 default in 4.xJeremy Kemper2007-12-051-1/+2
* Fix broken test (closes #10364) [chuyeow]David Heinemeier Hansson2007-12-051-1/+7
* Fix that options[:from] table names should never be quoted [DHH]David Heinemeier Hansson2007-12-052-1/+12
* Removed some of the tags that does not make sense to allow per default in the...David Heinemeier Hansson2007-12-041-2/+2
* Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleterThomas Fuchs2007-12-044-6/+10
* Add 'disabled' attribute to <OPTION> separators used in time zone and country...Rick Olson2007-12-043-8/+10