merged qa into codeocean

This commit is contained in:
Nicholas Wittstruck
2015-03-27 22:08:53 +01:00
22 changed files with 267 additions and 95 deletions

View File

@@ -180,7 +180,7 @@ de:
stop: Stoppen
submit: Code zur Bewertung abgeben
test: Testen
timeout: 'Ihr Code benötigte länger als die erlaubten %{permitted_execution_time} Sekunden, um zu terminieren.'
timeout: 'Ihr Code hat die erlaubte Ausführungszeit von %{permitted_execution_time} Sekunden überschritten.'
tooltips:
save: Ihr Code wird automatisch gespeichert, wann immer Sie eine Datei herunterladen, ausführen oder testen. Explizites Speichern ist also selten notwendig.
editor_file_tree:

View File

@@ -180,7 +180,7 @@ en:
stop: Stop
submit: Submit Code For Assessment
test: Test
timeout: 'Your code took longer than the permitted %{permitted_execution_time} seconds to run.'
timeout: 'Your code exceeded the permitted execution time of %{permitted_execution_time} seconds.'
tooltips:
save: Your code is automatically saved whenever you download, run, or test it. Therefore, explicitly saving is rarely necessary.
editor_file_tree:

View File

@@ -1,6 +1,7 @@
FILENAME_REGEXP = /[\w\.]+/ unless Kernel.const_defined?(:FILENAME_REGEXP)
Rails.application.routes.draw do
resources :request_for_comments
resources :comments, except: [:destroy] do
collection do
delete :destroy