- added
bin/spinels-racksh
to list of executables in gemspec (forbundle exec spinels-racksh
)
- added
bin/spinels-racksh
(forbundle exec spinels-racksh
)
- use File.exist? because Ruby 3.2 does not have File.exists?
- added option to load racksh into existing irb session
- added application reloading with "reload!"
- added loading irb/completion
- added support for session setup, loaded from .rackshrc in user's home directory and app's directory
- prevented STDOUT & STDERR to be reopened
- added showing simple prompt (>>) like Rails console
- added printing startup info in colors
- exposed Rack::Test::Methods via $rack variable
- irb require uses absolute path (for users without rubygems required in their .irbrc)
- added showing name of loaded rack env
- initial release