New to Sinatra, just development server up and running but rackup is using WEBrick instead of Thin, Thin gem is already installed, this has to be a simple configuration tweak but I don\'t know where.
I have the following code which will query the twitter streaming开发者_StackOverflow API for a certain string. When I open two tabs with different queries, they both work. However, when I stop one of
I have a simple Sinatra app that does a HTTP call and I want to display the response header and body in the app via Haml. Here\'s the HTTP output I need to display
Hi, all, i think this is a bug about the constant defined in sinatra, let\'s look my code. route.rb require \'sinatra\'
I\'m using transloadit and sending files with xhr using valumns file uploader. Files are sent to the server without errors (i checked size and content of request.body.read) but once I do:
I\'m using sinatra and transloadit and sending files with xhr using valumns file uploader. I need to create a IO object and fill it with data in request.body.read
I\'m trying to consume the twitter streaming API with Sinatra and give users real-time updates when they search for a keyword.
I\'m trying to create a custom Liquid template tag like this: class ScriptLoader < Liquid::Tag def initialize(tag_name, filename, tokens)
I have a separate app called \"api\" that I\'d like to link to from my admin app.But if I do a link like:
开发者_高级运维i wanted to develop an iphone app in Ruby, so i was confused to go for which framework.. Rhodes or Sinatra..