aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Minor changelog fixes [ci skip]Vijay Dev2012-03-091-1/+1
|
* Fix my name in the CHANGELOG to follow the conventionRafael Mendonça França2012-03-091-10/+16
| | | | Also add missing entries and use the formating convention
* fix incorrect changelog headings [ci skip].Vijay Dev2012-03-091-12/+13
| | | | Last commit message should not have said 'Rails 4' either
* changelog updates for Rails 4 [ci skip]Vijay Dev2012-03-091-0/+12
|
* Adds line to change log and update documentation.Sergio Arbeo2012-03-071-0/+2
|
* document the shortcut to the root route helper [ci skip]Vijay Dev2012-03-051-0/+2
| | | | This was implemented in 2ee4dd856d47113625589bc5410b5a6669ea02d5
* Add release dates to documentationclaudiob2012-03-011-3/+3
| | | | Set "March 1, 2012" as the release date for 3.2.2, 3.1.4, 3.0.12
* Update changelogs with rails 3.0-stable branch infoPaco Guzman2012-02-251-2/+125
|
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to ↵Xavier Noria2012-02-241-0/+4
| | | | the update action of resources
* Update documentation for force_ssl - closes #5023.Andrew White2012-02-231-0/+12
|
* updates CHANGELOGs to register changes in 002713cXavier Noria2012-02-221-0/+11
|
* Integration tests support the OPTIONS http methodJeremy Kemper2012-02-191-0/+2
|
* let expires_in accept a must_revalidate flagXavier Noria2012-02-171-0/+3
|
* Add HTML5 input[type="date"] helperOlek Janiszewski2012-02-121-0/+2
|
* Highlight defaults to HTML5 `mark` elementBrian Cardarella2012-02-051-0/+3
|
* Add *_url helpers to get the full assets URLPrem Sichanugrist2012-02-041-0/+4
| | | | | | | Adds `image_url`, `javascript_url`, `stylesheet_url`, `audio_url`, `video_url`, and `font_url` to assets tag helper. These URL helpers will return the full path to your assets. This is useful when you are going to reference this asset from external host.
* Fix override API response bug in respond_withPrem Sichanugrist2012-02-031-0/+2
| | | | | | | | | | Default responder was only using the given respond block when user requested for HTML format, or JSON/XML format with valid resource. This fix the responder so that it will use the given block regardless of the validity of the resource. Note that in this case you'll have to check for object's validity by yourself in the controller. Fixes #4796
* Remove default class to collection_check_boxes andRafael Mendonça França2012-02-021-4/+4
| | | | | | collection_radio_buttons [Carlos Antonio da Silva + Rafael Mendonça França]
* Add changelog, docs and guides entriesCarlos Antonio da Silva2012-02-021-1/+37
| | | | [Carlos Antonio da Silva + Rafael Mendonça França]
* Replicate :form html5 attribute to hidden field for check_boxCarlos Antonio da Silva2012-02-021-0/+3
| | | | | When the new html5 attribute :form is given to the check_box helper, it should be replicated to the hidden field as well. Closes #4848
* Remove slash from favicon_link_tag method attributeLucas Caton2012-01-311-0/+2
|
* Do not generate label for attribute when giving nilCarlos Antonio da Silva2012-01-261-0/+2
|
* Add release date of Rails 3.2.0 to documentationclaudiob2012-01-261-1/+1
|
* No need to check html_safe? twiceRafael Mendonça França2012-01-201-0/+2
|
* Do not deprecate performed.José Valim2012-01-191-2/+1
|
* ActionView now has its own loggerRafael Mendonça França2012-01-181-0/+2
|
* Update changelogCarlos Antonio da Silva2012-01-171-1/+16
|
* changelog entry for deprecated ActionController::Integration, ↵Vishnu Atrai2012-01-151-0/+17
| | | | ActionController::IntegrationTest, ActionController::PerformanceTest,ActionController::AbstractRequest, ActionController::Request, ActionController::AbstractResponse others
* Use a BodyProxy instead of including a Module that responds to close.Santiago Pastorino2012-01-131-0/+4
| | | | Closes #4441 if Active Record is disabled assets are delivered correctly
* Merge pull request #4387 from Karunakar/releasenotesVijay Dev2012-01-121-3/+3
|\ | | | | Added the release dates for rails 3.1.1, rails 3.1.2, rails 3.1.3
| * Added the release dates for rails 3.1.1, rails 3.1.2, rails 3.1.3Karunakar (Ruby)2012-01-081-3/+3
| |
* | Add CHANGELOG entrySantiago Pastorino2012-01-101-0/+2
|/
* Update actionpack/CHANGELOG.mdJosé Valim2012-01-061-2/+2
|
* check_box helper with :disabled => true generates disabled hidden field. ↵Tadas Tamošauskas2012-01-051-0/+4
| | | | fixes #1953
* Add font_path helper methodSantiago Pastorino2012-01-031-0/+2
|
* Fix typos and formats for CHANGELOGTrung Lê2012-01-041-114/+122
|
* Add CHANGELOG entrySantiago Pastorino2011-12-281-0/+2
|
* Update CHANGELOGsJosé Valim2011-12-241-0/+2
|
* Update CHANGELOGs and guides.José Valim2011-12-161-0/+2
|
* Show detailed exceptions no longer returns true if the request is local in ↵José Valim2011-12-161-2/+2
| | | | production.
* Fix diagnostics page for routing errors.José Valim2011-12-151-2/+2
|
* Added :use_two_digit_numbers option [Lennart Fridén & Kim Persson]Lennart Fridén2011-12-111-0/+3
| | | | | | | | | | Added use_two_digit_numbers select_tag option for displaying months and days with leading zeros without affecting the values (useful for e.g. ISO-style dates, 2011-08-01). Signed-off-by: José Valim <jose.valim@gmail.com> Conflicts: actionpack/CHANGELOG.md
* Add button_tag support to ActionView::Helpers::FormBuilder.Will Farrington2011-12-111-0/+10
| | | | | | | | | | This support is near-identical to the existing submit_tag support. Example: <%= form_for @post do |f| %> <%= f.button %> <% end %>
* Make ActiveSupport::Benchmarkable a default module for ↵David Heinemeier Hansson2011-12-091-0/+2
| | | | ActionController::Base, so the #benchmark method is once again available in the controller context like it used to be *DHH*
* Deprecate implicit layout lookup in favor of inheriting the _layout config.José Valim2011-12-091-0/+13
|
* Add information to the changelog about the changes to ↵Jean-Francois Turcot2011-12-081-0/+5
| | | | ActionController::ParamsWrapper
* Allow layout fallback when using `layout` methodPrem Sichanugrist2011-12-061-0/+10
| | | | | | | | | | | | Rails will now use your default layout (such as "layouts/application") when you specify a layout with `:only` and `:except` condition, and those conditions fail. For example, consider this snippet: class CarsController layout 'single_car', :only => :show end Rails will use 'layouts/single_car' when a request comes in `:show` action, and use 'layouts/application' (or 'layouts/cars', if exists) when a request comes in for any other actions.
* Sync AP CHANGELOG with 3-1-stableSantiago Pastorino2011-12-061-0/+8
|
* form_for with +:as+ option uses "action_as" as css class and idVasiliy Ermolovich2011-12-041-0/+12
|
* Merge branch 'exceptions' with the following features:José Valim2011-12-011-0/+2
|\ | | | | | | | | | | | | | | | | * A Railtie API for registering new exceptions and their respective status code (check Active Record railtie for an example) * Extraction of ShowExceptions middleware logging and debugging features into a middleware called DebugExceptions Conflicts: actionpack/CHANGELOG.md