RailsApps / rails3-devise-rspec-cucumber

An example Rails 3.2 app with Devise and RSpec and Cucumber.
http://railsapps.github.io/
445 stars 144 forks source link

Warn about Rails Footnotes being slow #22

Closed ticktricktrack closed 12 years ago

ticktricktrack commented 12 years ago

I spent the last couple of hours debugging what slows down development mode so much:

In the end it was the footnotes gem that bumped each request from 10ms to 10s. Please kick Footnotes out or warn people. I had no idea which of the many template options or other parts of the environment where causing this.

Thank you Ray

DanielKehoe commented 12 years ago

Thanks for the alert and the suggestion. I'll add a warning.