canvas-lms/gems
Cody Cutrer bcba550d6a convert i18n_extract gem to prepend instead of alias_method_chain
refs CNVS-33377

Change-Id: I549f1fff6fda20a8f9c7c1cc3fb694635b7b2eb8
Reviewed-on: https://gerrit.instructure.com/95501
Reviewed-by: Simon Williams <simon@instructure.com>
Tested-by: Jenkins
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-11-18 16:37:27 +00:00
..
activesupport-suspend_callbacks allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
acts_as_list allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
adheres_to_policy allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
attachment_fu allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
autoextend clarify autoextend documentation slightly 2016-08-31 14:44:09 +00:00
bookmarked_collection bump will_paginate for Rails 5 compat 2016-11-17 23:19:49 +00:00
broadcast_policy fix Rails 5 deprecation warnings in migrations 2016-08-31 22:09:34 +00:00
canvas_breach_mitigation simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_cassandra simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_color fix Style/EmptyLineBetweenDefs issue 2015-04-29 16:28:39 +00:00
canvas_crummy remove rails 2 support 2014-08-06 18:16:19 +00:00
canvas_ext allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
canvas_http lock webmock to latest compatible version 2016-10-10 14:47:55 -06:00
canvas_i18nliner fix canvas_i18nliner issue, along with its tests 2016-10-13 20:44:32 +00:00
canvas_kaltura simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_mimetype_fu add application/gzip mime type 2016-08-15 18:31:32 +00:00
canvas_panda_pub simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_partman allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
canvas_quiz_statistics fix vendored_gems spec bundle installation 2016-09-22 14:59:35 +00:00
canvas_sanitize support <track> elements in rich content 2016-07-16 13:20:25 +00:00
canvas_slug clarify Slug vs. UUID and fix event stream 2014-07-11 16:58:42 +00:00
canvas_sort simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_stringex allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
canvas_text_helper simplify gem test harnesses 2016-01-19 17:52:58 +00:00
canvas_time switch to prepend for CanvasTime gem 2016-11-17 23:33:56 +00:00
canvas_unzip bump rubyzip 2016-10-10 21:39:37 +00:00
csv_diff simplify gem test harnesses 2016-01-19 17:52:58 +00:00
diigo simplify gem test harnesses 2016-01-19 17:52:58 +00:00
dr_diff fix dr_diff's YAML, refs SD-1603 2016-10-25 19:50:46 +00:00
event_stream remove event_stream's dependency on protected_attributes 2016-11-17 16:20:04 +00:00
google_drive allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
handlebars_tasks fix handlebars_tasks gem 2016-10-10 15:02:08 -06:00
html_text_helper allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
i18n_extraction convert i18n_extract gem to prepend instead of alias_method_chain 2016-11-18 16:37:27 +00:00
i18n_tasks allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
incoming_mail_processor allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
json_token bump dimplomat and httparty 2016-10-12 21:27:11 +00:00
linked_in simplify gem test harnesses 2016-01-19 17:52:58 +00:00
live_events validate live events credentials and stream name 2016-11-01 22:02:53 +00:00
lti_outbound allow paramaters to be passed to launch via jwt 2016-10-28 19:52:53 +00:00
multipart bump mime-types as far as possible 2016-10-10 18:36:21 +00:00
paginated_collection bump will_paginate for Rails 5 compat 2016-11-17 23:19:49 +00:00
plugins remove attr_accessible from Version 2016-11-17 23:32:40 +00:00
rubocop-canvas incremental linting via dr diff, fixes SD-1521 2016-09-22 20:06:57 +00:00
selinimum allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
stringify_ids extract stringify_ids to a gem 2016-06-09 18:19:32 +00:00
tatl_tael use node_modules wherever possible 2016-11-01 15:14:52 +00:00
turnitin_api Update submitted_at to what turnitin says it was 2016-10-27 16:20:26 +00:00
twitter simplify gem test harnesses 2016-01-19 17:52:58 +00:00
utf8_cleaner simplify gem test harnesses 2016-01-19 17:52:58 +00:00
workflow allow Rails 5 for in-repo gems 2016-11-17 15:07:58 +00:00
README.md Add docs on how to run gem tests 2016-03-09 18:08:44 +00:00
test_all_gems.sh simplify gem test harnesses 2016-01-19 17:52:58 +00:00

README.md

Gems

Testing

To test all the gems:

cd gems
./test_all_gems.sh

To test an individual gem

Run ./test.sh inside the gem's folder. This is basically the same as:

cd gems/google_drive
bundle
rspec