For the most part, my app has good loading times in development. The only problem that I am experiencing is that whenever I make any changes to my coffeescript file, the page load times take 40 to 60 seconds to load. After the first load, they work just fine, but when you are trying to fix a bug or build a new feature, it is impossible to work with those load times. I have tried several fixes: i.e. Slow assets compilation in development mode or the rails-dev-tweaks gem.
None of them work. I have a lot of different javascript and coffeescript files that I am loading from, but none of them work. Is there any way around this? How can you code in coffee script in Rails without these really long load times?