Add #from_proforma_xml to exercise (only meta data import)

- method only considers title and description for now
- sets up relation to execution environment with id 1, just to pass
  validation for now

(leoselig/codeocean#1)
This commit is contained in:
leo.selig
2016-02-12 11:01:24 +01:00
parent 5a190c0c79
commit 943355d9c7
3 changed files with 11 additions and 0 deletions

View File

@ -35,6 +35,7 @@ gem 'uglifier', '>= 1.3.0'
gem 'will_paginate', '~> 3.0'
gem 'tubesock'
gem 'faye-websocket'
gem 'nokogiri'
group :development do
gem 'better_errors', platform: :ruby