1.2.0
- Add
reload!
functionality - Add a
-r
(or--require
) option to require a file or library before Rack::Console starts - Add a
-I
(or--include
) option to add colon-separated paths to the$LOAD_PATH
before Rack::Console starts - Change
Rack::Console
to be initialized as opposed to calling.start
on the class directly. It is initialized with an options hash that therack-console
binary will parse out ofARGV
.