
A Rails resolver that retrieves templates from Amazon's S3 service
S3-Rails is a Rails resolver that allows you to store templates on Amazon's S3 service. It enables you to move template files from the app/views folder into an S3 bucket and serve them from there. This is useful when you want to change templates without re-releasing your application.
S3-Rails is a gem that allows you to store templates on Amazon's S3 service instead of in your app/views folder. It provides a resolver that retrieves templates from the S3 bucket and caches them for fast rendering. By using S3-Rails, you can update templates without re-releasing your application.
