Skip to content

Commit

Permalink
changelog entry for deprecated ActionController::Integration, ActionC…
Browse files Browse the repository at this point in the history
…ontroller::IntegrationTest, ActionController::PerformanceTest,ActionController::AbstractRequest, ActionController::Request, ActionController::AbstractResponse others
  • Loading branch information
Vishnu Atrai committed Jan 14, 2012
1 parent f4b1dcd commit 34ad69a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions actionpack/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,20 @@
## Rails 4.0.0 (unreleased) ##
* Deprecated ActionController::Integration in favour of ActionDispatch::Integration

* Deprecated ActionController::IntegrationTest in favour of ActionDispatch::IntegrationTest

* Deprecated ActionController::PerformanceTest in favour of ActionDispatch::PerformanceTest

* Deprecated ActionController::AbstractRequest in favour of ActionDispatch::Request

* Deprecated ActionController::Request in favour of ActionDispatch::Request

* Deprecated ActionController::AbstractResponse in favour of ActionDispatch::Response

* Deprecated ActionController::Response in favour of ActionDispatch::Response

* Deprecated ActionController::Routing in favour of ActionDispatch::Routing

* check_box helper with :disabled => true will generate a disabled hidden field to conform with the HTML convention where disabled fields are not submitted with the form. * check_box helper with :disabled => true will generate a disabled hidden field to conform with the HTML convention where disabled fields are not submitted with the form.
This is a behavior change, previously the hidden tag had a value of the disabled checkbox. This is a behavior change, previously the hidden tag had a value of the disabled checkbox.
*Tadas Tamosauskas* *Tadas Tamosauskas*
Expand Down

0 comments on commit 34ad69a

Please sign in to comment.