Static: a super simple Rails CMS for Heroku

Posted by Trevor in Ruby/Rails on September 11, 2009

Static is a super simple Rails CMS built for Heroku. It supports file uploads to S3, makes image thumbnails, lets you make pages, has an optional admin password, and a customizable application layout that supports erb. It's really easy to install and deploy to Heroku. If you have an S3 account, you can get up and running in under 5 minutes.

I made this little app a few weekends back because it scratched a personal itch of mine. I maintain a few small "static" or "brochure" sites for friends, which means I get to do boring HTML updates whenever they have a new picture or video they want to add. I figured that I could do a little upfront work and let them to do the rest. So, I looked around for a simple Rails CMS, but I couldn't find anything simple enough. Thusly, Static was born.

It doesn't do much for you, but that's the point. You get a really simple little Rails app that lets you add pages, upload stuff, and wrap everything in a layout that can be updated online. If you ever need to add any cool new functionality (like displaying recent Twitter updates?) you can do it using Ruby/Rails. No more lame old hacked-together PHP sites ;) Static's well-tested, 175 line code base could be the solid foundation for a site that grows over time.

This thing does exactly and only what I need it to do, but I'm happy to accept patches and such. Give it a shot, fork away, and let me know if you have something good for me to pull.

http://github.com/trevorturk/static/

Enjoy!

6 Comments

[...] reading here: almost effortless » Static: a super simple Rails CMS for Heroku Share this on del.icio.usDigg this!Share this on RedditStumble upon something good? Share it on [...]

I prefer something a little more minimal. 175 lines seems like a lot…

 Trevor

You seem like a lot! :P

[...] Static: a super simple Rails CMS for Heroku – Just about as simple as simple can be. Looks like the next step up from something like Staticmatic for brochure sites. [...]

I like this a lot! It’s so simple, but very useful.

I like this a lot, but is there no plugin or easy way to add content to an existing app?

Leave a comment

WP_Big_City