aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Update Fred's name in changelogsJeremy Kemper2007-12-101-2/+2
* render :xml and :json preserve custom content types. Closes #10388.Jeremy Kemper2007-12-091-0/+2
* Refactor Action View template handlers. Closes #10437.Jeremy Kemper2007-12-091-0/+2
* Fix DoubleRenderError message and leave out mention of returning false from f...Rick Olson2007-12-081-0/+2
* Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka]Rick Olson2007-12-081-0/+4
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-1/+1
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-4/+1
* Fixed send_file/binary_content for testing (closes #8044) [tolsen]David Heinemeier Hansson2007-12-051-13/+1
* Add documentation examples to prototype helper. Closes #7211 [manfred]Marcel Molina2007-12-051-0/+2
* Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]Marcel Molina2007-12-051-0/+4
* Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcana...Marcel Molina2007-12-051-0/+2
* Add many examples to assertion documentation. Closes #7803 [jeremymcanally]Marcel Molina2007-12-051-0/+2
* Document the supported options for sortable_element. Closes #8820 [berkelep]Marcel Molina2007-12-051-0/+2
* Add examples in the documentation for various assertions. Closes #9938 [zapnap]Marcel Molina2007-12-051-0/+2
* When a NonInferrableControllerError is raised, make the proposed fix clearer ...Marcel Molina2007-12-051-0/+2
* Update Prototype to 1.6.0.1Sam Stephenson2007-12-051-0/+2
* Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleterThomas Fuchs2007-12-041-0/+2
* Add 'disabled' attribute to <OPTION> separators used in time zone and country...Rick Olson2007-12-041-0/+2
* Added the same record identification guessing rules to fields_for as form_for...David Heinemeier Hansson2007-12-021-0/+2
* Fixed that verification violations with no specified action didn't halt the c...David Heinemeier Hansson2007-11-301-0/+5
* Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta...Rick Olson2007-11-291-0/+2
* Update to Prototype -r8232Sam Stephenson2007-11-291-0/+2
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+2
* Make sure the optimisation code for routes doesn't get used if :host, :anchor...Michael Koziarski2007-11-281-0/+2
* Added protection from trailing slashes on page caching (closes #10229) [devri...David Heinemeier Hansson2007-11-281-0/+2
* Asset timestamps are appended, not prepended. Closes #10276 [mnaberez]Marcel Molina2007-11-271-0/+2
* Minor inconsistency in description of render example. Closes #10029 [ScottSch...Marcel Molina2007-11-261-0/+2
* Add #prepend_view_path and #append_view_path instance methods on ActionContro...Rick Olson2007-11-261-0/+2
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-261-0/+2
* Add deprecation for old subtemplate syntax for ActionMailer templates, use re...Rick Olson2007-11-261-0/+2
* Fix TemplateError so it doesn't bomb on exceptions while running tests [rick]Rick Olson2007-11-261-0/+2
* Fixed that named routes living under resources shouldn't have double slashes ...David Heinemeier Hansson2007-11-251-0/+2
* Make sure that cookie sessions use a secret that is at least 30 chars in leng...Michael Koziarski2007-11-211-0/+2
* Fixed that partial rendering should look at the type of the first render to d...David Heinemeier Hansson2007-11-181-0/+2
* Fixed that has_many :through associations should render as collections too (c...David Heinemeier Hansson2007-11-121-0/+2
* Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...David Heinemeier Hansson2007-11-071-0/+2
* Fixed handling of non-domain hosts (closes #9479) [purp]David Heinemeier Hansson2007-11-071-0/+2
* Fix syntax error in documentation example for cycle method. Closes #8735 [foca]Marcel Molina2007-11-061-0/+2
* Document :with option for link_to_remote. Closes #8765 [ryanb]Marcel Molina2007-11-061-0/+2
* Document :minute_step option for time_select. Closes #8814 [brupm]Marcel Molina2007-11-061-0/+2
* Explain how to use the :href option for link_to_remote to degrade gracefully ...Marcel Molina2007-11-061-0/+2
* Disambiguate :size option for text area tag. Closes #8955 [redbeard]Marcel Molina2007-11-061-0/+2
* Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas]Marcel Molina2007-11-061-0/+2
* Add documentation for route conditions. Closes #9041 [innu, manfred]Marcel Molina2007-11-061-0/+2
* Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N]Marcel Molina2007-11-061-0/+2
* Fixed that ActionController::CgiRequest#host_with_port() should handle standa...David Heinemeier Hansson2007-11-061-0/+2
* Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.Sam Stephenson2007-11-061-0/+2
* Update profiler changelog for integration session script usageJeremy Kemper2007-11-011-0/+6
* Expose the cookie jar as a helper method (before the view would just get the ...David Heinemeier Hansson2007-10-311-0/+2
* Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.Jeremy Kemper2007-10-271-0/+2