sinatra-rest
Route generator
Generates RESTful routes for Sinatra applications using model convention
Generates RESTful routes for the models of a Sinatra application (ActiveRecord, DataMapper, Stone)
147 stars
5 watching
14 forks
Language: Ruby
last commit: over 13 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rkh/sinatra-advanced-routes | Makes routes in Sinatra first class objects to improve routing flexibility and maintainability. | 38 |
brandur/sinatra-router | A module that enables modular composition of Sinatra applications with conditional routing and X-Cascade support | 62 |
nakajima/sinatras-hat | Provides a way to easily create RESTful applications with Sinatra by automating the creation of routes and models. | 142 |
thebrianemory/corneal | A Ruby gem that generates a Sinatra application with a Rails-like structure and simplicity. | 254 |
joshbuddy/http_router_sinatra | Provides an extension for Sinatra to build and manage HTTP routes | 7 |
sinatra-activerecord/sinatra-activerecord | An extension of the Sinatra web framework that integrates with ActiveRecord for database operations. | 733 |
codeplant/simple-navigation | A Ruby gem for creating hierarchical navigation structures in web applications | 885 |
c7/hazel | A tool to create new Sinatra apps with minimal configuration and customization options. | 92 |
ashleygwilliams/ratpack | A Sinatra-based web framework with ActiveRecord and SQLite support, including Bootstrap styling. | 38 |
technicalpickles/sinatra-mongo | An extension to Sinatra for interacting with MongoDB databases in Ruby. | 39 |
paper-trail-gem/paper_trail-sinatra | Provides access to controller-level methods used by PaperTrail in Sinatra applications | 4 |
tansaku/rspec-sinatra | Generates initial files for an RSpec-driven Sinatra application | 14 |
zapnap/sinatra-template | Provides a minimal Sinatra application template with DataMapper and RSpec, ready to use out of the box | 527 |
integrity/sinatra-authorization | Provides HTTP authorization helpers for the Sinatra web framework in Ruby. | 74 |
gruis/sinatra-websocket | Enables WebSocket support in Sinatra web applications | 230 |