reagleton
reagleton
Just as an update, I discovered that by editing `config/initializers/inflections.rb` and adding the line below seems to have fixed the issue. ``` inflect.irregular 'media', 'media' ``` I would still like...
Yes, I just encountered this problem too in Rails 3.2. A commit (https://github.com/ryanb/nifty-generators/pull/157) has been provided but has not been included in the master yet. Considering that I generated my...
I also would love to see this feature! It would make the validation of dates much, much easier. Anybody have a suggested workaround in the meantime?