Need some high level advice before putting the pieces of an app together.. I\'m not entirely sure how these three pieces should fit together.
Now I am pretty new to Sinatra/Ruby/Apache but have inherited a Sinatra application to depl开发者_高级运维oy.
Has anyone figured out a good way to embed video and audio int开发者_C百科o showoff presentations? Currently I am just putting video on youtube and linking to it like this in the slide:
i\'m looking for a way to open and use websockets from within a Padrino application. i know Padrino works with a single thread but i\'m looking for a way to open websockets and share variables between
I want to login to facebook in IFRAME(Facebook Apps). Go http://apps.facebook.com/oauthtwosample/ with logoff and click \"login\" link.
I have a simple Sinatra app running on top of Apache via Phusion Passenger. When the app starts, I initiate a Ruby thread that does a heavy computation once a minute, leav开发者_StackOverflow中文版in
So I am trying to render a select drop-down from an array using Mustache and Sinatra. The template code currently looks like this:
I\'m building a site, almost done, but I ran into an issue when testing on IE8. Take a look at: http://ryanrogalski.com/creepyhtml
H开发者_Python百科i on submission of the form \'put\' method is used to send data from form to sinatra.the put method is defined in app.rb put method makes a call to erb file which displays the two va
I am new to Ruby/Sinatra but have inherited a Sinatra application. I read some documention but am looking for a just a simple way to run the existing Sinatra applicati开发者_如何学Con.