You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HELP.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
# Rails Tutorial Help
2
2
3
-
This is the Help page for the [*Ruby on Rails Tutorial*](https://www.railstutorial.org/) (6th Edition) by [Michael Hartl](http://www.michaelhartl.com/).
3
+
This is the Help page for the [*Ruby on Rails Tutorial*](https://www.railstutorial.org/) (7th Edition) by [Michael Hartl](https://www.michaelhartl.com/).
4
4
5
5
## General suggestions
6
6
7
-
Web development is a tricky business, and despite our collective best efforts it’s likely that you’ll run into trouble at some point. If you do, I suggest comparing your code to the [reference implementation of the sample app](https://github.com/mhartl/sample_app_6th_ed) to track down any discrepancies. You can also post your question at [Stack Overflow](https://stackoverflow.com/), but I suggest you do so after trying all the debugging tips listed below.
7
+
Web development is a tricky business, and despite our collective best efforts it’s likely that you’ll run into trouble at some point. If you do, I suggest comparing your code to the [reference implementation of the sample app](https://github.com/learnenough/sample_app_7th_ed) to track down any discrepancies. You can also post your question at [Stack Overflow](https://stackoverflow.com/), but I suggest you do so after trying all the debugging tips listed below.
8
8
9
9
## Debugging tips
10
10
11
11
While it’s impossible to anticipate every potential problem, here are
12
12
some debugging tips that might help:
13
13
14
-
- Have you compared your code to the [reference implementation of the sample app](https://github.com/mhartl/sample_app_6th_ed)?
15
-
- Are you using the [exact gem versions](https://gemfiles-6th-ed.railstutorial.org) (including Rails) used in the
14
+
- Have you compared your code to the [reference implementation of the sample app](https://github.com/mhartl/sample_app_7th_ed)?
15
+
- Are you using the [exact gem versions](https://gemfiles-7th-ed.railstutorial.org) (including Rails) used in the
16
16
tutorial?
17
17
- Did you try Googling the error message?
18
18
- Did you stop the Rails web server (with Ctrl-C) and restart?
@@ -28,11 +28,11 @@ some debugging tips that might help:
28
28
29
29
If your problem is of a general nature, such as having issues installing
30
30
Rails or configuring your system, I suggest posting to [Stack
31
-
Overflow](http://stackoverflow.com/). This will allow other
31
+
Overflow](https://stackoverflow.com/). This will allow other
32
32
people running into your issue (and not just those following the Rails
33
33
Tutorial) to benefit from the discussion. For issues
34
-
deploying to [Heroku](http://heroku.com/), please contact [Heroku
35
-
technical support](http://support.heroku.com/).
34
+
deploying to [Heroku](https://heroku.com/), please contact [Heroku
35
+
technical support](https://support.heroku.com/).
36
36
37
37
When asking your question on any mailing list or forum, be sure to
38
38
include as much relevant information as possible. To maximize your chances
Suspected errors, typos, and bugs can be emailed to <[email protected]>. All such reports are gratefully received, but please double-check with the [online version of the tutorial](https://www.railstutorial.org/book) and the [reference implementation](https://github.com/mhartl/sample_app_6th_ed) before submitting.
45
+
Suspected errors, typos, and bugs can be emailed to <[email protected]>. All such reports are gratefully received, but please double-check with the [online version of the tutorial](https://www.railstutorial.org/book) and the [reference implementation](https://github.com/learnenough/sample_app_7th_ed) before submitting.
0 commit comments