Profile
Sign out
menu
create
New Post
My learned
Sign In
Set the rails enviroment to code
Ruby On Rails
By default, Rails ships with three environments: "development," "test," and "production." To navigate between each environment, you can use the following command:
bin/rails db:environment:set RAILS_ENV="YOUR_ENVIRONMENT"
arrow_back
back