First of all, thanks for trying Ramaze, and especially the latest version :)
It's nothing to be concerned about, the message is from
Ramaze::Reloader and indicates that it cannot reload this file because
it's no file but a directory.
It would be helpful if you could send me the output of:
def rotation
files = [$0, *$LOADED_FEATURES].uniq
paths = ['./', *$LOAD_PATH].uniq
pp files
pp paths
The place to do the modification is:
http://github.com/manveru/ramaze/tree/master/lib/ramaze/reloader.rb#L108-110
http://tinyurl.com/reloader-rb-108-110
Hopefully we can get rid of the warning, but i'd like to know how
directories end up in $LOADED_FEATURES before we do that.
^ manveru