Great cast, interesting and well timed. Quick note that the products/show code is missing form the show notes. But I think we can handle that ourselves ;-)
I'll add to that by saying you have never been able to write to the public folder on heroku anyway. For up-loaders like carrierwave you need to re-define in your model where the tmp upload goes before going off to S3
Great cast, interesting and well timed. Quick note that the products/show code is missing form the show notes. But I think we can handle that ourselves ;-)
I'm getting 'Graph Placeholder not found' despite the div id being on the page. Any ideas?
Any thoughts on sending multiple e-mails such as a newsletter? A block perhaps?
Thanks Michael. I think I will use will_filter in my project. PDF's would be a handy feature to so thanks for looking it to it.
Looks interesting. I've noticed it also has a 'Export data' feature does it need another gem e.g. Prawn PDF? Thanks.
I'll add to that by saying you have never been able to write to the public folder on heroku anyway. For up-loaders like carrierwave you need to re-define in your model where the tmp upload goes before going off to S3
Such as:
def cache_dir
"#{Rails.root}/tmp/uploads"
end
Heroku docs for Rails 3.1 explains it:
http://devcenter.heroku.com/articles/rails31_heroku_cedar