Go to file
Cody Cutrer 81a63f2922 use an AR query to get a grouped count instead of custom SQL
refs CNVS-7032

primarily, Mysql's execute doesn't return rows, but this is much
much cleaner anyway

Change-Id: Ia8c13374e5625ae0568f9bc386101dd2a2048d88
Reviewed-on: https://gerrit.instructure.com/28620
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Nick Cloward <ncloward@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
2014-01-16 21:39:50 +00:00
app use an AR query to get a grouped count instead of custom SQL 2014-01-16 21:39:50 +00:00
config add long enough security.yml for test env 2014-01-15 23:06:03 +00:00
db/migrate disallow NULL on custom gradebook column columns 2014-01-16 16:20:58 +00:00
doc Quiz Submissions API - Update 2014-01-14 08:30:39 +00:00
guard display errors for ember_templates guard task fail 2013-12-17 17:05:57 +00:00
lib fix handling of redis del during blacklist of single node in ring 2014-01-16 21:07:23 +00:00
loom introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
node_modules update require.js node module 2012-06-27 17:29:47 -06:00
public add visual indicator to RCE color selector 2014-01-16 19:57:44 +00:00
script remove backcompat for custom migration extensions 2013-10-31 18:24:12 +00:00
spec spec: workaround mysql enforcing foreign keys within a single delete 2014-01-16 21:30:22 +00:00
vendor/plugins fix simply versioned association for rails 3 2014-01-16 19:45:43 +00:00
.bowerrc introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
.gitignore ignore ember app main files 2013-11-11 15:52:50 +00:00
.jshintrc make jslint settings more sane 2012-08-17 11:04:40 -06:00
.travis.yml More split out travis builds 2014-01-15 20:30:56 +00:00
CONTRIBUTING.md add a contributing doc for github coolness 2012-09-19 10:16:04 -06:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile allow bundler 1.5.2 2014-01-15 20:21:04 +00:00
Guardfile fix guard for new spec location 2013-11-05 16:38:20 +00:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md README changes to point more directly to installation instructions 2011-02-01 17:36:01 -07:00
Rakefile enable parallelized_specs in rails3 2014-01-14 23:22:10 +00:00
bower.json update to ember 1.3.1 2014-01-14 21:57:37 +00:00
config.ru start adding rails 3.0 support 2013-03-22 19:08:40 +00:00
package.json updated package.json 2013-08-23 18:46:20 +00:00

README.md

Canvas LMS

Canvas is a new, open-source LMS by Instructure Inc. It is released under the AGPLv3 license for use by anyone interested in learning more about or using learning management systems.

Please see our main wiki page for more information

Installation

Detailed instructions for installation and configuration of Canvas are provided on our wiki.