aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Docfix (closes #10429) [jamesh/ssoroka]David Heinemeier Hansson2007-12-141-9/+8
* Fixed that ActionView#file_exists? would be incorrect if @first_render is set...David Heinemeier Hansson2007-12-141-1/+1
* Make the routes rake task more discoverable but documenting it in the routing...Marcel Molina2007-12-131-0/+4
* Explain how the layout macro behaves when passed a path that contains a direc...Marcel Molina2007-12-131-1/+2
* More Action View refactoring. Knock :erb default down a notch. Closes #10455.Jeremy Kemper2007-12-105-58/+57
* Fix up template handler tests. Closes #10437.Jeremy Kemper2007-12-101-1/+5
* Fix javascript_tag method name collision. Closes #10337.Jeremy Kemper2007-12-101-3/+3
* Ensure asset cache directories are automatically created. Closes #10337.Jeremy Kemper2007-12-101-38/+30
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-102-3/+3
* Fix strange NoMemoryError on amd64. Closes #10442 [wrb]Jeremy Kemper2007-12-101-4/+5
* Document how to disable forgery protection for tests. Useful note for those u...Jeremy Kemper2007-12-101-1/+7
* Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn]Jeremy Kemper2007-12-101-1/+1
* render :xml and :json preserve custom content types. Closes #10388.Jeremy Kemper2007-12-091-2/+2
* Refactor Action View template handlers. Closes #10437.Jeremy Kemper2007-12-096-89/+106
* Fix DoubleRenderError message and leave out mention of returning false from f...Rick Olson2007-12-081-1/+1
* Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka]Rick Olson2007-12-081-12/+2
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-1/+1
* Ignore illegal seeks on body rewind. Catches CGI errors depending on your htt...Jeremy Kemper2007-12-071-1/+7
* Fixed documentation that made rdoc barkDavid Heinemeier Hansson2007-12-061-1/+1
* Fixed documentation that made rdoc barkDavid Heinemeier Hansson2007-12-061-2/+2
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-3/+3
* Fixed send_file/binary_content for testing (closes #8044) [tolsen]David Heinemeier Hansson2007-12-051-7/+1
* 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
* Correct example for path parameters to use strings as keys in the hash rather...Marcel Molina2007-12-051-2/+3
* Update documentation to reflect increased accuracy of date interval calculati...Marcel Molina2007-12-051-4/+3
* Add documentation examples to prototype helper. Closes #7211 [manfred]Marcel Molina2007-12-051-2/+23
* Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]Marcel Molina2007-12-052-15/+24
* Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcana...Marcel Molina2007-12-051-25/+256
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-059-17/+17
* Add many examples to assertion documentation. Closes #7803 [jeremymcanally]Marcel Molina2007-12-054-37/+128
* Ensure that ActionMailer::Base is there and not just the parent moduleDavid Heinemeier Hansson2007-12-051-1/+1
* Fix typo in [8287]Marcel Molina2007-12-051-1/+1
* Document the supported options for sortable_element. Closes #8820 [berkelep]Marcel Molina2007-12-051-2/+57
* Add examples in the documentation for various assertions. Closes #9938 [zapnap]Marcel Molina2007-12-053-5/+48
* When a NonInferrableControllerError is raised, make the proposed fix clearer ...Marcel Molina2007-12-051-1/+1
* Remove Great Britain from the Country select helper to ensure consistency wit...Michael Koziarski2007-12-051-2/+1
* Update Prototype to 1.6.0.1Sam Stephenson2007-12-051-20/+45
* 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-041-3/+3
* Add 'disabled' attribute to <OPTION> separators used in time zone and country...Rick Olson2007-12-041-2/+2
* Deal with nested fields_for too [DHH]David Heinemeier Hansson2007-12-021-2/+14
* Added the same record identification guessing rules to fields_for as form_for...David Heinemeier Hansson2007-12-021-4/+28
* Don't inadvertently hit const_missing in defined?(ActionMailer::Base) checkJeremy Kemper2007-12-011-1/+1
* Fixed that verification violations with no specified action didn't halt the c...David Heinemeier Hansson2007-11-301-6/+15
* Make sure assert_select_rjs gets counted, Closes #10278 [tarmo]Michael Koziarski2007-11-291-1/+2
* Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta...Rick Olson2007-11-292-12/+23
* Update to Prototype -r8232Sam Stephenson2007-11-291-71/+87
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+1
* correct confusing commentsMichael Koziarski2007-11-281-1/+1