svenfuchs / routing-filter

routing-filter wraps around the complex beast that the Rails routing system is, allowing for unseen flexibility and power in Rails URL recognition and generation.
http://www.artweb-design.de
MIT License
464 stars 84 forks source link

Reload the filters in development #30

Closed gudata closed 12 years ago

gudata commented 13 years ago

How to make the filters refresh in development?

Restarting the rails 3 app works but it is slow. The code with the filters is in rails engine, maybe this is preventing rails to reload the filters.