Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.
/ quizzes Public archive

A simple Rails 3 app for the "Programming in Ruby" course in the Sofia University

Notifications You must be signed in to change notification settings

mitio/quizzes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizzes

A simple Rails 3 app for the "Programming in Ruby" course in the Sofia University

Installation

Note: This Rails project is not compatible with Ruby 1.8. You will need at least 1.9.

To get this simple web app up and running, execute the following commands:

git clone git://github.com/mitio/quizzes.git
cd quizzes
gem install bundler
bundle install
bundle exec rake db:migrate
bundle exec rails s

Now you should be able to navigate to http://localhost:3000/ and get on with it.

The admin panel (supported by Active Admin) is located at http://localhost:3000/admin. The credentials to use are as follows:

About

A simple Rails 3 app for the "Programming in Ruby" course in the Sofia University

Resources

Stars

Watchers

Forks

Packages

No packages published