Skip to content

Instantly share code, notes, and snippets.

@indirect
Created March 25, 2010 23:06
Show Gist options
  • Save indirect/344248 to your computer and use it in GitHub Desktop.
Save indirect/344248 to your computer and use it in GitHub Desktop.
creating an edge rails3 app
mkdir my_app
cd my_app
echo "source :rubyforge\ngem 'rails', :git => 'git://github.com/rails/rails.git'" > Gemfile
gem install bundler
bundle install
bundle exec rails .
bundle exec rails server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment