aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Added prompt options to date helpers [#561 state:resolved]Sam Oliver2008-12-211-0/+2
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* normalize author names in changelogs [#1495 state:committed]Xavier Noria2008-12-161-374/+374
| | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Do not output an ETag header if response body is blank or when sending files ↵Hongli Lai (Phusion2008-12-161-0/+2
| | | | | | with send_file(... :xsendfile => true) [#1578 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Making the IP Spoofing check in AbstractRequest#remote_ip configurable.Darren Boyd2008-12-011-0/+2
| | | | | | | | | | | | | | Certain groups of web proxies do not set these values properly. Notably, proxies for cell phones, which often do not set the remote IP information correctly (not surprisingly, since the clients do not have an IP address). Allowing this to be configurable makes it possible for developers to choose to ignore this simple spoofing check, when a significant amount of their traffic would result in false positives anyway. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1200 state:committed]
* Deprecated formatted_polymorphic_urlJeremy Kemper2008-11-301-0/+2
|
* Added the option to declare an asset_host as an object that responds to call ↵David Heinemeier Hansson2008-11-271-0/+2
| | | | (see http://github.com/dhh/asset-hosting-with-minimum-ssl for an example) [DHH]
* Fix routing test and add changelog note about draw no longer clearing the ↵David Heinemeier Hansson2008-11-261-0/+2
| | | | route set
* Added optimal formatted routes to rails, deprecating the formatted_* ↵Aaron Batalion2008-11-261-0/+2
| | | | | | methods, and reducing routes creation by 50% [#1359 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Changelog for #1448. Mention updating old translations with storage_units key.Jeremy Kemper2008-11-231-1/+3
|
* Move the cookie store to use the MessageVerifier class.Michael Koziarski2008-11-231-0/+2
| | | | This removes support for ancient cookie-store generated cookies which were double escaped.
* Allow helpers directory to be overridden via ↵Sam Pohlenz2008-11-231-0/+2
| | | | | | ActionController::Base.helpers_dir (Sam Pohlenz) [#1424 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Remove deprecated ActionController::Base#assign_default_content_type_and_charsetPratik Naik2008-11-191-0/+2
|
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-191-1/+1
|
* Changed the default of ActionView#render to assume partials instead of files ↵David Heinemeier Hansson2008-11-191-0/+2
|\ | | | | | | when not given an options hash [DHH]
| * Remove deprecated render_component. Please use the plugin from ↵Pratik Naik2008-11-191-0/+2
| | | | | | | | http://github.com/rails/render_component/tree/master
* | Changed the default of ActionView#render to assume partials instead of files ↵David Heinemeier Hansson2008-11-191-0/+16
|/ | | | when not given an options hash [DHH]
* Fixed RedCloth and BlueCloth shouldn't preload. Instead just assume that ↵David Heinemeier Hansson2008-11-171-0/+5
| | | | they're available if you want to use textilize and markdown and let autoload require them [DHH]
* Missing changelogs for relative_url_root changesMichael Koziarski2008-11-141-0/+2
|
* Missing changelog for CSRF changesMichael Koziarski2008-11-141-0/+6
|
* Missing changelog for :only/:except on map.resourcesMichael Koziarski2008-11-141-0/+2
|
* Prepare for RC2David Heinemeier Hansson2008-11-141-1/+3
|
* Make polymorphic_url compact given array [#1317 state:committed]hiroshi2008-11-141-0/+2
| | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Fixed the sanitize helper to avoid double escaping already properly escaped ↵David Heinemeier Hansson2008-11-061-0/+2
| | | | entities [#683 state:committed]
* Fixed that FormTagHelper generates illegal html if name contains e.g. square ↵Vladimir Dobriakov2008-11-041-0/+2
| | | | | | brackets [#1238 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Fix regression bug that made date_select and datetime_select raise a Null ↵Bernardo de Pádua2008-11-041-0/+2
| | | | | | Pointer Exception when a nil date/datetime was passed and only month and year were displayed [#1289 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Simplified the logging format for parameters (don't include controller, ↵David Heinemeier Hansson2008-11-011-0/+2
| | | | action, and format as duplicates) [DHH]
* Remove the logging of the Session ID when the session store is CookieStore [DHH]David Heinemeier Hansson2008-11-011-0/+2
|
* Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed]Seth Fitzsimmons2008-10-301-0/+2
| | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Fixed bug with asset timestamping when using relative_url_root (Joe ↵David Heinemeier Hansson2008-10-261-0/+5
| | | | Goldwasser) [#1265 status:committed]
* Update CHANGELOGs with the last few fixes, set date for todayDavid Heinemeier Hansson2008-10-241-1/+3
|
* Prepare for Rails 2.2.0 [RC1]David Heinemeier Hansson2008-10-231-1/+1
|
* No use case handy for justifying fresh? any moreDavid Heinemeier Hansson2008-10-211-1/+1
|
* Added stale?/fresh? and fresh_when methods to provide a layer of abstraction ↵David Heinemeier Hansson2008-10-211-0/+34
| | | | above request.fresh? and friends [DHH]
* Added inline builder yield to atom_feed_helper tags where appropriate (Sam ↵David Heinemeier Hansson2008-10-131-0/+8
| | | | Ruby) [#8994 status:committed]
* Implement submit_to_remote as a wrapper around a more generic button_to_remoteTarmo Tänav2008-10-071-0/+2
| | | | | | | Removed the "return false" from submit_to_remote onclick end as button input elements have no default behavior to cancel. Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Added support for http_only cookies in cookie_store Added unit tests for ↵Pelle Braendgaard2008-09-171-0/+2
| | | | | | | secure and http_only cookies in cookie_store Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1046 state:committed]
* Added image_submit_tag confirm option [status:committed #784]Alastair Brunton2008-09-101-0/+2
| | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* The FormTagHelper#submit_tag helper will now pass along the original value ↵Jose Fernandez2008-09-101-0/+2
| | | | | | of the submit button to the params if the :disable_with option is used [status:committed #633] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Stopped logging template compiles as it only clogs up the logDavid Heinemeier Hansson2008-09-091-0/+2
|
* Use a more sensible resolution on the new millisecond benchmarksDavid Heinemeier Hansson2008-09-051-2/+2
|
* Changed all benchmarking reports to be in millisecondsDavid Heinemeier Hansson2008-09-051-0/+12
|
* Add support for shallow nesting of routes. [#838 state:resolved]Pratik Naik2008-08-301-0/+14
| | | | | | | | | | | | | | | | | | Adds :shallow option to resource route definition. If true, paths for nested resources which reference a specific member (ie. those with an :id parameter) will not use the parent path prefix or name prefix. Example : map.resources :users, :shallow => true do |user| user.resources :posts end * GET /users/1/posts (maps to PostsController#index action as usual) named route "user_posts" is added as usual. * GET /posts/2 (maps to PostsController#show action as if it were not nested) Additionally, named route "post" is added too.
* Added button_to_remote helperTarmo Tänav2008-08-291-0/+2
| | | | | | Ticket originally from http://dev.rubyonrails.org/ticket/3641 Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Deprecate render_component.Pratik Naik2008-08-291-0/+2
| | | | | Please install render_component plugin from http://github.com/rails/render_component/tree/master if your application uses this functionality.
* Routes may be restricted to lists of HTTP methods instead of a single method ↵Brennan Dunn2008-08-281-0/+4
| | | | | | | | or :any. [#407 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Deprecated implicit local assignments when rendering partialsJoshua Peek2008-08-281-0/+2
|
* Added TextHelper#current_cycle to return the current cycle for better design ↵Ken Collins2008-08-271-0/+2
| | | | | | | | options. [#417 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Allow polymorphic_url helper to take url options. [#880 state:resolved]Tarmo Tänav2008-08-211-0/+2
| | | | | | | | | All *_polymorphic_url, *_polymorphic_path helpers can now accept an options hash which will be passed on to the named route making it possible to generate polymorphic routes with additional url parameters. Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Switched integration test runner to use Rack processor instead of CGIJoshua Peek2008-08-201-0/+2
|
* Make AbstractRequest.if_modified_sense return nil if the header could not be ↵Jamis Buck2008-08-191-0/+2
| | | | parsed