Skip to content

Commit d5bfe0a

Browse files
committed
re-create builder app
#343 (comment)
1 parent 20a9102 commit d5bfe0a

37 files changed

+1070
-1287
lines changed

builder/.babelrc

Lines changed: 0 additions & 19 deletions
This file was deleted.

builder/.browserslistrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
defaults

builder/.postcssrc.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

builder/.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.6.5

builder/Gemfile

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
source 'https://rubygems.org'
2+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3+
4+
ruby '2.6.5'
5+
6+
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7+
gem 'rails', '~> 5.2.0'
8+
# Use Puma as the app server
9+
gem 'puma', '~> 3.11'
10+
# Use SCSS for stylesheets
11+
gem 'sass-rails', '~> 5.0'
12+
# Use Uglifier as compressor for JavaScript assets
13+
gem 'uglifier', '>= 1.3.0'
14+
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
15+
gem 'webpacker'
16+
# See https://github.com/rails/execjs#readme for more supported runtimes
17+
# gem 'mini_racer', platforms: :ruby
18+
19+
# Use CoffeeScript for .coffee assets and views
20+
gem 'coffee-rails', '~> 4.2'
21+
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
22+
gem 'jbuilder', '~> 2.5'
23+
# Use Redis adapter to run Action Cable in production
24+
# gem 'redis', '~> 4.0'
25+
# Use ActiveModel has_secure_password
26+
# gem 'bcrypt', '~> 3.1.7'
27+
28+
# Use Capistrano for deployment
29+
# gem 'capistrano-rails', group: :development
30+
31+
# Reduces boot times through caching; required in config/boot.rb
32+
gem 'bootsnap', '>= 1.1.0', require: false
33+
34+
group :development, :test do
35+
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
36+
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
37+
end
38+
39+
group :development do
40+
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
41+
gem 'web-console', '>= 3.3.0'
42+
gem 'listen', '>= 3.0.5', '< 3.2'
43+
end
44+
45+
46+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
47+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

builder/Gemfile.lock

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actioncable (5.2.4.1)
5+
actionpack (= 5.2.4.1)
6+
nio4r (~> 2.0)
7+
websocket-driver (>= 0.6.1)
8+
actionmailer (5.2.4.1)
9+
actionpack (= 5.2.4.1)
10+
actionview (= 5.2.4.1)
11+
activejob (= 5.2.4.1)
12+
mail (~> 2.5, >= 2.5.4)
13+
rails-dom-testing (~> 2.0)
14+
actionpack (5.2.4.1)
15+
actionview (= 5.2.4.1)
16+
activesupport (= 5.2.4.1)
17+
rack (~> 2.0, >= 2.0.8)
18+
rack-test (>= 0.6.3)
19+
rails-dom-testing (~> 2.0)
20+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21+
actionview (5.2.4.1)
22+
activesupport (= 5.2.4.1)
23+
builder (~> 3.1)
24+
erubi (~> 1.4)
25+
rails-dom-testing (~> 2.0)
26+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27+
activejob (5.2.4.1)
28+
activesupport (= 5.2.4.1)
29+
globalid (>= 0.3.6)
30+
activemodel (5.2.4.1)
31+
activesupport (= 5.2.4.1)
32+
activerecord (5.2.4.1)
33+
activemodel (= 5.2.4.1)
34+
activesupport (= 5.2.4.1)
35+
arel (>= 9.0)
36+
activestorage (5.2.4.1)
37+
actionpack (= 5.2.4.1)
38+
activerecord (= 5.2.4.1)
39+
marcel (~> 0.3.1)
40+
activesupport (5.2.4.1)
41+
concurrent-ruby (~> 1.0, >= 1.0.2)
42+
i18n (>= 0.7, < 2)
43+
minitest (~> 5.1)
44+
tzinfo (~> 1.1)
45+
arel (9.0.0)
46+
bindex (0.8.1)
47+
bootsnap (1.4.5)
48+
msgpack (~> 1.0)
49+
builder (3.2.4)
50+
byebug (11.1.1)
51+
coffee-rails (4.2.2)
52+
coffee-script (>= 2.2.0)
53+
railties (>= 4.0.0)
54+
coffee-script (2.4.1)
55+
coffee-script-source
56+
execjs
57+
coffee-script-source (1.12.2)
58+
concurrent-ruby (1.1.5)
59+
crass (1.0.6)
60+
erubi (1.9.0)
61+
execjs (2.7.0)
62+
ffi (1.12.2)
63+
globalid (0.4.2)
64+
activesupport (>= 4.2.0)
65+
i18n (1.8.2)
66+
concurrent-ruby (~> 1.0)
67+
jbuilder (2.9.1)
68+
activesupport (>= 4.2.0)
69+
listen (3.1.5)
70+
rb-fsevent (~> 0.9, >= 0.9.4)
71+
rb-inotify (~> 0.9, >= 0.9.7)
72+
ruby_dep (~> 1.2)
73+
loofah (2.4.0)
74+
crass (~> 1.0.2)
75+
nokogiri (>= 1.5.9)
76+
mail (2.7.1)
77+
mini_mime (>= 0.1.1)
78+
marcel (0.3.3)
79+
mimemagic (~> 0.3.2)
80+
method_source (0.9.2)
81+
mimemagic (0.3.4)
82+
mini_mime (1.0.2)
83+
mini_portile2 (2.4.0)
84+
minitest (5.14.0)
85+
msgpack (1.3.1)
86+
nio4r (2.5.2)
87+
nokogiri (1.10.7)
88+
mini_portile2 (~> 2.4.0)
89+
puma (3.12.2)
90+
rack (2.1.2)
91+
rack-proxy (0.6.5)
92+
rack
93+
rack-test (1.1.0)
94+
rack (>= 1.0, < 3)
95+
rails (5.2.4.1)
96+
actioncable (= 5.2.4.1)
97+
actionmailer (= 5.2.4.1)
98+
actionpack (= 5.2.4.1)
99+
actionview (= 5.2.4.1)
100+
activejob (= 5.2.4.1)
101+
activemodel (= 5.2.4.1)
102+
activerecord (= 5.2.4.1)
103+
activestorage (= 5.2.4.1)
104+
activesupport (= 5.2.4.1)
105+
bundler (>= 1.3.0)
106+
railties (= 5.2.4.1)
107+
sprockets-rails (>= 2.0.0)
108+
rails-dom-testing (2.0.3)
109+
activesupport (>= 4.2.0)
110+
nokogiri (>= 1.6)
111+
rails-html-sanitizer (1.3.0)
112+
loofah (~> 2.3)
113+
railties (5.2.4.1)
114+
actionpack (= 5.2.4.1)
115+
activesupport (= 5.2.4.1)
116+
method_source
117+
rake (>= 0.8.7)
118+
thor (>= 0.19.0, < 2.0)
119+
rake (13.0.1)
120+
rb-fsevent (0.10.3)
121+
rb-inotify (0.10.1)
122+
ffi (~> 1.0)
123+
ruby_dep (1.5.0)
124+
sass (3.7.4)
125+
sass-listen (~> 4.0.0)
126+
sass-listen (4.0.0)
127+
rb-fsevent (~> 0.9, >= 0.9.4)
128+
rb-inotify (~> 0.9, >= 0.9.7)
129+
sass-rails (5.1.0)
130+
railties (>= 5.2.0)
131+
sass (~> 3.1)
132+
sprockets (>= 2.8, < 4.0)
133+
sprockets-rails (>= 2.0, < 4.0)
134+
tilt (>= 1.1, < 3)
135+
sprockets (3.7.2)
136+
concurrent-ruby (~> 1.0)
137+
rack (> 1, < 3)
138+
sprockets-rails (3.2.1)
139+
actionpack (>= 4.0)
140+
activesupport (>= 4.0)
141+
sprockets (>= 3.0.0)
142+
thor (1.0.1)
143+
thread_safe (0.3.6)
144+
tilt (2.0.10)
145+
tzinfo (1.2.6)
146+
thread_safe (~> 0.1)
147+
uglifier (4.2.0)
148+
execjs (>= 0.3.0, < 3)
149+
web-console (3.7.0)
150+
actionview (>= 5.0)
151+
activemodel (>= 5.0)
152+
bindex (>= 0.4.0)
153+
railties (>= 5.0)
154+
webpacker (4.2.2)
155+
activesupport (>= 4.2)
156+
rack-proxy (>= 0.6.1)
157+
railties (>= 4.2)
158+
websocket-driver (0.7.1)
159+
websocket-extensions (>= 0.1.0)
160+
websocket-extensions (0.1.4)
161+
162+
PLATFORMS
163+
ruby
164+
165+
DEPENDENCIES
166+
bootsnap (>= 1.1.0)
167+
byebug
168+
coffee-rails (~> 4.2)
169+
jbuilder (~> 2.5)
170+
listen (>= 3.0.5, < 3.2)
171+
puma (~> 3.11)
172+
rails (~> 5.2.0)
173+
sass-rails (~> 5.0)
174+
tzinfo-data
175+
uglifier (>= 1.3.0)
176+
web-console (>= 3.3.0)
177+
webpacker
178+
179+
RUBY VERSION
180+
ruby 2.6.5p114
181+
182+
BUNDLED WITH
183+
2.1.4

builder/app/assets/config/manifest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
//= link_tree ../images
22
//= link_directory ../javascripts .js
33
//= link_directory ../stylesheets .css
4-
//= link matestack_ui_core_manifest.js
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// This is a manifest file that'll be compiled into application.js, which will include all the files
22
// listed below.
33
//
4-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5-
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
4+
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, or any plugin's
5+
// vendor/assets/javascripts directory can be referenced here using a relative path.
66
//
77
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
88
// compiled file. JavaScript code in this file should be added after the last require_* statement.
@@ -11,5 +11,4 @@
1111
// about supported directives.
1212
//
1313
//= require rails-ujs
14-
//= require activestorage
1514
//= require_tree .

builder/app/assets/stylesheets/application.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* This is a manifest file that'll be compiled into application.css, which will include all the files
33
* listed below.
44
*
5-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6-
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
5+
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
6+
* vendor/assets/stylesheets directory can be referenced here using a relative path.
77
*
88
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
99
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS

builder/app/javascript/packs/application.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@
77
// To reference this file, add <%= javascript_pack_tag 'application' %> to the appropriate
88
// layout file, like app/views/layouts/application.html.erb
99

10+
11+
// Uncomment to copy all static images under ../images to the output folder and reference
12+
// them with the image_pack_tag helper in views (e.g <%= image_pack_tag 'rails.png' %>)
13+
// or the `imagePath` JavaScript helper below.
14+
//
15+
// const images = require.context('../images', true)
16+
// const imagePath = (name) => images(name, true)
17+
18+
console.log('Hello World from Webpacker')

0 commit comments

Comments
 (0)