Hello,
Kind of a weird one here in that this *was* working in development, but when moved to production I cannot get it to work. I'm receiving the error:
ActionView::MissingTemplate (Missing template spree/orders/populate, spree/base/populate, application/populate with {:locale=>[:en], :formats=>[:js, :html], :handlers=>[:erb, :builder, :rabl]}. Searched in:
* "/home/<username>/.rvm/gems/ruby-1.9.3-p194/bundler/gems/spree_contact_us-86846fd5ebc4/app/views"
* "/home/<username>/.rvm/gems/ruby-1.9.3-p194/gems/spree_slider-1.1.0/app/views"
* "/home/<username>/.rvm/gems/ruby-1.9.3-p194/bundler/gems/spree_ajax_add_to_cart-60de659b8b67/app/views"
* "/home/<username>/.rvm/gems/ruby-1.9.3-p194/bundler/gems/spree_recently_viewed-94da8eae4286/app/views"
However, the file definitely exists....
spree_ajax_add_to_cart-60de659b8b67/app/views/spree/orders/populate.js.coffee
I can't really figure out why this is working in development, but not production. Also, I use a few other bundler gems that are working great, dev or prod.
Any thoughts?