Skip to content

Instantly share code, notes, and snippets.

@rodrigotoledo
Created March 10, 2024 12:49
Show Gist options
  • Save rodrigotoledo/b1c6d9ab5ed267bea01c1f1037a79adc to your computer and use it in GitHub Desktop.
Save rodrigotoledo/b1c6d9ab5ed267bea01c1f1037a79adc to your computer and use it in GitHub Desktop.
criando_rails_old.md

Executar o comando abaixo

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment