Small ember scripts in an traditional application?

I have a Rails application and I want do convert some part from JS to Ember. Because I don’t want to replace the Rails routing system, I don’t need to use the Ember routes.

What is the best way to have small Ember scripts? Is there a simple way to manage states without routes? Is there a way to don’t show the route in the url?