aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix assert_select for XML documents. Closes #8173. [dasil003]Michael Koziarski2007-09-081-1/+2
* Add a user_agent to TestRequestMichael Koziarski2007-09-071-1/+2
* Remove deprecated named routes [pixeltrix]Tobias Lütke2007-09-063-36/+21
* Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]Michael Koziarski2007-09-061-0/+22
* Allow additional parameters to be passed to named route helpers when using po...Michael Koziarski2007-09-051-1/+8
* Fix misleading documentation for truncate. [esad] Closes #9104Michael Koziarski2007-09-051-1/+1
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-037-151/+75
* Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]Michael Koziarski2007-09-021-6/+44
* Make auto link behave well with URLs containing email addresses. Closes #7313...Michael Koziarski2007-09-021-5/+11
* Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]Michael Koziarski2007-09-021-0/+4
* Documentation tweaks and fixes. Closes #9454 [sur, kampers]Jeremy Kemper2007-08-315-15/+15
* request.host works with IPv6 addresses. Closes #9458.Jeremy Kemper2007-08-311-1/+1
* Fix incorrectly named instance variable.Michael Koziarski2007-08-291-1/+1
* Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...Michael Koziarski2007-08-291-1/+1
* Only reload routes.rb if its been modified. [Dreamer3]Michael Koziarski2007-08-291-2/+15
* Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...Michael Koziarski2007-08-281-1/+1
* Improve documentation for ActionController::Helpers [jardeon] Closes #9359Michael Koziarski2007-08-281-26/+73
* Back out of [7300] -- it screwed up nested XMLDavid Heinemeier Hansson2007-08-211-3/+0
* Fix bug where action caching sets the content type to the ActionCachePath obj...Rick Olson2007-08-201-1/+1
* Add missing sentenceMichael Koziarski2007-08-171-3/+1
* Improve url_for documentation for ActionController::Base and UrlRewriter. Cl...Michael Koziarski2007-08-172-15/+32
* Find layouts even if they're not in the first view_paths directory. Closes #...Rick Olson2007-08-151-5/+3
* Fix failing active record store testsMichael Koziarski2007-08-141-1/+2
* Send freshness information when sending Etags. Without this internet explore...Michael Koziarski2007-08-121-1/+1
* Ignore processing instructions when parsing htmlMichael Koziarski2007-08-101-0/+3
* Major improvement to the documentation for the options / select form helpers...Michael Koziarski2007-08-051-31/+73
* Fix number_to_human_size when using different precisions. Closes #7536. [Rich...Michael Koziarski2007-08-051-2/+2
* Added partial layouts (see example in action_view/lib/partials.rb) [DHH]David Heinemeier Hansson2007-08-022-1/+68
* Allow you to set custom :conditions on resource routes. [Rick]Rick Olson2007-07-251-10/+17
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-248-13/+13
* Fixed that file.content_type for uploaded files would include a trailing \r #...David Heinemeier Hansson2007-07-241-1/+1
* Its just ERb nowDavid Heinemeier Hansson2007-07-241-1/+1
* * url_for now accepts a series of symbols representing the namespace of the r...Tobias Lütke2007-07-191-4/+18
* Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]Michael Koziarski2007-07-141-3/+3
* Make sure missing template exceptions actually say which template they were l...Michael Koziarski2007-07-111-2/+3
* Fix errors with around_filters which do not yield, restore 1.1 behaviour with...Michael Koziarski2007-07-111-47/+47
* Don't blow up when using nested fields_for and the source object is nilTobias Lütke2007-07-091-1/+1
* Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]Michael Koziarski2007-07-011-3/+5
* Allow you to render views with periods in the name. Closes #8076 [norbert]Rick Olson2007-07-011-4/+10
* Temporary fix for formatted_polymorphic_urls and other polys that have additi...David Heinemeier Hansson2007-06-281-6/+5
* Allow symbols as nameDavid Heinemeier Hansson2007-06-281-1/+1
* Improve capture helper documentation. Closes #8796.Jeremy Kemper2007-06-281-25/+41
* Prefix nested resource named routes with their action name, e.g. new_group_us...Jeremy Kemper2007-06-272-10/+33
* Allow sweepers to be created solely for expiring after controller actions, no...David Heinemeier Hansson2007-06-261-0/+5
* Give the legacy X-POST_DATA_FORMAT header greater precedence during params pa...Jeremy Kemper2007-06-261-6/+8
* Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...David Heinemeier Hansson2007-06-239-261/+1005
* Docfix (closes #8353)David Heinemeier Hansson2007-06-231-1/+7
* Docfix (closes #8518)David Heinemeier Hansson2007-06-231-0/+4
* Docfix (closes #8321)David Heinemeier Hansson2007-06-231-4/+15
* Fixed that link_to with an href of # when using :method will not allow for cl...David Heinemeier Hansson2007-06-231-9/+19