Show More
Commit Description:
merge feature from java, including...
Commit Description:
merge feature from java, including
* user profile page
* combine user_stat with user_stat_max
* add jquery plugin tablesorter that sorts table
References:
File last commit:
Show/Diff file:
Action:
Rakefile
| 7 lines
| 275 B
| text/x-ruby
| RubyLexer
|
|
r318 | #!/usr/bin/env rake | ||
|
r0 | # Add your own tasks in files placed in lib/tasks ending in .rake, | ||
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. | ||||
|
r318 | require File.expand_path('../config/application', __FILE__) | ||
|
r0 | |||
|
r318 | CafeGrader::Application.load_tasks | ||