s3_rails icon indicating copy to clipboard operation
s3_rails copied to clipboard

A Rails resolver that retrieves templates from Amazon's S3 service

Results 2 s3_rails issues
Sort by recently updated
recently updated
newest added

This allows you to do something like this in `s3_rails.yml`: ``` yaml include_list: ['reports/yearly_report.pdf.prawn', 'reports/monthly_report.pdf.prawn'] ``` It's a fairly quick-and-dirty implementation that I did on a pinch to get me...