warmsnake docs

This commit is contained in:
Nick Gauthier 2010-08-24 09:52:16 -04:00
parent a9b9b09853
commit 0aa2f1de7f
1 changed files with 14 additions and 0 deletions

View File

@ -1,4 +1,18 @@
#!/usr/bin/env ruby
#
# warmsnake.rb
#
# This is a first attempt at making a hydra binary.
#
# Currently, all it does is run the files you pass into it. When you
# press Enter it will run them again, maintaining your rails environment.
# When you type 'r' and hit Enter it will reboot the rails environment.
#
# It is extremely specific about its behavior and only works in rails.
#
# It is not really ready for any kind of release, but it is useful, so
# it's included.
#
require 'rubygems'
require 'hydra'