CSC/ECE 517 Fall 2017/E1773 Investigate and Fix Expertiza Production Version Runtime Exceptions.rb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "==Introduction== ===Background=== [http://expertiza.ncsu.edu/ Expertiza]is a open-source Ruby-on-rails project on github. It constructs...")
 
Line 1: Line 1:
==Introduction==
==Introduction==
===Background===
===Background===
[http://expertiza.ncsu.edu/ Expertiza]is a open-source Ruby-on-rails project on [[https://github.com/expertiza/expertiza|github]]. It constructs a peer-review assignment system by enabling interactions among users and instructors. Students can sign up for a class, view assignments, submit assignments and give peer reviews using expertiza. Instructors can publish assignments, surveys, and reviews. The website is created and maintained mainly by the students and the faculties from NCSU.  
[http://expertiza.ncsu.edu/ Expertiza]is a open-source Ruby-on-rails project on [https://github.com/expertiza/expertiza github]. It constructs a peer-review assignment system by enabling interactions among users and instructors. Students can sign up for a class, view assignments, submit assignments and give peer reviews using expertiza. Instructors can publish assignments, surveys, and reviews. The website is created and maintained mainly by the students and the faculties from NCSU.  


===Motivation===
===Motivation===
[brake.io/ Airbrake] is a web-based debugging tool for rails projects that is currently incorporated in Expertiza. Run-time errors are reported to airbrake
[brake.io/ Airbrake] is a web-based debugging tool for rails projects that is currently incorporated in Expertiza. Run-time errors are reported to airbrake

Revision as of 21:24, 18 October 2017

Introduction

Background

Expertizais a open-source Ruby-on-rails project on github. It constructs a peer-review assignment system by enabling interactions among users and instructors. Students can sign up for a class, view assignments, submit assignments and give peer reviews using expertiza. Instructors can publish assignments, surveys, and reviews. The website is created and maintained mainly by the students and the faculties from NCSU.

Motivation

[brake.io/ Airbrake] is a web-based debugging tool for rails projects that is currently incorporated in Expertiza. Run-time errors are reported to airbrake