Mange / roadie-rails

Making HTML emails comfortable for the Rails rockstars
MIT License
363 stars 65 forks source link

Depend on railties instead of rails #38

Closed mjtko closed 9 years ago

mjtko commented 9 years ago

As some projects don't use all of Rails (e.g. ORMs other than ActiveRecord), this change modifies the runtime dependencies to be on railties rather than rails itself. rails is added as a development dependency to ensure tests can still be executed.

Mange commented 9 years ago

Makes sense. Thank you!