You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Rails guide, we ask users to run bundle exec rails new, which makes sense if you need to generate a Rails app from a specific version of Rails—after the Rails app is generated, though, users should run bin/rails rather than bundle exec rails. Let's document that.
The text was updated successfully, but these errors were encountered:
@indirect Not exactly sure where in the existing Rails guides (2.3 or 3) this would come into play as I don't see anywhere that we currently ask users to use bundle exec rails new?
@RochesterinNYC ah, sorry, I must have been thinking of something else I have written explaining how to create rails apps using a specific version of rails. If the rails guide explains how the rails gem works, maybe that can reduce confusion around this.
In the Rails guide, we ask users to run
bundle exec rails new
, which makes sense if you need to generate a Rails app from a specific version of Rails—after the Rails app is generated, though, users should runbin/rails
rather thanbundle exec rails
. Let's document that.The text was updated successfully, but these errors were encountered: