Hello.
It looks like some users reading getting started guide are confused (example).
It will be nice to prepare one small paragraph (probably here) with information about bundler and how to use it or use binstubs generated for Rails4+ projects by in examples. Instead of rails server
just simply use bin/rails server
.
Because now some parts of this guide are not true.
Few examples:
The best way to use this guide is to follow each step as it happens, no code or step needed to make this example application has been left out, so you can literally follow along step by step.
This guide is designed for beginners who want to get started with a Rails application from scratch. It does not assume that you have any prior experience with Rails. However, to get the most out of it, you need to have some prerequisites installed:
-
The Ruby language version 1.9.3 or newer.
-
The RubyGems packaging system, which is installed with Ruby versions 1.9 and later. To learn more about RubyGems, please read the RubyGems Guides.
-
A working installation of the SQLite3 Database.
https://github.com/rails/rails/blob/master/guides/source/getting_started.md#guide-assumptions
I would like to submit PR for this, but I don’t know which way will be preferred.