Skip to content
Ferdinando edited this page Feb 27, 2019 · 1 revision

Data Import

After performing an import using one of the import rake tasks, the new records will immediately show in the admin interface, but information might still be missing from the public interface. That is usually fixed once the overnight scripts run as those will populate the views used for the public interface.

However, if some information is still missing, that might be a cache issues. Running Rails.cache.clear from the rails console fixes the problem.

Clone this wiki locally