JDutil / contact_us

Gem providing simple Contact Form functionality with a Rails 3+ Engine.
http://contact-us-demo.herokuapp.com
MIT License
135 stars 57 forks source link

Added the optional locale scope to the config/routes.rb file. Added a… #58

Closed briri closed 8 years ago

briri commented 8 years ago

… configuration variable called localize_routes that users can enable (disabled by default). This should prevent conflicts with any installations using a parent path that is not a locale (e.g. /blog/contact-us). Also updated the README to inform the users about the new option and incremented the version number.

briri commented 8 years ago

I don't think the Travis failures are due to these changes.

JDutil commented 8 years ago

@briri awesome I've made some updates to fix the broken build. Could you please update to the latest master to get the fixes, you can remove the version bump that I'll handle, and cleanup the extra/trailing whitespace warnings. Thank you.

briri commented 8 years ago

All set JDutil. I rebased and cleaned up the remaining houndci warnings. I also removed the version number change I had made. Thanks!

JDutil commented 8 years ago

Thanks @briri I've release version 1.2.0 with this included.