-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recognizing Command #617
Comments
Yes, thanks! It's a windows specific thing, our tutorials are written from a Mac/Linux perspective. I'm going to leave this open as a reminder to create a "Changes on windows" page. |
@steveklabnik I'm working on the blogger tutorial now. From the above I'm assuming that the command to kick this off on Windows is: ruby bin/rails server Is that correct? What is the preferred format on Mac/Linux? $ bin/rails server # does everyone get bin on their path?
$ ./bin/rails server
$ bundle exec rails server # old-school? |
The preferred incantation is On Windows, you must You don't need anything special on your path to |
Great, thanks. |
Command prompt with Ruby and Rails do not recognize "bin" as a command. A way to remedy that is to put "ruby" and then the rest of the command.
The text was updated successfully, but these errors were encountered: