Hide
I've reinstalled the template a couple of times now on an existing app and wanted to let you know that it looks like the template is inserting some things even if they are already there. For example, after reinstalling twice, I see this at the top of my application controller:
eval File.read('vendor/plugins/blacklight/app/controllers/application_controller.rb')
eval File.read('vendor/plugins/blacklight/app/controllers/application_controller.rb')
eval File.read('vendor/plugins/blacklight/app/controllers/application_controller.rb')
Not a big deal, since it doesn't seem to cause problems.
Show
I've reinstalled the template a couple of times now on an existing app and wanted to let you know that it looks like the template is inserting some things even if they are already there. For example, after reinstalling twice, I see this at the top of my application controller:
eval File.read('vendor/plugins/blacklight/app/controllers/application_controller.rb')
eval File.read('vendor/plugins/blacklight/app/controllers/application_controller.rb')
eval File.read('vendor/plugins/blacklight/app/controllers/application_controller.rb')
Not a big deal, since it doesn't seem to cause problems.