Sign in through GitHub

nicktabs's Profile

GitHub User: nicktabs

Comments by

Avatar

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 ;-)

Avatar

I'm getting 'Graph Placeholder not found' despite the div id being on the page. Any ideas?

Avatar

Any thoughts on sending multiple e-mails such as a newsletter? A block perhaps?

Avatar

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.

Avatar

Looks interesting. I've noticed it also has a 'Export data' feature does it need another gem e.g. Prawn PDF? Thanks.

Avatar

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