Go to file
Cody Cutrer 959154fef8 optimize Account#associated_courses
query profiling indicates a subquery is actually 2x as fast as a join,
as it does the uniq-ing prior to loading the actual course rows.
it also makes dealing with this association easier, cause it's no longer
a DISTINCT

test plan:
 * viewing the list of courses for an account should still work

Change-Id: I2e06a6d30988af19fae9479cf07f30e97be2905c
Reviewed-on: https://gerrit.instructure.com/21161
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
2013-06-17 16:54:14 +00:00
app optimize Account#associated_courses 2013-06-17 16:54:14 +00:00
config Updated ja translation 2013-06-14 16:54:29 -06:00
db/migrate discussion topic subscription flag and api 2013-06-14 21:40:50 +00:00
doc add data-api-endpoint for quiz / quiz list links 2013-06-04 20:34:24 +00:00
guard fix guard run_on_deletion issue 2013-05-13 22:21:09 +00:00
lib Add style fixes to new content migration page 2013-06-15 02:16:11 +00:00
node_modules update require.js node module 2012-06-27 17:29:47 -06:00
public allow inferring authenticity token from upload policy even if a session exits 2013-06-14 14:43:00 +00:00
script remove unused cucumber script runner 2013-05-23 22:44:42 +00:00
spec Add style fixes to new content migration page 2013-06-15 02:16:11 +00:00
vendor/plugins delay migration job_progress creation for academic benchmarks 2013-06-12 20:18:10 +00:00
.gitignore implemented dress_code 2013-04-09 15:43:16 +00:00
.jshintrc make jslint settings more sane 2012-08-17 11:04:40 -06: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 paragem update directory and asset management issues 2013-06-12 18:08:40 +00:00
Guardfile fix guard for non-symlinked plugins 2013-05-06 15:19:49 +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 get rspec 2 running with rails 3.0 2013-03-27 15:41:28 +00:00
config.ru start adding rails 3.0 support 2013-03-22 19:08:40 +00:00
package.json AMD Conversion 2012-02-06 16:41:40 -07: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.