From fb49c9eaf917b009a72ca16068ec0cd594cc7857 Mon Sep 17 00:00:00 2001 From: Chris Blunt Date: Wed, 4 Mar 2015 11:42:11 +0000 Subject: [PATCH] Adds base rails and irbrc. --- gemrc | 1 + irbrc | 2 ++ railsrc | 4 ++++ 3 files changed, 7 insertions(+) create mode 100644 irbrc create mode 100644 railsrc diff --git a/gemrc b/gemrc index 154cd47e43..4e3863ed32 100644 --- a/gemrc +++ b/gemrc @@ -1 +1,2 @@ gem: --no-document +:backtrace: true diff --git a/irbrc b/irbrc new file mode 100644 index 0000000000..5afdabdea5 --- /dev/null +++ b/irbrc @@ -0,0 +1,2 @@ +require "awesome_print" +AwesomePrint.irb! diff --git a/railsrc b/railsrc new file mode 100644 index 0000000000..aaaff9f7cf --- /dev/null +++ b/railsrc @@ -0,0 +1,4 @@ +# .railsrc +-B # Skip Bundle +-d postgresql # Use postgres +--template=https://gist.githubusercontent.com/cblunt/1042832/raw