wesabe/pfc

Cannot rename tags

Closed this issue · 1 comments

Renaming tags fails for several reasons.

First I couldn't get a delayed_job worker to start because the bundled version of delayed_job (2.1.0pre) still has references to RAILS_ROOT, which has apparently been removed in favor of Rails.root. So I sourced it from github: nylen/pfc@e36d759

Then I got a missing route error for Tag#update but I was able to fix that: nylen/pfc@cf4a2a4.

I am still seeing two problems: AccountMerchantTagStat#fix! fails, and there is a missing template for tags/update:

ActionView::MissingTemplate (Missing template tags/update with {:handlers=>[:rjs, :builder, :rhtml, :rxml, :erb], :formats=>[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :ofx, :qif, :qfx, :ofx2, :xls, :gzip, :zip], :locale=>[:en, :en]} in view paths "/opt/wesabe/pfc/app/views", "/opt/wesabe/pfc/vendor/plugins/wesabe_extensions/app/views", "/opt/wesabe/pfc/vendor/plugins/validates_email_veracity_of/app/views", "/opt/wesabe/pfc/vendor/plugins/sluggability/app/views", "/opt/wesabe/pfc/vendor/plugins/simple_presenter/app/views", "/opt/wesabe/pfc/vendor/plugins/presenters/app/views", "/opt/wesabe/pfc/vendor/plugins/http_only_session_cookies/app/views", "/opt/wesabe/pfc/vendor/plugins/dynamic_form/app/views", "/opt/wesabe/pfc/vendor/plugins/custom-err-msg/app/views", "/opt/wesabe/pfc/vendor/plugins/concerned_with/app/views", "/opt/wesabe/pfc/vendor/plugins/classic_pagination/app/views", "/opt/wesabe/pfc/vendor/plugins/asset_manifests/app/views", "/opt/wesabe/pfc/vendor/plugins/active_record_base_without_table/app/views", "/opt/wesabe/pfc/vendor/plugins/active-form/app/views"):

Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-3.0.0.rc/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.7ms)

Fix renaming tags. Closed by 4a477bd.