Great news. I love me some Sinatra!
Sorry, if this is OT, but since you mentioned it in the original post,
and maybe this should go to the Rails list...
Why would Sinatra and Rails need to co-exist? I get that they are both
Rack apps, but is Sinatra acting like a kind of Rack middle-ware?
I am currently working on a project that is using both of them
(sinatra gem bundled with app), but I don't currently understand the
relationship. Can Sinatra intercept HTTP requests or does Rails route
certain urls to Sinatra.
Also, if we have upgraded to Rails 3.0, should we also update to Sinatra 1.1?
Just trying to get the community opinion on why they need to be compatible.
Cheers,
Ed
Ed Howland
···
On Mon, Oct 25, 2010 at 1:39 PM, Benoit Daloze <eregontp@gmail.com> wrote:
On 24 October 2010 20:52, Konstantin H. <k.haase@finn.de> wrote:
We are happy to announce that Sinatra 1.1 has just been released! This
release introduces a small number of new features and fixes for all
known bugs that came up since the 1.0. This release is expected to run
1.0 apps without changes and to work seamlessly with the latest releases
of Ruby, Rails and Rack.* This release is compatible with Ruby 1.9.2. Sinatra was trying to read
non existent files Ruby added to the call stack. (Shota Fukumori,
Konstantin Haase)Enjoy!
The Sinatra TeamAwesome !
I was especially waiting for 1.9.2 support, seems now to work great.