Sinatra is a Domain Specific Language (DSL) for quickly creating web applications in Ruby with minimal effort.
I have one page website only using HTML, CSS and JavaScript. I want to deploy the app to Heroku, but …
ruby sinatraI'm about to create a bunch of web apps from scratch. (See http://50pop.com/code for overview.) I'd like …
ruby-on-rails-3 rest backbone.js sinatra ember.jsI tried installing the gem 'sinatra-websocket', but when I ran gem install sinatra-websocket, I got this error... ERROR: Failed to …
ruby windows sinatraI have a Sinatra server that is returning multiple JSON objects from the database in a streaming manner. The objects …
javascript sinatraIt seems that in Sinatra all route handlers are being written into a single file, if I understand right it …
ruby sinatraWhat's Sinatra's equivalent of Rails' redirect_to method? I need to follow a Post/Redirect/Get flow for a form …
ruby sinatraI am using # my_app.rb load 'index.rb' and start the sever like this ruby my_app.rb but …
ruby sinatra