== README
This is the README file for the Blocipedia application, a Bloc.io Saas Wiki Collaboration Tool project assignment. The application supports three types of users: visitor, member and premium member. A member can upgrade their account to be a premium member using the in app upgrade feature. The upgrade feature uses Stripe to handle the one time credit card charge.
The application has the following requirements:
-
Ruby 2.1.1
-
Rails 4.1.0
-
Twitter Bootstrap 3.x
-
Devise
-
Pundit
-
RedCarpet
-
Friendly_ID
-
Stripe
Testing for this application was done using RSpec and Capybara.