wesabe / pfc

The main front-end Rails app for Mesabe.
http://github.com/wesabe/pfc
Apache License 2.0
63 stars 21 forks source link

Cannot rename tags #25

Closed nylen closed 13 years ago

nylen commented 14 years ago

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@e36d759c38555a35f58049d03afa07eb6083c466

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

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)
eventualbuddha commented 13 years ago

Fix renaming tags. Closed by 4a477bdd25ed3de7ee0fde75296ec1438eb18e6a.