Skip to content

Commit 3e7f766

Browse files
tilsammansfxn
authored andcommitted
Remove beta and RC paths in documentation
Signed-off-by: Xavier Noria <fxn@hashref.com>
1 parent 3a96fa4 commit 3e7f766

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

railties/guides/source/3_0_release_notes.textile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ These release notes cover the major upgrades, but don't include every little bug
1818

1919
endprologue.
2020

21-
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!
22-
23-
To install the last Rails 3 beta:
21+
To install Rails 3:
2422

2523
<shell>
2624
# Use sudo if your setup requires it
27-
gem install rails --pre
25+
gem install rails
2826
</shell>
2927

3028

@@ -77,10 +75,8 @@ More information - "The Path to Rails 3: Approaching the upgrade":http://omgblog
7775

7876
h3. Creating a Rails 3.0 application
7977

80-
The new installing rails sequence (for the beta) is:
81-
8278
<shell>
83-
$ gem install rails --prerelease
79+
# You should have the 'rails' rubygem installed
8480
$ rails new myapp
8581
$ cd myapp
8682
</shell>

railties/guides/source/getting_started.textile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ Usually run this as the root user:
149149
# gem install rails
150150
</shell>
151151

152-
NOTE. In the Rails 3.0.0-beta, you will need to manually install the dependencies for Rails itself as a bug in rubygems will cause these to not be installed, see the "3.0 Release Notes":3_0_release_notes.html for the commands to run.
153-
154152
TIP. If you're working on Windows, you may find it easier to install "Instant Rails":http://instantrails.rubyforge.org/wiki/wiki.pl. Be aware, though, that Instant Rails releases tend to lag seriously behind the actual Rails version. Also, you will find that Rails development on Windows is overall less pleasant than on other operating systems. If at all possible, we suggest that you install a Linux virtual machine and use that for Rails development, instead of using Windows.
155153

156154
h4. Creating the Blog Application
@@ -1486,6 +1484,7 @@ h3. Changelog
14861484

14871485
"Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/2
14881486

1487+
* August 30, 2010: Minor editing after Rails 3 release by "Joost Baaij":http://www.spacebabies.nl
14891488
* July 12, 2010: Fixes, editing and updating of code samples by "Jaime Iniesta":http://jaimeiniesta.com
14901489
* May 16, 2010: Added a section on configuration gotchas to address common encoding problems that people might have by "Yehuda Katz":http://www.yehudakatz.com
14911490
* April 30, 2010: Fixes, editing and updating of code samples by "Rohit Arondekar":http://rohitarondekar.com

0 commit comments

Comments
 (0)