I am developing a Sinatra server that can accept calls from ActiveResource, but can\"t determine how to identify Get calls specificying :first or :last.
I\'ve never had an issues with the admin pages in my app before, but after a reboot of my machine I\'m getting this error:
I\'ve got an entry form that asks for a persons name and email address. I save that email address to the session so I can access it after the form has been submitted. Then I use Pony to send a thank y
I was given a sample sinatra project with a hello world for capybara testing in akephalos.I understand the concept by looking at the code, but how do i run it?If I run rackup config.ru, and then go to
I have 2 applicatio开发者_StackOverflowns. A rails 3 application with devise, and a Sinatra app with warden.
I have found that in my Sinatra app, when I require \'sinatra\', I can access my public folder as expected, but when I require \'sinatra/base\' I can\'t.Here is my relevant code (which works until I c
I would like to mount a sinatra application in my rails app. But I would like this one to share the same layout.
I have a Sinatra service which includes a gem.The gem contains some static content which I would like to include in and serve via the Sinatra app.
I\'ve been knocking my head against a wall here for a few hours trying to solve this with no luck. I\'m using Ruby, Haml, Sinatra, and Highcharts. I\'ve created a Ruby HighCharts object that interpola
I\'m making a site using Sinatra, everything is going well, or was until I needed to access the params[] hash in the be开发者_如何转开发fore block.