aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Asset timestamps are appended, not prepended. Closes #10276 [mnaberez]Marcel Molina2007-11-272-2/+4
* Fixed to_s bug with namespace routes (closes #10283) [johnb]David Heinemeier Hansson2007-11-262-1/+21
* Minor inconsistency in description of render example. Closes #10029 [ScottSch...Marcel Molina2007-11-262-2/+4
* Add #prepend_view_path and #append_view_path instance methods on ActionContro...Rick Olson2007-11-264-6/+71
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-266-342/+475
* Add deprecation for old subtemplate syntax for ActionMailer templates, use re...Rick Olson2007-11-262-0/+15
* Fix TemplateError so it doesn't bomb on exceptions while running tests [rick]Rick Olson2007-11-262-3/+5
* Add documentation about asset timestamps (just for koz)David Heinemeier Hansson2007-11-251-0/+21
* Fixed that named routes living under resources shouldn't have double slashes ...David Heinemeier Hansson2007-11-253-1/+17
* Docfix (closes #10256)David Heinemeier Hansson2007-11-251-2/+2
* Improve error messages when providing a secret that is too short. Closes #10...Michael Koziarski2007-11-241-4/+5
* Document that the cookie store is the default session store. Mention the memc...Jeremy Kemper2007-11-222-8/+17
* Tests and fix for extension extraction. References #10130 [tarmo]Michael Koziarski2007-11-222-2/+27
* Make sure that cookie sessions use a secret that is at least 30 chars in leng...Michael Koziarski2007-11-214-4/+40
* Emphasize the importance of a dictionary attack-proof secret for the cookie s...David Heinemeier Hansson2007-11-211-1/+4
* Refactor cookie_only option to survive multiple requests and add regression t...Michael Koziarski2007-11-212-3/+95
* Ensure that the routing optimisation code isn't used when additional argument...Michael Koziarski2007-11-202-6/+20
* Remove unnecessary route reload in integration tests, obsoleted by [7676]. Cl...Michael Koziarski2007-11-191-1/+0
* Fixed that partial rendering should look at the type of the first render to d...David Heinemeier Hansson2007-11-182-2/+12
* Docfix (closes #10155)David Heinemeier Hansson2007-11-181-2/+2
* memoize host with port and refactor the tests which depend on it changingMichael Koziarski2007-11-173-4/+12
* Remove unneeded code to disable optimisations. the defined?(request) stuff t...Michael Koziarski2007-11-171-3/+0
* Only Benchmark and log if we're going to output the information.Michael Koziarski2007-11-141-1/+1
* Fix Tests broken in [8134]Michael Koziarski2007-11-141-0/+2
* Actually cache the template names.Michael Koziarski2007-11-141-1/+1
* Fixed that has_many :through associations should render as collections too (c...David Heinemeier Hansson2007-11-127-3/+21
* Prepare versions for RC1David Heinemeier Hansson2007-11-092-3/+3
* Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...David Heinemeier Hansson2007-11-073-5/+21
* Fixed handling of non-domain hosts (closes #9479) [purp]David Heinemeier Hansson2007-11-073-2/+23
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-065-26/+28
* Fix syntax error in documentation example for cycle method. Closes #8735 [foca]Marcel Molina2007-11-062-1/+3
* Document :with option for link_to_remote. Closes #8765 [ryanb]Marcel Molina2007-11-062-0/+10
* Document :minute_step option for time_select. Closes #8814 [brupm]Marcel Molina2007-11-062-0/+5
* Explain how to use the :href option for link_to_remote to degrade gracefully ...Marcel Molina2007-11-062-0/+13
* Disambiguate :size option for text area tag. Closes #8955 [redbeard]Marcel Molina2007-11-062-1/+3
* Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas]Marcel Molina2007-11-062-3/+5
* Add documentation for route conditions. Closes #9041 [innu, manfred]Marcel Molina2007-11-062-0/+20
* Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N]Marcel Molina2007-11-062-1/+3
* Fixed that ActionController::CgiRequest#host_with_port() should handle standa...David Heinemeier Hansson2007-11-063-3/+16
* Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.Sam Stephenson2007-11-063-29/+63
* Minor documentation enhancements and white-space fixes. Closes #9819 [chuyeow]Michael Koziarski2007-11-061-144/+144
* Make rescue_from behave like rescue when dealing with subclasses. Closes #10...Michael Koziarski2007-11-062-6/+210
* Grammatical and whitespace fixes for form helper docs. Closes #10062 [chuyeow]Michael Koziarski2007-11-061-43/+42
* Add missing quote to send_file documentation. [developingchris] Closes #10078Michael Koziarski2007-11-051-1/+1
* Update profiler changelog for integration session script usageJeremy Kemper2007-11-011-0/+6
* Profile an integration session instead of a single requestJeremy Kemper2007-11-011-87/+58
* Factor Integration::Runner behavior out of IntegrationTest. Introduce Session...Jeremy Kemper2007-11-012-74/+87
* Expose the cookie jar as a helper method (before the view would just get the ...David Heinemeier Hansson2007-10-312-0/+6
* compute_public_path behaves well with mailers also. Closes #10014.Jeremy Kemper2007-10-291-6/+16
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-292-13/+13