Skip to content

Commit

Permalink
warmsnake docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Gauthier committed Aug 24, 2010
1 parent a9b9b09 commit 0aa2f1d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bin/warmsnake.rb
@@ -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'

Expand Down

0 comments on commit 0aa2f1d

Please sign in to comment.