-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redesign gem #29
Redesign gem #29
Conversation
…iew resolver to regex the prefix
$ rails g sir_trevor_rails:views |
If anyone is interested, I recently implemented this branch in a toy CMS built on Rails 4.1. You can see it here: https://github.com/hayesr/clonepress/tree/trevor I think I had to deviate a few times from the Readme instructions. If I get a chance I will submit a PR. |
I forgot to mention that this small change appears to be needed for Rails 4.1 compat. |
Updated all the things (mostly, implemented everything we did on dotcom):
Take a look at the updated readme file for more info
There are no tests for this yet (:trollface:) but people are having problems with the old gem and this addresses most (all) of those issues.
...so... maybe we should just release it? Unless anyone has time to write the tests soon?