mkdir myapp
cd myapp
echo "source 'https://rubygems.org'" > Gemfile
echo "gem 'rails', '4.2.9'" >> Gemfile
bundle install
bundle exec rails new . --force --skip-bundle
bundle update
Created
March 10, 2024 12:49
-
-
Save rodrigotoledo/b1c6d9ab5ed267bea01c1f1037a79adc to your computer and use it in GitHub Desktop.
criando_rails_old.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment