ShinyCMS-ruby
ShinyCMS-ruby copied to clipboard
Rake task to export demo site data doubles all tag counts
To reproduce:
- Run
rails shinycms:demo:load
to reset the database and load the demo data, including some tag data - Run
rails shinycms:demo:export
to export the database content todb/demo_site_data.rb
- Run
git diff
(also, compare thetag.taggings
data in the database to the data indb/demo_site_data.rb
)