-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement Rollup as Blade buildtool replacement * Serve tests without Blade It won't show if we minify
- Loading branch information
1 parent
5edd54f
commit 1395c56
Showing
45 changed files
with
24,503 additions
and
693 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
test/javascripts/builds/ | ||
/node_modules | ||
tmp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.3.3 | ||
2.7.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Contributing | ||
## Getting started | ||
Install the following dependencies: | ||
|
||
1. Ruby (version found [here](./.ruby-version)) | ||
2. [bundler](https://bundler.io/) | ||
3. [yarn](https://yarnpkg.com/) | ||
|
||
Then, open your console on the project directory and run `bundle install` and `yarn install`. | ||
|
||
Finally, run `rake assets:compile`. | ||
|
||
## Running Tests | ||
This library has a Ruby component and a JavaScript component. Each component has its own test suite. | ||
|
||
To run both suites, open your console and run `rake test` from the project directory. | ||
|
||
Ruby tests will run first. You will then be prompted to open your web browser to run the JavaScript tests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,187 +1,154 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actioncable (5.1.3) | ||
actionpack (= 5.1.3) | ||
actioncable (7.0.5) | ||
actionpack (= 7.0.5) | ||
activesupport (= 7.0.5) | ||
nio4r (~> 2.0) | ||
websocket-driver (~> 0.6.1) | ||
actionmailer (5.1.3) | ||
actionpack (= 5.1.3) | ||
actionview (= 5.1.3) | ||
activejob (= 5.1.3) | ||
websocket-driver (>= 0.6.1) | ||
actionmailbox (7.0.5) | ||
actionpack (= 7.0.5) | ||
activejob (= 7.0.5) | ||
activerecord (= 7.0.5) | ||
activestorage (= 7.0.5) | ||
activesupport (= 7.0.5) | ||
mail (>= 2.7.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
actionmailer (7.0.5) | ||
actionpack (= 7.0.5) | ||
actionview (= 7.0.5) | ||
activejob (= 7.0.5) | ||
activesupport (= 7.0.5) | ||
mail (~> 2.5, >= 2.5.4) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
rails-dom-testing (~> 2.0) | ||
actionpack (5.1.3) | ||
actionview (= 5.1.3) | ||
activesupport (= 5.1.3) | ||
rack (~> 2.0) | ||
rack-test (~> 0.6.3) | ||
actionpack (7.0.5) | ||
actionview (= 7.0.5) | ||
activesupport (= 7.0.5) | ||
rack (~> 2.0, >= 2.2.4) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
actionview (5.1.3) | ||
activesupport (= 5.1.3) | ||
rails-html-sanitizer (~> 1.0, >= 1.2.0) | ||
actiontext (7.0.5) | ||
actionpack (= 7.0.5) | ||
activerecord (= 7.0.5) | ||
activestorage (= 7.0.5) | ||
activesupport (= 7.0.5) | ||
globalid (>= 0.6.0) | ||
nokogiri (>= 1.8.5) | ||
actionview (7.0.5) | ||
activesupport (= 7.0.5) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.3) | ||
activejob (5.1.3) | ||
activesupport (= 5.1.3) | ||
rails-html-sanitizer (~> 1.1, >= 1.2.0) | ||
activejob (7.0.5) | ||
activesupport (= 7.0.5) | ||
globalid (>= 0.3.6) | ||
activemodel (5.1.3) | ||
activesupport (= 5.1.3) | ||
activerecord (5.1.3) | ||
activemodel (= 5.1.3) | ||
activesupport (= 5.1.3) | ||
arel (~> 8.0) | ||
activesupport (5.1.3) | ||
activemodel (7.0.5) | ||
activesupport (= 7.0.5) | ||
activerecord (7.0.5) | ||
activemodel (= 7.0.5) | ||
activesupport (= 7.0.5) | ||
activestorage (7.0.5) | ||
actionpack (= 7.0.5) | ||
activejob (= 7.0.5) | ||
activerecord (= 7.0.5) | ||
activesupport (= 7.0.5) | ||
marcel (~> 1.0) | ||
mini_mime (>= 1.1.0) | ||
activesupport (7.0.5) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (~> 0.7) | ||
minitest (~> 5.1) | ||
tzinfo (~> 1.1) | ||
addressable (2.5.1) | ||
public_suffix (~> 2.0, >= 2.0.2) | ||
arel (8.0.0) | ||
blade (0.7.0) | ||
activesupport (>= 3.0.0) | ||
blade-qunit_adapter (~> 2.0.1) | ||
coffee-script | ||
coffee-script-source | ||
curses (~> 1.0.0) | ||
eventmachine | ||
faye | ||
sprockets (>= 3.0) | ||
thin (>= 1.6.0) | ||
thor (~> 0.19.1) | ||
useragent (~> 0.16.7) | ||
blade-qunit_adapter (2.0.1) | ||
blade-sauce_labs_plugin (0.7.2) | ||
childprocess | ||
faraday | ||
selenium-webdriver | ||
builder (3.2.3) | ||
childprocess (0.7.1) | ||
ffi (~> 1.0, >= 1.0.11) | ||
coffee-script (2.4.1) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.12.2) | ||
concurrent-ruby (1.0.5) | ||
cookiejar (0.3.3) | ||
curses (1.0.2) | ||
daemons (1.2.4) | ||
em-http-request (1.1.5) | ||
addressable (>= 2.3.4) | ||
cookiejar (!= 0.3.1) | ||
em-socksify (>= 0.3) | ||
eventmachine (>= 1.0.3) | ||
http_parser.rb (>= 0.6.0) | ||
em-socksify (0.3.1) | ||
eventmachine (>= 1.0.0.beta.4) | ||
erubi (1.6.1) | ||
eventmachine (1.2.5) | ||
execjs (2.7.0) | ||
faraday (0.12.2) | ||
multipart-post (>= 1.2, < 3) | ||
faye (1.2.4) | ||
cookiejar (>= 0.3.0) | ||
em-http-request (>= 0.3.0) | ||
eventmachine (>= 0.12.0) | ||
faye-websocket (>= 0.9.1) | ||
multi_json (>= 1.0.0) | ||
rack (>= 1.0.0) | ||
websocket-driver (>= 0.5.1) | ||
faye-websocket (0.10.7) | ||
eventmachine (>= 0.12.0) | ||
websocket-driver (>= 0.5.1) | ||
ffi (1.9.18) | ||
globalid (0.4.0) | ||
activesupport (>= 4.2.0) | ||
http_parser.rb (0.6.0) | ||
i18n (0.8.6) | ||
loofah (2.0.3) | ||
nokogiri (>= 1.5.9) | ||
mail (2.6.6) | ||
mime-types (>= 1.16, < 4) | ||
method_source (0.8.2) | ||
mime-types (3.1) | ||
mime-types-data (~> 3.2015) | ||
mime-types-data (3.2016.0521) | ||
mini_portile2 (2.2.0) | ||
minitest (5.10.3) | ||
multi_json (1.12.1) | ||
multipart-post (2.0.0) | ||
nio4r (2.1.0) | ||
nokogiri (1.8.0) | ||
mini_portile2 (~> 2.2.0) | ||
public_suffix (2.0.5) | ||
rack (2.0.3) | ||
rack-test (0.6.3) | ||
rack (>= 1.0) | ||
rails (5.1.3) | ||
actioncable (= 5.1.3) | ||
actionmailer (= 5.1.3) | ||
actionpack (= 5.1.3) | ||
actionview (= 5.1.3) | ||
activejob (= 5.1.3) | ||
activemodel (= 5.1.3) | ||
activerecord (= 5.1.3) | ||
activesupport (= 5.1.3) | ||
bundler (>= 1.3.0) | ||
railties (= 5.1.3) | ||
sprockets-rails (>= 2.0.0) | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
tzinfo (~> 2.0) | ||
builder (3.2.4) | ||
concurrent-ruby (1.2.2) | ||
crass (1.0.6) | ||
date (3.3.3) | ||
erubi (1.12.0) | ||
globalid (1.1.0) | ||
activesupport (>= 5.0) | ||
i18n (1.14.1) | ||
concurrent-ruby (~> 1.0) | ||
loofah (2.21.3) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.12.0) | ||
mail (2.8.1) | ||
mini_mime (>= 0.1.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
marcel (1.0.2) | ||
method_source (1.0.0) | ||
mini_mime (1.1.2) | ||
mini_portile2 (2.8.2) | ||
minitest (5.18.0) | ||
net-imap (0.3.6) | ||
date | ||
net-protocol | ||
net-pop (0.1.2) | ||
net-protocol | ||
net-protocol (0.2.1) | ||
timeout | ||
net-smtp (0.3.3) | ||
net-protocol | ||
nio4r (2.5.9) | ||
nokogiri (1.15.2) | ||
mini_portile2 (~> 2.8.2) | ||
racc (~> 1.4) | ||
racc (1.7.1) | ||
rack (2.2.7) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rails (7.0.5) | ||
actioncable (= 7.0.5) | ||
actionmailbox (= 7.0.5) | ||
actionmailer (= 7.0.5) | ||
actionpack (= 7.0.5) | ||
actiontext (= 7.0.5) | ||
actionview (= 7.0.5) | ||
activejob (= 7.0.5) | ||
activemodel (= 7.0.5) | ||
activerecord (= 7.0.5) | ||
activestorage (= 7.0.5) | ||
activesupport (= 7.0.5) | ||
bundler (>= 1.15.0) | ||
railties (= 7.0.5) | ||
rails-dom-testing (2.0.3) | ||
activesupport (>= 4.2.0) | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.0.3) | ||
loofah (~> 2.0) | ||
railties (5.1.3) | ||
actionpack (= 5.1.3) | ||
activesupport (= 5.1.3) | ||
rails-html-sanitizer (1.6.0) | ||
loofah (~> 2.21) | ||
nokogiri (~> 1.14) | ||
railties (7.0.5) | ||
actionpack (= 7.0.5) | ||
activesupport (= 7.0.5) | ||
method_source | ||
rake (>= 0.8.7) | ||
thor (>= 0.18.1, < 2.0) | ||
rake (12.0.0) | ||
rubyzip (1.2.1) | ||
selenium-webdriver (3.4.4) | ||
childprocess (~> 0.5) | ||
rubyzip (~> 1.0) | ||
sprockets (3.7.1) | ||
rake (>= 12.2) | ||
thor (~> 1.0) | ||
zeitwerk (~> 2.5) | ||
rake (13.0.6) | ||
thor (1.2.2) | ||
timeout (0.3.2) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
rack (> 1, < 3) | ||
sprockets-export (1.0.0) | ||
sprockets-rails (3.2.0) | ||
actionpack (>= 4.0) | ||
activesupport (>= 4.0) | ||
sprockets (>= 3.0.0) | ||
thin (1.7.2) | ||
daemons (~> 1.0, >= 1.0.9) | ||
eventmachine (~> 1.0, >= 1.0.4) | ||
rack (>= 1, < 3) | ||
thor (0.19.4) | ||
thread_safe (0.3.6) | ||
tzinfo (1.2.3) | ||
thread_safe (~> 0.1) | ||
uglifier (3.2.0) | ||
execjs (>= 0.3.0, < 3) | ||
useragent (0.16.8) | ||
websocket-driver (0.6.5) | ||
websocket-driver (0.7.5) | ||
websocket-extensions (>= 0.1.0) | ||
websocket-extensions (0.1.2) | ||
websocket-extensions (0.1.5) | ||
zeitwerk (2.6.8) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
blade | ||
blade-sauce_labs_plugin | ||
coffee-script | ||
coffee-script-source | ||
rails | ||
rails-dom-testing | ||
rake | ||
sprockets | ||
sprockets-export | ||
uglifier | ||
|
||
BUNDLED WITH | ||
1.14.3 | ||
2.4.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.