Go to file
Ethan Vizitei 20e2371c1c Unfragile JS specs
Sometimes on re-run, this spec doesn't have vendor/date loaded properly,
and because there are dependencies on the global behavior that
file adds, they fail intermittantly depending on whether
they've been required ahead of time.  Explicitly adding the requirement
seems to stabilize that failure.

Also we depend upon the require run to bind element_toggler to document.
because other places can strip off events, and the require doesn't run
everytime, I'm giving it a hook so you can explicitly bind up again
at any point with the "bind" method.

Also, I18n stubbing was in some way not getting a frame
popped, and that caused translation failures in some
cases.  Adding a "clear" method to clear out
stubbing in teardown to make sure there are no
artifacts.

Change-Id: I715f4f326e6796d583501ec7df24de5fc04b24e8
Reviewed-on: https://gerrit.instructure.com/54830
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Product-Review: Ethan Vizitei <evizitei@instructure.com>
QA-Review: Ethan Vizitei <evizitei@instructure.com>
Tested-by: Ethan Vizitei <evizitei@instructure.com>
2015-05-21 22:39:51 +00:00
Gemfile.d Facebook login support 2015-05-19 20:30:01 +00:00
app Unfragile JS specs 2015-05-21 22:39:51 +00:00
bin rails 4.0.10 2014-09-16 22:07:39 +00:00
client_apps Alters attempt indicators for a11y 2015-03-05 19:58:35 +00:00
config linkedin auth 2015-05-21 22:35:54 +00:00
db/migrate linkedin auth 2015-05-21 22:35:54 +00:00
doc send asset accesses as live events 2015-05-05 12:52:50 +00:00
docker-compose spec: ensure we wait for a new page load when doing a get 2015-05-02 13:21:05 +00:00
gems handle filename too long errors in canvas_unzip 2015-05-21 15:29:11 +00:00
guard fix Style/EmptyLineBetweenDefs issue 2015-04-29 16:28:39 +00:00
lib linkedin auth 2015-05-21 22:35:54 +00:00
public remove some datetime cruft, refactor parseDatetime 2015-05-20 20:21:00 +00:00
script Remove migration_lint 2015-05-04 15:28:34 +00:00
spec Unfragile JS specs 2015-05-21 22:39:51 +00:00
.bowerrc introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
.dockerignore docker-compose based dev environment 2015-03-30 20:59:48 +00:00
.fontcustom-manifest.json Add Import/Export Icons 2015-02-19 16:26:52 +00:00
.gitignore docker-compose based dev environment 2015-03-30 20:59:48 +00:00
.i18nignore bump rails 3 to github branch for ruby 2.2 compatibility 2015-02-18 22:55:20 +00:00
.jshintrc make jslint settings more sane 2012-08-17 11:04:40 -06:00
.rubocop.yml turn off Rubocop::Cop::Style::WhileUntilModifier 2015-04-28 17:20:55 +00:00
.travis.yml more travis builds 2014-02-10 16:23:19 +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 use eval_gemfile for bundler goodness 2015-02-18 18:15:14 +00:00
Guardfile added jsx 2014-11-03 23:20:33 +00:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md remove travis.ci badge until we are re-enabled 2014-07-01 23:08:00 +00:00
Rakefile remove rails 2 support 2014-08-06 18:16:19 +00:00
bower.json new due dates selection UI 2015-05-14 21:09:30 +00:00
code_of_conduct.md contributor code of conduct 2014-12-23 18:13:59 +00:00
config.ru start adding rails 3.0 support 2013-03-22 19:08:40 +00:00
docker-compose.yml allow *.canvas.docker in the docker-compose dev environment 2015-04-23 16:47:09 +00:00
karma.conf.js address a number of issues with the js test suite 2015-02-20 16:35:17 +00:00
package.json Make changes for node 12/iojs. 2015-03-05 22:43:38 +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.