Non-Rails Ruby Frameworks
Filed under Ruby, Ruby Frameworks, Back-end Development, All Pages
Start here
Prerequisite: understand how the Internet works, how apps make and respond to requests, and other essential networks.
There’s more to Ruby web frameworks than Rails! Here is a lineup.
Get clarity on your RESTful routes with Restular, an awesome tool.
About non-Rails frameworks…
- A good introduction to Ruby frameworks.
- Change-positive Ruby application architecture: building better Ruby frameworks after Rails
- Reactive Ruby applications with Ratpack and JRuby
Sinatra
The major framework following Rails and tons of companies use it.
- Sinatra documentation
- Restular, an awesome tool for creating RESTful routes, with great syntax suggestions for Sinatra applications.
Hanami
A beautifully designed and intended for flexibility framework.