Live rails example for jsus rack middleware.
bundle install
git submodule update --init
rails s thin
(Works with any server, thin is just somewhat faster)- Go to http://localhost:3000 and listen to what jsus says.
Caching is turned on and after first request you won't see any output in the console.
Cache directory is at /public/javascripts/jsus/require
See config/application.rb, it's very simple.
Application and libraries: UNLICENSE, same as jsus.
CKEditor and other files: look in the respective sources.