Is possible to use Sinatra with Rails????

What does that mean? You can mount any rack app (ie including sinatra apps) ( see Rails Routing from the Outside In — Ruby on Rails Guides )

Fred