aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow nested namespaces in routingTobias Lütke2007-05-172-1/+23
* Updated with the latest tricksDavid Heinemeier Hansson2007-05-164-9/+9
* Scaffold resource is now scaffoldDavid Heinemeier Hansson2007-05-1615-7/+7
* Make way for the new and improved scaffoldDavid Heinemeier Hansson2007-05-1613-534/+0
* Add multipart and url-encoded form mime types.Jeremy Kemper2007-05-152-2/+5
* Simplify CgiRequest#query_parametersJeremy Kemper2007-05-152-7/+6
* Move request parameter parsing from CGI to AbstractRequest.Jeremy Kemper2007-05-155-49/+55
* Lazy-read request.raw_post from request.bodyJeremy Kemper2007-05-151-1/+1
* Introduce the request.body stream. Lazy-read to parse parameters rather than ...Jeremy Kemper2007-05-1512-79/+142
* Oracle: extract column length for CHAR also. Closes #7866.Jeremy Kemper2007-05-152-0/+3
* Add some performance enhancements to ActionView.Rick Olson2007-05-155-48/+77
* add test case for js.erb partials on *.js formatted requestsRick Olson2007-05-152-0/+6
* Assume that rendered partials go by the HTML format by defaultRick Olson2007-05-156-13/+34
* Shine some sunlight on the CGI extensions. Remove unused CGI#session.Jeremy Kemper2007-05-1512-334/+313
* Non-executable source files.Jeremy Kemper2007-05-142-0/+0
* Added record identifications to FormHelper#form_for and PrototypeHelper#remot...David Heinemeier Hansson2007-05-1411-106/+319
* Rationalize route path escaping according to RFC 2396 section 3.3. Closes #75...Jeremy Kemper2007-05-143-42/+53
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-1215-39/+241
* Add broken testNicholas Seckar2007-05-121-0/+5
* Add ActionController::Routing::Helpers, a module to contain common URL helper...Nicholas Seckar2007-05-126-10/+31
* Ensure copy table test runs for sqlite and sqlite3. [mislav] Cllosoes #8328Michael Koziarski2007-05-122-9/+7
* Sexy dumper now has its groove on (closes #8281) [Chris Wanstrath]David Heinemeier Hansson2007-05-113-15/+44
* don't assume the http authorization header will be nil, since some configurat...Jamis Buck2007-05-111-4/+4
* Handle string and symbol param keys when splitting params into prefix params ...Rick Olson2007-05-093-2/+11
* Evaluate expression for assert_difference in the scope of the blockMarcel Molina2007-05-082-1/+8
* Rendering is protectedDavid Heinemeier Hansson2007-05-081-1/+1
* Included the HttpAuthentication plugin as part of core (ActionController::Htt...David Heinemeier Hansson2007-05-084-0/+167
* Fix typo and clarify code examples in documentation for assert_difference.Marcel Molina2007-05-081-8/+8
* Simplify API of assert_difference by passing in an expression that is evaluat...Marcel Molina2007-05-083-36/+64
* Generators use *.html.erb view template naming. Closes #8278.Jeremy Kemper2007-05-0627-19/+21
* 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