From: Christoph Jasinski Date: 2010-03-23T10:54:35+09:00 Subject: Re: Help me plan my Ruby app :) --0016364c7c6523031404826e18f5 Content-Type: text/plain; charset=ISO-8859-1 Hi, consider using sinatra / padrino which are tiny ruby web frameworks. Your app sounds a little like http://www.memorari.us/ (know the guy who built that one). Pieces that came in my mind: - file uploads (your file may be in CSV or YML for easy parsing) may simple HTTP uploads or plugins/gems like paperclip etc. - ActionMailer ( http://lindsaar.net/2010/1/26/new-actionmailer-api-in-rails-3) - Managing uploaded files - Managing content (like turning some notifications off or modify the target) Cheers & good luck Chris --0016364c7c6523031404826e18f5--