Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
problem toggle on/off
Commit Description:
problem toggle on/off
CafeGrader :: Application . routes . draw do
root :to => 'main#login'
get "report/login"
resources :contests
resources :announcements
match 'announcements/toggle/:id' => 'announcements#toggle'
resources :sites
resources :problem
resources :grader_configuration , controller : 'configurations'
match 'tasks/view/:file.:ext' => 'tasks#view'
match 'tasks/download/:id/:file.:ext' => 'tasks#download'
match 'heartbeat/:id/edit' => 'heartbeat#edit'
#main
get "main/list"
# See how all your routes lay out with "rake routes"
# This is a legacy wild controller route that's not recommended for RESTful applications.
# Note: This route will make all actions in every controller accessible via GET requests.
match ':controller(/:action(/:id))(.:format)'
end
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings