-
Notifications
You must be signed in to change notification settings - Fork 13
Rake task to export demo site data doubles all tag counts #1077
Copy link
Copy link
Open
Labels
bugAbout something that is brokenAbout something that is brokencore pluginInvolves the core 'ShinyCMS' pluginInvolves the core 'ShinyCMS' plugindatabaseDatabase-related: SQL, AR, migrations, etcDatabase-related: SQL, AR, migrations, etcdemo-siteAbout the demo site data or rake taskAbout the demo site data or rake taskminorSmall (or otherwise trivial) changesSmall (or otherwise trivial) changesrubyInvolves Ruby codeInvolves Ruby code
Metadata
Metadata
Assignees
Labels
bugAbout something that is brokenAbout something that is brokencore pluginInvolves the core 'ShinyCMS' pluginInvolves the core 'ShinyCMS' plugindatabaseDatabase-related: SQL, AR, migrations, etcDatabase-related: SQL, AR, migrations, etcdemo-siteAbout the demo site data or rake taskAbout the demo site data or rake taskminorSmall (or otherwise trivial) changesSmall (or otherwise trivial) changesrubyInvolves Ruby codeInvolves Ruby code
To reproduce:
rails shinycms:demo:loadto reset the database and load the demo data, including some tag datarails shinycms:demo:exportto export the database content todb/demo_site_data.rbgit diff(also, compare thetag.taggingsdata in the database to the data indb/demo_site_data.rb)