aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_0_release_notes.textile
diff options
context:
space:
mode:
authorJoost Baaij <joost@spacebabies.nl>2010-08-30 21:16:53 +0200
committerJoost Baaij <joost@spacebabies.nl>2010-08-30 21:16:53 +0200
commit7803bb015de4c10278ac741ec404db652125f9bf (patch)
treefa4fa2cd5ec419a82c5de05bd366719fc6b78f7a /railties/guides/source/3_0_release_notes.textile
parent3d13dc88e20f86ac294baeafdd8343c5ddd3b623 (diff)
downloadrails-7803bb015de4c10278ac741ec404db652125f9bf.tar.gz
rails-7803bb015de4c10278ac741ec404db652125f9bf.tar.bz2
rails-7803bb015de4c10278ac741ec404db652125f9bf.zip
Remove beta and RC paths in documentation
Diffstat (limited to 'railties/guides/source/3_0_release_notes.textile')
-rw-r--r--railties/guides/source/3_0_release_notes.textile10
1 files changed, 3 insertions, 7 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index 464fd66b7b..9c08c9fa0a 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -18,13 +18,11 @@ These release notes cover the major upgrades, but don't include every little bug
endprologue.
-WARNING: Rails 3.0 is currently in beta. This means that there are probably bugs and that you should "report them":http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/overview if you see them. You also may not want to run the NORAD nuclear launch application off a beta version. But if you're starting development on a new application and you don't mind getting wind in your hair, please do jump on board!
-
-To install the last Rails 3 beta:
+To install Rails 3:
<shell>
# Use sudo if your setup requires it
-gem install rails --pre
+gem install rails
</shell>
@@ -77,10 +75,8 @@ More information - "The Path to Rails 3: Approaching the upgrade":http://omgblog
h3. Creating a Rails 3.0 application
-The new installing rails sequence (for the beta) is:
-
<shell>
-$ gem install rails --prerelease
+# You should have the 'rails' rubygem installed
$ rails new myapp
$ cd myapp
</shell>