Sha256: 71d0b20312d11613ad5645a020a6c7be1748f4866a7ac441adf60ef014f56ca7
Contents?: true
Size: 1.48 KB
Versions: 2
Compression:
Stored size: 1.48 KB
Contents
# Radiant Images Radiant Images is an IMAGE management tool, meant only to be useful to pages and extensions that need to require images. ## Primary (only) Goals ### Light Weight > We're not replacing paperclipped, we're just building a simple image manager extension. ### Uncomplicated > People need to be able to look at the model and instantly know what it's doing, being able to do so means they can easily extend it ### Easily Extendable > Images is a base for things like galleries and shop, where they don't need additional assets ### Strictly aws and paperclip > We don't work with images locally because we use Heroku. So we're not going to give you the option to start locally ### Migrate from paperclipped easily > paperclipped is freakin' awesome, we use it and we need to be able to migrate the images over rake radiant:extensions:images:migrate_from_paperclipped ## Host Alias Settings By default the images extension uses the following url for images: http://s3.amazonaws.com/bucketname/images/name_of_image-style.(png|jpg|gif) There is a radiant configuration option called s3.host_alias. By default it is blank, if you give it a value, the images extension will use the FQDN method to access your images. Setting your host alias to domain.name.com for example would produce a URL like this: http://domain.name.com/images/name_of_image-style.(png|jpg|gif) ## License Radiant Images is licensed under the MIT standard license. See LICENSE for further information.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
radiant-images-extension-0.1.1 | README.md |
radiant-images-extension-0.1.0 | README.md |