Top "Padrino" questions

Padrino is a ruby framework built upon the excellent Sinatra Microframework.

Heroku app throws "Internal Server Error"

This app works just fine on my local computer. After pushing it to Heroku, static pages appear to be working …

ruby deployment heroku padrino
How to upgrade ruby version in Amazon Linux system?

I have developed ruby application using padrino ruby framework. And I would like to deploy it on Amazon. I used …

ruby amazon-web-services padrino
Several optional parameters in sinatra route

I need the Sinatra route to behave in the following manner: GET /list/20/10 # Get 20 items with offset 10 GET /list/20 # Get 20 …

ruby sinatra padrino
Suitability of Rails, Padrino, and Sinatra for building a prepaid mobile service

I am working on an application in the Mobile/VOIP domain. This is really a gray area for me. Here …

ruby-on-rails ruby comparison sinatra padrino