Author: Waleed Gudah, Timothy Lee, Kimberly Bradford
This is the Official ZVH Rails 4 application. Currently features user and admin system with Facebook login, ransack, and devise
- pg for PostgreSQL
- jQuery
- Devise for authenticating users with OmniAuth for Facebook login
- Ransack for searching users
- Kaminari for pagination
For testing and development:
- sqlite3 for SQLite3
- Rspec
- Cucumber with Capybara
- Database_cleaner
- Debugger
- Factory Girl
- Email spec
- Shoulda
- Thin
- bundle install "Install all nescassary rails components"
- rake db:setup: "creates dev sqLite & prod PostgreSQL Database"
- rake db:schema:load "Load Original Schema"
- rake db:migrate "Load All Schema Migrations"
- rake db:seed "Add default admin account and a few test users "
- rails s "Boot rails server" http://localhost:3000/
Admin user is login: Admin@zvh.edu password: password






