Harbor::Console
Heplful to include in your config.ru for getting an interative IRB session.
#!/usr/bin/env ruby
# require app, set up ORM, etc.
if $0 == __FILE__
Harbor::Console.start
else
run MyApplication
end
Heplful to include in your config.ru for getting an interative IRB session.
#!/usr/bin/env ruby
# require app, set up ORM, etc.
if $0 == __FILE__
Harbor::Console.start
else
run MyApplication
end