Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sinatra

Rendering 404 in sinatra if file not found

ruby routing sinatra

Empty, uneditable pg_hba.conf file

Read an image pixel by pixel in Ruby

Change Time zone in pure ruby (not rails)

ruby time timezone sinatra

Can I do Sinatra program without restart server?

ruby sinatra

Sinatra/1.4.3 use Rack::Session::Cookie warning

ruby session sinatra

What's the difference between Rack and Passenger?

Heroku app fails to start - `require': no such file to load -- sinatratestapp (LoadError)

ruby heroku sinatra

Can't launch simple Sinatra app using rackup and jRuby (no response from web server)

ruby sinatra jruby rackup

Accessing headers from Sinatra

ruby http-headers sinatra

Using bundle exec may solve this?

What is the correct way to setup database with DataMapper and Sinatra on production server?

ruby sqlite sinatra datamapper

Passing options to rackup via a Sinatra application

ruby sinatra rack thin rackup

How do you choose your HTTP server in Sinatra?

Backbone.js create method not sending parameters to sinatra

backbone.js sinatra

Sinatra: What's the correct way to serve a plain old file?

ruby sinatra

Using Cookies with Rack::Test

ruby cookies rspec sinatra rack

What does it mean to be a micro framework? [closed]

Route Handlers Inside a Class

ruby sinatra

Calling a Sinatra app instance method from TestCase

ruby sinatra rack