We are coming up with a new twitter bootstrap
theme for new functionality within our application.
Our existing functionality will use the existing theme with models/controllers
.
But I would like to re-use the existing models/controllers
and use the new twitter bootstrap theme for the new functionality.
How do I go about addressing this and maintain the code bases (the old app will be on host:port1 and new app will be on host:port2)
Edit :
My old rails application under public/javascripts public/stylesheets
.
Some of the views are under app/views/foos/
Some of the views are under app/views/bars/
I would the new views under app/views/cars/
How should I reference my new index files to point to the new theme/css
under app/assets