jkrall / analytical

Gem for managing multiple analytics services in your rails app.
MIT License
380 stars 92 forks source link

Handle missing module names #37

Closed indirect closed 12 years ago

indirect commented 12 years ago

This pull request adds a rescue block to the code that loads modules based on the config. If a module doesn't exist, it explains why there is an error, and suggests that you fix your analytical.yml file.

I meant to just fix this to handle missing module names better, but I wound up accidentally rewriting the config file loading code. If you want them as separate pull requests, just let me know.