After trouble shooting an issue with radiantCMS, I come up a new RailsRunner to address following issues:
1. Failed to detect Rails version when application bundled with Rails like radiantCMS.
use Rails::VERSION::STRING to get rails_ver now
2. Add our own rack handler into RailsRunner, so...