From 06731530ff4f13facdfa60e4db55ea9c081cd055 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sat, 26 May 2012 17:48:40 +0530 Subject: [PATCH] fix mention of ruby versions that rails 4 won't run on [ci skip] --- guides/source/initialization.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/initialization.textile b/guides/source/initialization.textile index ebeed52160..85a9966c20 100644 --- a/guides/source/initialization.textile +++ b/guides/source/initialization.textile @@ -556,7 +556,7 @@ h4. +railties/lib/rails/ruby_version_check.rb+ This file simply checks if the Ruby version is less than 1.9.3 and raises an error if that is the case. Rails 4 simply will not run on -earlier versions of Ruby 1.9.3 +earlier versions of Ruby. NOTE: You should always endeavor to run the latest version of Ruby with your Rails applications. The benefits are many, including security fixes and the like, and very often there is a speed increase associated with it. The caveat is that you could have code that potentially breaks on the latest version, which should be fixed to work on the latest version rather than kept around as an excuse not to upgrade.