Skip to content

Instantly share code, notes, and snippets.

@Eugene-Shapovalov
Created February 18, 2013 11:36
Show Gist options
  • Save Eugene-Shapovalov/4976771 to your computer and use it in GitHub Desktop.
Save Eugene-Shapovalov/4976771 to your computer and use it in GitHub Desktop.
Rails dev env conf
# exclude docs and ri
echo 'gem: --no-ri --no-rdoc' >> ~/.gemrc
# rspec conf
echo '--colour --format documentation' > .rspec
# Git
echo 'test' >> .gitignore
echo '*.swp' >> .gitignore
echo '.DS_Store' >> .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment