gitbnw / blocipedia

A wikipedia clone - Rails learning project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blocipedia

A stripped down wikipedia clone built while learning Rails through bloc.io.

Users exist in three types: standard, premium and admin.

Users may upgrade their account to a premium account via a Stripe subscription. Premium users may also downgrade their account to a standard one.

Users with premium accounts may mark a wiki as private so that it will only be viewable by them or an admin.

Requirements

  • Ruby on Rails 4~
  • Stripe
  • Faker
  • Devise
  • Pundit

About

A wikipedia clone - Rails learning project


Languages

Language:Ruby 70.1%Language:HTML 27.5%Language:CoffeeScript 0.9%Language:CSS 0.8%Language:JavaScript 0.7%