ddemaree / simple_assets

Dead simple asset management for bloggers, written in Sinatra.

This URL has Read+Write access

ddemaree (author)
Thu Sep 10 13:15:34 -0700 2009
commit  78c22f09d78e0f3c5c38a59c48faa99fabcc4b1e
tree    fd96efedd7fc4a4f8391a9e6a303cefa1c933224
parent  2c453a68da973a2026721fae8828687adede5aad
README.markdown

Simple assets. Seriously.

This is a simple(!) asset manager I'm building for a seekrit blogging project. The idea is for it to provide an utterly minimal web-based GUI, as well as a lightweight JSON web service, for uploading and resizing images, then getting the S3 URLs.

It uses the following bits of Ruby goodness:

  • Rack
  • Rails's ActiveSupport and ActiveRecord frameworks
  • Sinatra
  • Paperclip
  • Amazon S3
  • Prototype
  • JSON
  • CSS and HTML optimized for WebKit, complete with CSS3 goodness and WebKit-specific super-goodness

Right now it saves to the filesystem. Eventually it will save to S3.

It works for me. Maybe it will work for you.