fgrehm / letter_opener_web

A web interface for browsing Ruby on Rails sent emails
MIT License
718 stars 112 forks source link

Use railties as dependency rather than rails #36

Closed rosenfeld closed 9 years ago

rosenfeld commented 10 years ago

Some projects don't need ActiveRecord and other gems that are Rails dependencies and don't even depend on the "rails" gem.

The project I maintain is one of them. This increases the amount of gems it has to download but doesn't use them.

rosenfeld commented 9 years ago

Closing to use a newer one which also includes action_mailer dependency