ddemaree / simple_assets
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 78c22f09d78e0f3c5c38a59c48faa99fabcc4b1e
tree fd96efedd7fc4a4f8391a9e6a303cefa1c933224
parent 2c453a68da973a2026721fae8828687adede5aad
tree fd96efedd7fc4a4f8391a9e6a303cefa1c933224
parent 2c453a68da973a2026721fae8828687adede5aad
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
asset_manager.rb | ||
| |
config/ | ||
| |
db/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
vendor/ | ||
| |
views/ |
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.

