Skip to content

sashasydorenko/question-answer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question & Answer

"Question & Answer" with Ruby on Rails 4, AngularJS, PostgreSQL.

For populate the database run next two rake tasks:

rake db:add_categories
rake db:add_questions

For delete all fakes data from database run next task:

rake db:delete_data