aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Fixed that default layouts did not take the format into account #9564 [lifofifo]David Heinemeier Hansson2007-09-181-0/+2
* Fixed optimized route segment escaping. Closes #9562.Jeremy Kemper2007-09-151-0/+2
* root_path returns '/' not ''. Closes #9563.Jeremy Kemper2007-09-151-0/+2
* Fixed that setting request.format should also affect respond_to blocks [DHH]David Heinemeier Hansson2007-09-151-1/+1
* Fixed that setting request.format would also affect respond_to blocks [DHH]David Heinemeier Hansson2007-09-151-0/+2
* Add option to force binary mode on tempfile used for fixture_file_upload. Clo...Jeremy Kemper2007-09-141-0/+2
* Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...David Heinemeier Hansson2007-09-111-0/+2
* Fixed that resource namespaces wouldnt stick to all nested resources (closes ...David Heinemeier Hansson2007-09-101-0/+2
* Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...David Heinemeier Hansson2007-09-101-0/+2
* Removed deprecated form of calling xml_http_request/xhr without the first arg...David Heinemeier Hansson2007-09-091-0/+2
* Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...David Heinemeier Hansson2007-09-091-0/+7
* Removed the deprecated behavior of appending ".png" to image_tag/image_path c...David Heinemeier Hansson2007-09-091-0/+2
* Removed ActionController::Base.scaffold -- it went through the whole idea of ...David Heinemeier Hansson2007-09-091-0/+2
* Rename fieldset_tag to field_set_tag to follow the conventions from text_area...David Heinemeier Hansson2007-09-091-1/+1
* Optimise named route generation when using positional arguments. Closes #945...Michael Koziarski2007-09-091-0/+7
* Explicitly require active_record/query_cache before using it.Jeremy Kemper2007-09-081-0/+2
* Fix layout overriding response status. Closes #9476.Jeremy Kemper2007-09-081-0/+2
* Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]Michael Koziarski2007-09-061-0/+2
* Allow additional parameters to be passed to named route helpers when using po...Michael Koziarski2007-09-051-0/+2
* Add missing changelog entryMichael Koziarski2007-09-031-0/+2
* request.host works with IPv6 addresses. Closes #9458.Jeremy Kemper2007-08-311-0/+2
* Fix bug where action caching sets the content type to the ActionCachePath obj...Rick Olson2007-08-201-0/+2
* Find layouts even if they're not in the first view_paths directory. Closes #...Rick Olson2007-08-151-0/+2
* Major improvement to the documentation for the options / select form helpers...Michael Koziarski2007-08-051-0/+2
* Fix number_to_human_size when using different precisions. Closes #7536. [Rich...Michael Koziarski2007-08-051-0/+2
* Added partial layouts (see example in action_view/lib/partials.rb) [DHH]David Heinemeier Hansson2007-08-021-0/+2
* Allow you to set custom :conditions on resource routes. [Rick]Rick Olson2007-07-251-0/+2
* Fixed that file.content_type for uploaded files would include a trailing \r #...David Heinemeier Hansson2007-07-241-0/+2
* * url_for now accepts a series of symbols representing the namespace of the r...Tobias Lütke2007-07-191-0/+2
* Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]Michael Koziarski2007-07-141-0/+2
* Make sure missing template exceptions actually say which template they were l...Michael Koziarski2007-07-111-0/+2
* Fix errors with around_filters which do not yield, restore 1.1 behaviour with...Michael Koziarski2007-07-111-0/+6
* Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]Michael Koziarski2007-07-011-0/+2
* Allow you to render views with periods in the name. Closes #8076 [norbert]Rick Olson2007-07-011-0/+4
* Improve capture helper documentation. Closes #8796.Jeremy Kemper2007-06-281-0/+2
* Prefix nested resource named routes with their action name, e.g. new_group_us...Jeremy Kemper2007-06-271-0/+2
* Allow sweepers to be created solely for expiring after controller actions, no...David Heinemeier Hansson2007-06-261-0/+4
* Give the legacy X-POST_DATA_FORMAT header greater precedence during params pa...Jeremy Kemper2007-06-261-0/+2
* Fixed that link_to with an href of # when using :method will not allow for cl...David Heinemeier Hansson2007-06-231-0/+2
* Fixed that radio_button_tag should generate unique ids (closes #3353) [BobSil...David Heinemeier Hansson2007-06-231-0/+2
* Fixed that HTTP authentication should work if the header is called REDIRECT_X...David Heinemeier Hansson2007-06-231-0/+2
* Don't mistakenly interpret the request uri as the query string. Closes #8731.Jeremy Kemper2007-06-231-0/+2
* Make ActionView#view_paths an attr_accessor for real this time. Also, don't ...Rick Olson2007-06-151-0/+2
* Improve UrlRewriter tests. Improve helper test coverage. Closes #7207, #7208,...Jeremy Kemper2007-06-131-1/+3
* Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237...Jeremy Kemper2007-06-131-1/+1
* Tolerate missing content type on multipart file uploads. Fix for Safari 3.Jeremy Kemper2007-06-121-0/+2
* Deprecation: remove pagination. Install the classic_pagination plugin for for...Jeremy Kemper2007-06-111-0/+2
* Action caching is limited to GET requests returning 200 OK status. Closes #3335.Jeremy Kemper2007-06-081-0/+2
* Improve Text Helper test coverage. Closes #7274.Jeremy Kemper2007-06-081-1/+3
* Improve Action View test coverage. Closes #7241, #7243, #7244.Jeremy Kemper2007-06-081-0/+2