/merbbit

A reddit/digg/rubyflow clone written using the merb framework

Primary LanguageRubyMIT LicenseMIT

Merbbit

Merbbit is a merb-based web app for community-driven link submission. It is heavily “inspired” by RubyFlow, Digg, Reddit and other such sites.

Merbbit is not production ready and should just be used as sample merb code.

Features:

  • Signup & login
  • Link submission
  • Link Voting
  • Comments
  • Threaded comments

Planned Features:

  • Comment voting
  • Spam protection
  • RSS feeds
  • Search
  • Proper specs…

Installation

Check config/dependencies.yml for gem dependencies

For testing

  • cucumber, merb_cucumber
  • webrat
  • factory_girl

Modify database.yml

rake db:automigrate

Deploy…