Skip to content

Commit e05a717

Browse files
committed
Fix a couple more Rails 4 references in installfest + suggestotron
1 parent d29b532 commit e05a717

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

sites/en/installfest/osx_rvm.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ step "Install Rails" do
4949
console "gem install rails"
5050
verify do
5151
console "rails -v"
52-
fuzzy_result "Rails 4.{FUZZY}2.x{/FUZZY}"
52+
fuzzy_result "Rails 5.{FUZZY}0.x{/FUZZY}"
5353
end
5454
end
5555

sites/en/intro-to-rails/setting_the_default_page.step

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ steps {
1616
step "Add a root route" do
1717
message "Open the file `config/routes.rb` in an editor (In the InstallFest yesterday, we suggested that you install and use **Sublime Text** as your editor)."
1818

19-
message "Search the file for **root**, it should be near the top if you are using Rails 4. You can use Sublime Text's search: look for **Find...** in the **Find** menu."
20-
2119
message "Look for the line `Rails.application.routes.draw` at the beginning of the file, and add the line `root 'topics#index'` after it. When you are done the start of the file should look like this:"
2220

2321
source_code :ruby, <<-RUBY

0 commit comments

Comments
 (0)