Skip to content

Commit 3dc903f

Browse files
committed
Update for 7th edition
1 parent 4aae9f8 commit 3dc903f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

HELP.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Rails Tutorial Help
22

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/).
44

55
## General suggestions
66

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.
88

99
## Debugging tips
1010

1111
While it’s impossible to anticipate every potential problem, here are
1212
some debugging tips that might help:
1313

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
1616
tutorial?
1717
- Did you try Googling the error message?
1818
- Did you stop the Rails web server (with Ctrl-C) and restart?
@@ -28,11 +28,11 @@ some debugging tips that might help:
2828

2929
If your problem is of a general nature, such as having issues installing
3030
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
3232
people running into your issue (and not just those following the Rails
3333
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/).
3636

3737
When asking your question on any mailing list or forum, be sure to
3838
include as much relevant information as possible. To maximize your chances
@@ -42,5 +42,5 @@ Raymond](http://www.catb.org/esr/).
4242

4343
## Error reports
4444

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/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.
4646

0 commit comments

Comments
 (0)