aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-08-19 18:58:20 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-08-19 18:58:20 -0700
commit1a1f2e122e4b77fd1335ea15257fa5f170b2d5db (patch)
treed4c4fdca7af81e27e6ff38c92adc07a7d91a9190
parent2d24eb4ee7440951ef867f21a62677cd7fee573f (diff)
downloadrails-1a1f2e122e4b77fd1335ea15257fa5f170b2d5db.tar.gz
rails-1a1f2e122e4b77fd1335ea15257fa5f170b2d5db.tar.bz2
rails-1a1f2e122e4b77fd1335ea15257fa5f170b2d5db.zip
Some placeholders for the 4.2 upgrade guide [ci skip]
-rw-r--r--guides/source/upgrading_ruby_on_rails.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 174550c85f..8586dc6a62 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -53,6 +53,18 @@ Upgrading from Rails 4.1 to Rails 4.2
NOTE: This section is a work in progress, please help to improve this by sending
a [pull request](https://github.com/rails/rails/edit/master/guides/source/upgrading_ruby_on_rails.md).
+### Web Console
+
+TODO: setup instructions for web console on existing apps.
+
+### Responders
+
+TODO: mention https://github.com/rails/rails/pull/16526
+
+### Error handling in transaction callbacks
+
+TODO: mention https://github.com/rails/rails/pull/16537
+
### Serialized attributes
When using a custom coder (e.g. `serialize :metadata, JSON`),
@@ -124,6 +136,10 @@ Read the [gem's readme](https://github.com/rails/rails-html-sanitizer) for more
The documentation for `PermitScrubber` and `TargetScrubber` explains how you
can gain complete control over when and how elements should be stripped.
+### Rails DOM Testing
+
+TODO: Mention https://github.com/rails/rails/commit/4e97d7585a2f4788b9eed98c6cdaf4bb6f2cf5ce
+
Upgrading from Rails 4.0 to Rails 4.1
-------------------------------------