aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-05-30 18:34:39 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-05-30 18:34:39 -0700
commitac7b1620e0d64e456039be93b0f697c6e8a957f7 (patch)
treeb4693b3e55ec320ffdcc4669317b457e2d477649 /railties
parent4056915cf5dd885186465f63dce0ad9caf6e60f8 (diff)
parentf4d7af67ffc90f2542afa50c7579fc83ea4f45f2 (diff)
downloadrails-ac7b1620e0d64e456039be93b0f697c6e8a957f7.tar.gz
rails-ac7b1620e0d64e456039be93b0f697c6e8a957f7.tar.bz2
rails-ac7b1620e0d64e456039be93b0f697c6e8a957f7.zip
Merge pull request #6560 from martinoconnor/generator_fix
Changed symbol platform to platforms for the commented out call to gem 'therubyracer'.
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/app_base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb
index 2c1742c6be..5838c9fc38 100644
--- a/railties/lib/rails/generators/app_base.rb
+++ b/railties/lib/rails/generators/app_base.rb
@@ -230,7 +230,7 @@ module Rails
if defined?(JRUBY_VERSION)
"gem 'therubyrhino'\n"
else
- "# gem 'therubyracer', platform: :ruby\n"
+ "# gem 'therubyracer', platforms: :ruby\n"
end
end