diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-04-09 11:23:33 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-04-09 11:23:33 +0200 |
commit | 7cf46ad8897a468fb55e87ebab4629a34177a596 (patch) | |
tree | 92229ee55f0a3f9e2771dc1bec3e664ac63ab983 /guides | |
parent | e1178297aed9ae77b1766b1fb10340ce9af51cbe (diff) | |
download | rails-7cf46ad8897a468fb55e87ebab4629a34177a596.tar.gz rails-7cf46ad8897a468fb55e87ebab4629a34177a596.tar.bz2 rails-7cf46ad8897a468fb55e87ebab4629a34177a596.zip |
upgrading section for 4.1 is no longer WIP. [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index 88c9981dbb..1e5875a579 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -25,8 +25,6 @@ TIP: Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails. Ruby Enterp Upgrading from Rails 4.0 to Rails 4.1 ------------------------------------- -NOTE: This section is a work in progress. - ### CSRF protection from remote `<script>` tags Or, "whaaat my tests are failing!!!?" |