Go to file
Cameron Matheson a8e556f768 create user_profile table
this moves the user bio to a new user_profile table.  We previously had
a UserProfile model that was a regular ruby class, but now it is using
ActiveRecord

Change-Id: I8848ef9b5f7e2a7bbb5c12df8044efe26388ae78
Reviewed-on: https://gerrit.instructure.com/12178
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jon Jensen <jon@instructure.com>
2012-07-18 10:07:17 -06:00
app create user_profile table 2012-07-18 10:07:17 -06:00
config developer keys mgmt page 2012-07-18 09:13:52 -06:00
db/migrate create user_profile table 2012-07-18 10:07:17 -06:00
doc support checking quota for API uploads 2012-07-18 09:14:57 -06:00
guard parallelize build tasks 2012-04-16 16:38:23 -06:00
lib pull in css files needed by handlebars templates 2012-07-18 09:48:10 -06:00
node_modules update require.js node module 2012-06-27 17:29:47 -06:00
public fix styling for selectmenus, fixes: #9434 2012-07-17 20:35:04 -06:00
script improve guard/dj in script/server 2012-06-28 18:05:08 -06:00
spec create user_profile table 2012-07-18 10:07:17 -06:00
vendor/plugins try to identify referenced files in invalid qti 2012-07-11 10:59:16 -06:00
.gitignore Merge remote-tracking branch 'origin/master' into dev/fft 2012-06-26 10:14:46 -06:00
.jshintrc add a rake canvas:check_syntax task to check for js errors 2011-04-20 08:07:30 -06:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile update the redis gem to 3.0.1 2012-07-10 09:42:44 -06:00
Guardfile getting coffeescript and handlebars to work with plugins 2011-12-30 15:50:16 -07: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 using custom parallelized specs gem for rspec tests 2012-04-23 13:33:29 -06:00
config.ru fix non-static image urls 2012-05-17 10:53:57 -06: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.