aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.Jeremy Kemper2007-10-273-12/+15
* Tested FormHelper#label. Closes #9850 [jarkko]Jeremy Kemper2007-10-272-2/+10
* Simplfy #view_paths implementation. ActionView templates get the exact objec...Rick Olson2007-10-263-28/+49
* Update tests for ActiveSupport's JSON escaping change. [rick]Rick Olson2007-10-265-14/+20
* FormHelper's auto_index should use #to_param instead of #id_before_type_cast....Rick Olson2007-10-263-4/+7
* Doc typo fixes for ActiveRecordHelper. Closes #9973 [mikong]Marcel Molina2007-10-262-2/+4
* Make example parameters in restful routing docs idiomatic. Closes #9993 [danger]Marcel Molina2007-10-262-2/+4
* Make documentation comment for mime responders match documentation example. ...Marcel Molina2007-10-262-1/+3
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-263-0/+87
* Fix incorrect path in helper rdoc. Closes #9926 [viktor tron]Marcel Molina2007-10-262-2/+4
* Partials also set 'object' to the default partial variable. Closes #8823.Jeremy Kemper2007-10-254-10/+15
* / default uri, -b shortcutJeremy Kemper2007-10-251-3/+3
* Request profilerJeremy Kemper2007-10-252-0/+169
* Refactor the default rendering out to a method called default_render to provi...Michael Koziarski2007-10-252-5/+31
* Remove unnecessary returns from builtin filters since render/return is now su...Jeremy Kemper2007-10-244-9/+1
* Disabled checkboxes don't submit a form value. Closes #9301.Jeremy Kemper2007-10-233-1/+10
* Added tests for options to ActiveRecordHelper#form. Closes #7213 [richcollins...Marcel Molina2007-10-232-0/+11
* Some mime type refactoring. Closes #9957 [Josh Peek]Jeremy Kemper2007-10-233-22/+11
* Remove duplicate rjs layout check. Closes #9956 [Josh Peek]Jeremy Kemper2007-10-231-1/+1
* Expand form helper test coverage. Closes #9950 [robinjfisher]Jeremy Kemper2007-10-221-1/+55
* request.parameters doesn't overwrite request.request_parameters. Closes #9949...Jeremy Kemper2007-10-223-3/+12
* Changed before_filter halting to happen automatically on render or redirect b...David Heinemeier Hansson2007-10-213-23/+36
* Ensure that cookies handle array values correctly. Closes #9937 [queso]Rick Olson2007-10-203-2/+15
* Remove more potential clashes with asset methods and resource routes. Closes...Michael Koziarski2007-10-193-5/+37
* Rename image_path path_to_image to avoid conflicting with named routes. Clos...Michael Koziarski2007-10-193-2/+7
* Use SecureRandom to generate unique ids, if available.Jeremy Kemper2007-10-181-12/+22
* caches_page uses a single after_filter instead of one per action. Closes #9891.Jeremy Kemper2007-10-162-3/+4