aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modernize documentation for form helpers. Closes #8035. [jeremymcanally]Marcel Molina2007-05-062-81/+149
* Minor wording tweak to documentation for the debug helper. Closes #8037. [jer...Marcel Molina2007-05-061-2/+6
* Document :allow_nil option for validates_acceptance_of since it defaults to t...Marcel Molina2007-05-062-0/+3
* Update documentation for :dependent declaration so that it explicitly uses th...Marcel Molina2007-05-062-1/+3
* Add documentation caveat about when to use count_by_sql. Closes #8090. [fearo...Marcel Molina2007-05-062-0/+11
* Also add documentation enhancements for increment_counter. Closes #8092. [fea...Marcel Molina2007-05-062-6/+16
* Enhance documentation for decrement_counter. Closes #8093. [fearoffish]Marcel Molina2007-05-062-1/+15
* Provide brief introduction to what optimistic locking is. Closes #8097. [fear...Marcel Molina2007-05-062-0/+12
* Add brief introduction to REST to the resources documentation. Closes #8100. ...Marcel Molina2007-05-062-0/+40
* Fix various documentation typos throughout ActionPack. Closes #8111. [Henrik N]Marcel Molina2007-05-064-5/+6
* Add documentation for :encoding option to mysql adapter. Closes #8219 [marclove]Marcel Molina2007-05-062-0/+3
* Enhance documentation and add examples for url_for. Closes #8227. [jeremymcan...Marcel Molina2007-05-062-57/+165
* More documentations for typos in routes. Closes #8228 [pam]Marcel Molina2007-05-063-3/+3
* Fix documentation typo in routes. Closes #8250. [norbert]Marcel Molina2007-05-062-1/+3
* Sweep flash when filter chain is halted. Closes #6175. [Caio Chassot <lists@...Marcel Molina2007-05-064-9/+48
* Bug fix for the filter implementationMichael Koziarski2007-05-062-3/+52
* Use assert_match instead of String#include? so we can get helpful error messa...Michael Koziarski2007-05-061-1/+3
* Added short-hand declaration style to migrations (inspiration from Sexy Migra...David Heinemeier Hansson2007-05-065-4/+71
* Make respond_to? work as expectedTobias Lütke2007-05-042-0/+28
* Change Base#to_xml to take the name for a container element for an associatio...Michael Koziarski2007-05-033-3/+12
* Try the class itself if the ancestor doesnt have anythingDavid Heinemeier Hansson2007-05-021-2/+6
* Fixed that content_tag with a block will just return the result instead of co...David Heinemeier Hansson2007-05-023-1/+13
* Replace the current block/continuation filter chain handling by an implementa...Rick Olson2007-05-023-88/+189
* Update UrlWriter to accept :anchor parameter. Closes #6771.Nicholas Seckar2007-05-023-0/+17
* Added assert_difference and assert_no_difference to test/unit assertionsTobias Lütke2007-05-015-0/+68
* BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa...David Heinemeier Hansson2007-05-014-44/+95
* Added the first part of Simply Helpful to core. The rest is pending a clean i...David Heinemeier Hansson2007-04-308-1/+300
* You're dead! We killed you!David Heinemeier Hansson2007-04-295-0/+0
* Include sub-resources exampleDavid Heinemeier Hansson2007-04-291-2/+4
* Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation warn...Nicholas Seckar2007-04-292-0/+15
* change #custom_headers to just #headers [Rick]Rick Olson2007-04-294-19/+19
* Add support for setting custom headers per ActiveResource model [Rick]Rick Olson2007-04-296-24/+70
* Start in irb mode if possibleDavid Heinemeier Hansson2007-04-291-1/+1
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-2829-1597/+69
* Added find-by-path options to ActiveResource::Base.find [DHH]David Heinemeier Hansson2007-04-274-8/+36
* Added map.namespace to deal with the common situation of admin sections and t...David Heinemeier Hansson2007-04-273-5/+69
* Added test case for overwritting the name prefixDavid Heinemeier Hansson2007-04-271-0/+20
* Name prefix should nest like path prefixDavid Heinemeier Hansson2007-04-272-2/+2
* Actually make the name_prefix work like the previous checkin said it wouldDavid Heinemeier Hansson2007-04-272-17/+25
* Added :has_many and :has_one for declaring plural and singular resources bene...David Heinemeier Hansson2007-04-263-5/+76
* Added support for using classes from within a single nested module [DHH]David Heinemeier Hansson2007-04-263-5/+47
* Added load_attributes_from_response as a way of loading attributes from other...David Heinemeier Hansson2007-04-262-4/+18
* The find should instantiate real objects, not return hashesDavid Heinemeier Hansson2007-04-262-3/+6
* Added support for calling custom methods #6979 [rwdaigle]David Heinemeier Hansson2007-04-267-1/+212
* Pull file from xml value only if it's a Hash. Closes #8190.Jeremy Kemper2007-04-262-2/+8
* XML values can be nilDavid Heinemeier Hansson2007-04-261-1/+1
* Improve Performance of calling create on has_many :through associations by av...Michael Koziarski2007-04-263-9/+21
* Resource scaffolding returns the created entity.to_xml.Jeremy Kemper2007-04-252-6/+8
* Resource scaffolding responds to new.xml. Closes #8185.Jeremy Kemper2007-04-252-0/+8
* Added parsing of file type in Hash.xml_in so you can easily do file uploads w...David Heinemeier Hansson2007-04-253-13/+76