Letter R

rubygem-shotgun - Automatic reloading version of the rackup command

Website: http://github.com/rtomayko/shotgun/
License: MIT
Vendor: Alcance Libre, Inc.
Description:
This is an automatic reloading version of the rackup command that's shipped
with Rack. It can be used as an alternative to the complex reloading logic
provided by web frameworks or in environments that don't support
application reloading.

The shotgun command starts one of Rack's supported servers (e.g., mongrel,
thin, webrick) and listens for requests but does not load any part of the
actual application. Each time a request is received, it forks, loads the
application in the child process, processes the request, and exits the
child process. The result is clean, application-wide reloading of all
source files and templates on each request.

Packages

rubygem-shotgun-0.9-5.fc14.al.noarch [28 KiB] Changelog by Josef Stribny (2013-03-11):
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

Listing created by Repoview-0.6.6-6.fc14.al