I\'m trying to create a little app with Sinatra and ActiveRecord (3.2.3).
This is how my main file looks like:
require \"sinatra\" require \"sinatra/
ActiveRecord::Base.remove_connection
Works fine for me and is listed in the docs.