The asset pipeline in Rails 3.1 and Heroku's Cedar stack adds a few new things to think about when serving static assets from your apps. Heroku has removed Varnish and nginx from the the cedar stack which means that static files served from a app won't get cached or gzipped automagically. One way to go is to use Amazon's S3 as asset host together with the asset_sync gem. However there are a few problems that can occur when Heroku run rake assets:precompile during the deploy process.
- Lantrix
Still playing around with my macmini server installation. Arrived at mail now and tried to set up webmail first. Seems to work but my contacts are not there. Can it really be that webmail has no link to the address book stored on the same server. Am I missing something or are those guys really kidding me?
- Lantrix
PKCS12, Personal Information Exchange Syntax Standard, certificates can be used for things such as email signing and file signing. They are different from other certificates in that rather than being only the public or private certificate, they are a combination of both plus the root certificate. This means the person they are made for only has to worry with one file
- Lantrix