Skip to content

Commit

Permalink
Updated link to most recent Rails blog tutorial
Browse files Browse the repository at this point in the history
To account for the fact that as of Rails 8.0, the Getting Started project has changed.
  • Loading branch information
Roxanoel authored Jan 3, 2025
1 parent 5641962 commit eddb8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby_on_rails/rails_basics/project_blog_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To be honest, you're kind of going into the deep end so don't worry if you don't

<div class="lesson-content__panel" markdown="1">

1. Do the [The Ruby on Rails Guides: Getting Started](https://guides.rubyonrails.org/getting_started.html) project through section 9.2, from the Rails Guides. It gives a pretty good overview of the common commands you'll use when using Rails. Section 9.3 is causing a few problems (but should be fixed soon). However, if you want to explore additional functionality of deleting or basic authentication, you can do Section 10 and 11.
1. Do the [The Ruby on Rails Guides: Getting Started](https://guides.rubyonrails.org/v7.2/getting_started.html) project through section 9.2, from the Rails Guides. It gives a pretty good overview of the common commands you'll use when using Rails. Section 9.3 is causing a few problems (but should be fixed soon). However, if you want to explore additional functionality of deleting or basic authentication, you can do Section 10 and 11.
2. You should have Rails installed already so section 3.1 might not be relevant. It still might be prudent to run the `--version` commands to check you have everything you need though.
3. Make sure you commit to git regularly so if you run into any issues you can revert to an earlier commit without having to start over from scratch. As a rough guide look to commit at the end of each section.
4. Pay attention to any error messages you get as you build the app, even though they'll be unplanned. You'll see all these messages again and again when you're building Rails apps, so it's helpful to start getting familiar with which portions of the message you should pay attention to (and maybe put into Google if you can't figure out what caused it).
Expand Down

0 comments on commit eddb8a2

Please sign in to comment.