With the new ruby available you can serve JavaScript either as a static file in yourapp/public/javascripts or as a dynamic file.
an example of this can be yourapp/apps/views/javascripts/somejavascripts.js.erb
how can we set the config file to be able to handle this?