aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorSam Ruby <rubys@intertwingly.net>2013-05-05 15:41:16 -0400
committerSam Ruby <rubys@intertwingly.net>2013-05-05 15:41:16 -0400
commitfbd26265eb3e3718291be03e4d7c4db5e8c099df (patch)
tree8de82459496230758ac6022a659fd68d91408d80 /guides/source
parentad692f351658fc421c4edeb7ddcb81db3f612826 (diff)
downloadrails-fbd26265eb3e3718291be03e4d7c4db5e8c099df.tar.gz
rails-fbd26265eb3e3718291be03e4d7c4db5e8c099df.tar.bz2
rails-fbd26265eb3e3718291be03e4d7c4db5e8c099df.zip
2.15.1 is the first release that supports Rails 4.
specifically manifest.json
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/asset_pipeline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md
index a2849dd98f..b86c7bfc4e 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -430,7 +430,7 @@ in scope in development mode regardless of the value of this flag. Changing this
engines. Engines can define assets for precompilation as well. Since the complete environment is not loaded,
engines (or other gems) will not be loaded, which can cause missing assets.
-Capistrano (v2.8.0 and above) includes a recipe to handle this in deployment. Add the following line to `Capfile`:
+Capistrano (v2.15.1 and above) includes a recipe to handle this in deployment. Add the following line to `Capfile`:
```ruby
load 'deploy/assets'