aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock3
-rw-r--r--README.md4
3 files changed, 6 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index a113497..7c75fe9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,5 +8,5 @@ gem 'activerecord'
gem 'tilt'
group :development do
- gem 'rerun'
+ gem 'shotgun'
end \ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
index 9db3645..95efb19 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -24,6 +24,8 @@ GEM
rack (1.5.2)
rerun (0.8.0)
listen
+ shotgun (0.9)
+ rack (>= 1.0)
sqlite3 (1.3.7)
tilt (1.3.6)
tzinfo (0.3.37)
@@ -36,5 +38,6 @@ DEPENDENCIES
camping
rack
rerun
+ shotgun
sqlite3
tilt
diff --git a/README.md b/README.md
index b11326b..331c3e4 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@ Clips is written in [Camping](http://camping.io). Start by `bundle install`-ing
$ bundle install
$ rackup
-Use [Rerun](https://github.com/rerun/rerun) to auto-restart the server when the filesystem changes:
+Use [Shotgun](https://github.com/rtomayko/shotgun) to auto-restart the server when the filesystem changes:
- $ rerun -- rackup
+ $ shotgun config.ru
A great shell you can use is [Racksh](https://github.com/sickill/racksh). Start it and you can inspect the `Clip` model.