What is script/runner?
What is a runner?
How do I use runner on a Ruby file?
What are all the commands typed out on the command prompt?
I’m using Windows by the way.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the Rails Guides:
Any code to be run must be loaded as a part of your Rails app, i.e. either in
app/orlib/, among other places.