Is possible to use Sinatra with Rails?

Hey guys, Do you have any idea how to implement Sinatra with Rails ???

On Thursday, February 21, 2013 5:01:37 AM UTC, AmritDeep Dhungana wrote:

Hey guys, Do you have any idea how to implement Sinatra with Rails ???

What does that mean? You can mount any rack app (ie including sinatra
apps)
( see
http://guides.rubyonrails.org/routing.html#routing-to-rack-applications
)

Fred