draftpunk icon indicating copy to clipboard operation
draftpunk copied to clipboard

A gem for a draft/publish model in Rails ActiveRecord

Results 2 draftpunk issues
Sort by recently updated
recently updated
newest added

I am having trouble deploying my app to production. The gem checks if the table exists (look at this line of code) https://github.com/stevehodges/draftpunk/blob/master/lib/activerecord/setup_model.rb#L37 When run `rake assets:precompile RAILS_ENV=production`, I receive...

Hi Steve, I finally got time to try your gem, and after adding it to my project, now my app fails its tests regarding our duplicate methods. Could it be...