S3_rails

screenshot of S3_rails

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

Overview

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.

Features

  • Store templates on Amazon S3.
  • Templates are cached and can be refreshed.
  • Works with Rails 3.2.

Summary

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.