Does anyone know of a way to authenticate in a Rails application and allow other Sinatra applications to pass that authentication token and session state through rack?
As luck would have it, I am creating a Rails application (2.3.8) in which I need to change where a request is dispatched based on some criteria.Basically, I need a custom dispatcher.
Is there a way to pass SSL options into \"rails server\" (on Rails 3.0.0), using a custom Rack config or something similar?I\'m trying to do two things:
When I test a Sinatra app on my local box with rackup, every log message appears twice.How can I get them 开发者_开发问答to appear only once?disable :logging in your sinatra application.rackup adds th
Can anyone provide a link to a description or tutorial dealing with the setup of htt开发者_如何学Cps and installint certs etc using the Ruby RACK webserver?
I\'m trying to get Bundler setup so I can deploy my Sinatra app to server with all the correct gems. I\'ve created my Gemfile
I\'m in the process of refactoring some logic built into a Rails application into middleware, and one annoyance I\'ve run into is a seeming lack of convention for where to put them.
I recently learned about kayak, an HTTP server written in C# (i.e. not through IIS). I\'m wondering 开发者_开发技巧if anyone has tried hooking up IronRuby to run Rack through this platform?Given the a
I am creating a ruby on rails application and I want my users to be able to email the application and have the application take in the email and create a issue record in the database.Is there a GEM or
开发者_如何转开发How can I configure a Netbeans Ruby project so that it does not run a Ruby interpreter (a Ruby \"platform\"), but starts up rackup?