less / more

less on rails — the official LESS plugin for Ruby on Rails
http://lesscss.org
MIT License
226 stars 41 forks source link

Running tests for Rails projects are slowed #7

Closed gdagley closed 15 years ago

gdagley commented 15 years ago

When running a spec or test suite for a Rails project the overall run time was slowed dramatically because of the attempt to reparse the less files for each test.

augustl commented 15 years ago

This should be fixed now. The plugin has been rewritten to use a designated controller instead of a before filter to generate the CSS. Can you confirm this?

gdagley commented 15 years ago

Looks good and much faster. Thanks. I am using Less and More in my starter Rails application at http://github.com/gdagley/basejumper

augustl commented 15 years ago

Good!