rackstep icon indicating copy to clipboard operation
rackstep copied to clipboard

A tiny ruby framework for web development.

Results 7 rackstep issues
Sort by recently updated
recently updated
newest added

Instead of "Controller" RackStep should have "Resource". And instead of "process_request" it should have methods like "get", "post", "put" and "delete". This way, the router is implicit and the developer...

enhancement

Return an Internal Server Error when a controller that should implement process_request didnt implement this method.

Create a new module or template for database connections

enhancement

Create a FAQ for RackStep

enhancement

Update the source code documentation to YARD.

enhancement

The use of the current RackStep Basic Http Authentication implementation is a little verbose.

enhancement

Bumps [rack](https://github.com/rack/rack) from 2.2.3.1 to 2.2.6.4. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies