Skip to content

Commit

Permalink
Adds base rails and irbrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
cblunt committed Mar 4, 2015
1 parent b47a227 commit fb49c9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemrc
@@ -1 +1,2 @@
gem: --no-document
:backtrace: true
2 changes: 2 additions & 0 deletions irbrc
@@ -0,0 +1,2 @@
require "awesome_print"
AwesomePrint.irb!
4 changes: 4 additions & 0 deletions railsrc
@@ -0,0 +1,4 @@
# .railsrc
-B # Skip Bundle
-d postgresql # Use postgres
--template=https://gist.githubusercontent.com/cblunt/1042832/raw

0 comments on commit fb49c9e

Please sign in to comment.