Skip to content

Commit 6e9ddff

Browse files
committed
Hyperstack config complete
1 parent 926ad51 commit 6e9ddff

32 files changed

+7906
-6
lines changed

.browserslistrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
defaults

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@
2929

3030
# Ignore master key for decrypting credentials and more.
3131
/config/master.key
32+
33+
/public/packs
34+
/public/packs-test
35+
/node_modules
36+
/yarn-error.log
37+
yarn-debug.log*
38+
.yarn-integrity

Gemfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby '2.3.1'
66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 5.2.2', '>= 5.2.2.1'
88
# Use sqlite3 as the database for Active Record
9-
gem 'sqlite3'
9+
gem 'sqlite3', '~> 1.3.6'
1010
# Use Puma as the app server
1111
gem 'puma', '~> 3.11'
1212
# Use SCSS for stylesheets
@@ -60,3 +60,9 @@ end
6060

6161
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
6262
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
63+
64+
gem 'webpacker'
65+
gem 'rails-hyperstack', '~> 1.0.alpha'
66+
group :development do
67+
gem 'foreman'
68+
end

Gemfile.lock

+345
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,345 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actioncable (5.2.3)
5+
actionpack (= 5.2.3)
6+
nio4r (~> 2.0)
7+
websocket-driver (>= 0.6.1)
8+
actionmailer (5.2.3)
9+
actionpack (= 5.2.3)
10+
actionview (= 5.2.3)
11+
activejob (= 5.2.3)
12+
mail (~> 2.5, >= 2.5.4)
13+
rails-dom-testing (~> 2.0)
14+
actionpack (5.2.3)
15+
actionview (= 5.2.3)
16+
activesupport (= 5.2.3)
17+
rack (~> 2.0)
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.3)
22+
activesupport (= 5.2.3)
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.3)
28+
activesupport (= 5.2.3)
29+
globalid (>= 0.3.6)
30+
activemodel (5.2.3)
31+
activesupport (= 5.2.3)
32+
activerecord (5.2.3)
33+
activemodel (= 5.2.3)
34+
activesupport (= 5.2.3)
35+
arel (>= 9.0)
36+
activestorage (5.2.3)
37+
actionpack (= 5.2.3)
38+
activerecord (= 5.2.3)
39+
marcel (~> 0.3.1)
40+
activesupport (5.2.3)
41+
concurrent-ruby (~> 1.0, >= 1.0.2)
42+
i18n (>= 0.7, < 2)
43+
minitest (~> 5.1)
44+
tzinfo (~> 1.1)
45+
addressable (2.6.0)
46+
public_suffix (>= 2.0.2, < 4.0)
47+
archive-zip (0.12.0)
48+
io-like (~> 0.3.0)
49+
arel (9.0.0)
50+
ast (2.4.0)
51+
babel-source (5.8.35)
52+
babel-transpiler (0.7.0)
53+
babel-source (>= 4.0, < 6)
54+
execjs (~> 2.0)
55+
bindex (0.7.0)
56+
bootsnap (1.4.3)
57+
msgpack (~> 1.0)
58+
builder (3.2.3)
59+
byebug (11.0.1)
60+
capybara (3.15.0)
61+
addressable
62+
mini_mime (>= 0.1.3)
63+
nokogiri (~> 1.8)
64+
rack (>= 1.6.0)
65+
rack-test (>= 0.6.3)
66+
regexp_parser (~> 1.2)
67+
xpath (~> 3.2)
68+
childprocess (0.9.0)
69+
ffi (~> 1.0, >= 1.0.11)
70+
chromedriver-helper (2.1.1)
71+
archive-zip (~> 0.10)
72+
nokogiri (~> 1.8)
73+
coffee-rails (4.2.2)
74+
coffee-script (>= 2.2.0)
75+
railties (>= 4.0.0)
76+
coffee-script (2.4.1)
77+
coffee-script-source
78+
execjs
79+
coffee-script-source (1.12.2)
80+
concurrent-ruby (1.1.5)
81+
connection_pool (2.2.2)
82+
crass (1.0.4)
83+
equatable (0.5.0)
84+
erubi (1.8.0)
85+
execjs (2.7.0)
86+
ffi (1.10.0)
87+
foreman (0.85.0)
88+
thor (~> 0.19.1)
89+
globalid (0.4.2)
90+
activesupport (>= 4.2.0)
91+
hike (1.2.3)
92+
hyper-component (1.0.alpha1.4)
93+
hyper-state (= 1.0.alpha1.4)
94+
hyperstack-config (= 1.0.alpha1.4)
95+
libv8 (~> 6.7.0)
96+
mini_racer (~> 0.2.4)
97+
opal (>= 0.11.0, < 0.12.0)
98+
opal-activesupport (~> 0.3.1)
99+
react-rails (>= 2.4.0, < 2.5.0)
100+
hyper-model (1.0.alpha1.4)
101+
activemodel
102+
activerecord (>= 4.0.0)
103+
hyper-component (= 1.0.alpha1.4)
104+
hyper-operation (= 1.0.alpha1.4)
105+
hyper-operation (1.0.alpha1.4)
106+
activerecord (>= 4.0.0)
107+
hyper-component (= 1.0.alpha1.4)
108+
mutations
109+
opal-activesupport (~> 0.3.1)
110+
tty-table
111+
hyper-router (1.0.alpha1.4)
112+
hyper-component (= 1.0.alpha1.4)
113+
hyper-state (= 1.0.alpha1.4)
114+
opal-browser (~> 0.2.0)
115+
hyper-state (1.0.alpha1.4)
116+
hyperstack-config (= 1.0.alpha1.4)
117+
opal (>= 0.11.0, < 0.12.0)
118+
hyperstack-config (1.0.alpha1.4)
119+
listen (~> 3.0)
120+
mini_racer (~> 0.2.4)
121+
opal (>= 0.11.0, < 0.12.0)
122+
opal-browser (~> 0.2.0)
123+
uglifier
124+
websocket
125+
i18n (1.6.0)
126+
concurrent-ruby (~> 1.0)
127+
io-like (0.3.0)
128+
jbuilder (2.8.0)
129+
activesupport (>= 4.2.0)
130+
multi_json (>= 1.2)
131+
jquery-rails (4.3.3)
132+
rails-dom-testing (>= 1, < 3)
133+
railties (>= 4.2.0)
134+
thor (>= 0.14, < 2.0)
135+
libv8 (6.7.288.46.1)
136+
listen (3.1.5)
137+
rb-fsevent (~> 0.9, >= 0.9.4)
138+
rb-inotify (~> 0.9, >= 0.9.7)
139+
ruby_dep (~> 1.2)
140+
loofah (2.2.3)
141+
crass (~> 1.0.2)
142+
nokogiri (>= 1.5.9)
143+
mail (2.7.1)
144+
mini_mime (>= 0.1.1)
145+
marcel (0.3.3)
146+
mimemagic (~> 0.3.2)
147+
method_source (0.9.2)
148+
mimemagic (0.3.3)
149+
mini_mime (1.0.1)
150+
mini_portile2 (2.4.0)
151+
mini_racer (0.2.4)
152+
libv8 (>= 6.3)
153+
minitest (5.11.3)
154+
msgpack (1.2.9)
155+
multi_json (1.13.1)
156+
mutations (0.9.0)
157+
activesupport
158+
necromancer (0.4.0)
159+
nio4r (2.3.1)
160+
nokogiri (1.10.2)
161+
mini_portile2 (~> 2.4.0)
162+
opal (0.11.4)
163+
ast (>= 2.3.0)
164+
hike (~> 1.2)
165+
parser (= 2.3.3.1)
166+
sourcemap (~> 0.1.0)
167+
opal-activesupport (0.3.1)
168+
opal (>= 0.5.0, < 1.0.0)
169+
opal-browser (0.2.0)
170+
opal
171+
paggio
172+
opal-jquery (0.4.3)
173+
opal (>= 0.10.0, < 0.12.0)
174+
opal-rails (0.9.5)
175+
jquery-rails
176+
opal (>= 0.11.0, < 0.12)
177+
opal-activesupport (>= 0.0.5)
178+
opal-jquery (~> 0.4.0)
179+
opal-sprockets (~> 0.4.2)
180+
rails (>= 4.1, < 6.0)
181+
sprockets-rails (>= 2.3.3, < 4.0)
182+
opal-sprockets (0.4.3.0.11.0.3.7)
183+
opal (~> 0.11.0)
184+
sprockets (~> 3.7)
185+
tilt (>= 1.4)
186+
paggio (0.2.6)
187+
parser (2.3.3.1)
188+
ast (~> 2.2)
189+
pastel (0.7.2)
190+
equatable (~> 0.5.0)
191+
tty-color (~> 0.4.0)
192+
public_suffix (3.0.3)
193+
puma (3.12.1)
194+
rack (2.0.7)
195+
rack-proxy (0.6.5)
196+
rack
197+
rack-test (1.1.0)
198+
rack (>= 1.0, < 3)
199+
rails (5.2.3)
200+
actioncable (= 5.2.3)
201+
actionmailer (= 5.2.3)
202+
actionpack (= 5.2.3)
203+
actionview (= 5.2.3)
204+
activejob (= 5.2.3)
205+
activemodel (= 5.2.3)
206+
activerecord (= 5.2.3)
207+
activestorage (= 5.2.3)
208+
activesupport (= 5.2.3)
209+
bundler (>= 1.3.0)
210+
railties (= 5.2.3)
211+
sprockets-rails (>= 2.0.0)
212+
rails-dom-testing (2.0.3)
213+
activesupport (>= 4.2.0)
214+
nokogiri (>= 1.6)
215+
rails-html-sanitizer (1.0.4)
216+
loofah (~> 2.2, >= 2.2.2)
217+
rails-hyperstack (1.0.alpha1.4)
218+
hyper-model (= 1.0.alpha1.4)
219+
hyper-router (= 1.0.alpha1.4)
220+
hyperstack-config (= 1.0.alpha1.4)
221+
libv8 (~> 6.7.0)
222+
mini_racer (~> 0.2.4)
223+
opal-browser (~> 0.2.0)
224+
opal-rails (~> 0.9.4)
225+
rails (>= 4.0.0)
226+
react-rails (>= 2.4.0, < 2.5.0)
227+
railties (5.2.3)
228+
actionpack (= 5.2.3)
229+
activesupport (= 5.2.3)
230+
method_source
231+
rake (>= 0.8.7)
232+
thor (>= 0.19.0, < 2.0)
233+
rake (12.3.2)
234+
rb-fsevent (0.10.3)
235+
rb-inotify (0.10.0)
236+
ffi (~> 1.0)
237+
react-rails (2.4.7)
238+
babel-transpiler (>= 0.7.0)
239+
connection_pool
240+
execjs
241+
railties (>= 3.2)
242+
tilt
243+
regexp_parser (1.4.0)
244+
ruby_dep (1.5.0)
245+
rubyzip (1.2.2)
246+
sass (3.7.4)
247+
sass-listen (~> 4.0.0)
248+
sass-listen (4.0.0)
249+
rb-fsevent (~> 0.9, >= 0.9.4)
250+
rb-inotify (~> 0.9, >= 0.9.7)
251+
sass-rails (5.0.7)
252+
railties (>= 4.0.0, < 6)
253+
sass (~> 3.1)
254+
sprockets (>= 2.8, < 4.0)
255+
sprockets-rails (>= 2.0, < 4.0)
256+
tilt (>= 1.1, < 3)
257+
selenium-webdriver (3.141.0)
258+
childprocess (~> 0.5)
259+
rubyzip (~> 1.2, >= 1.2.2)
260+
sourcemap (0.1.1)
261+
spring (2.0.2)
262+
activesupport (>= 4.2)
263+
spring-watcher-listen (2.0.1)
264+
listen (>= 2.7, < 4.0)
265+
spring (>= 1.2, < 3.0)
266+
sprockets (3.7.2)
267+
concurrent-ruby (~> 1.0)
268+
rack (> 1, < 3)
269+
sprockets-rails (3.2.1)
270+
actionpack (>= 4.0)
271+
activesupport (>= 4.0)
272+
sprockets (>= 3.0.0)
273+
sqlite3 (1.3.13)
274+
strings (0.1.5)
275+
strings-ansi (~> 0.1)
276+
unicode-display_width (~> 1.5)
277+
unicode_utils (~> 1.4)
278+
strings-ansi (0.1.0)
279+
thor (0.19.4)
280+
thread_safe (0.3.6)
281+
tilt (2.0.9)
282+
tty-color (0.4.3)
283+
tty-screen (0.6.5)
284+
tty-table (0.10.0)
285+
equatable (~> 0.5.0)
286+
necromancer (~> 0.4.0)
287+
pastel (~> 0.7.2)
288+
strings (~> 0.1.0)
289+
tty-screen (~> 0.6.4)
290+
turbolinks (5.2.0)
291+
turbolinks-source (~> 5.2)
292+
turbolinks-source (5.2.0)
293+
tzinfo (1.2.5)
294+
thread_safe (~> 0.1)
295+
uglifier (4.1.20)
296+
execjs (>= 0.3.0, < 3)
297+
unicode-display_width (1.5.0)
298+
unicode_utils (1.4.0)
299+
web-console (3.7.0)
300+
actionview (>= 5.0)
301+
activemodel (>= 5.0)
302+
bindex (>= 0.4.0)
303+
railties (>= 5.0)
304+
webpacker (4.0.2)
305+
activesupport (>= 4.2)
306+
rack-proxy (>= 0.6.1)
307+
railties (>= 4.2)
308+
websocket (1.2.8)
309+
websocket-driver (0.7.0)
310+
websocket-extensions (>= 0.1.0)
311+
websocket-extensions (0.1.3)
312+
xpath (3.2.0)
313+
nokogiri (~> 1.8)
314+
315+
PLATFORMS
316+
ruby
317+
318+
DEPENDENCIES
319+
bootsnap (>= 1.1.0)
320+
byebug
321+
capybara (>= 2.15)
322+
chromedriver-helper
323+
coffee-rails (~> 4.2)
324+
foreman
325+
jbuilder (~> 2.5)
326+
listen (>= 3.0.5, < 3.2)
327+
puma (~> 3.11)
328+
rails (~> 5.2.2, >= 5.2.2.1)
329+
rails-hyperstack (~> 1.0.alpha)
330+
sass-rails (~> 5.0)
331+
selenium-webdriver
332+
spring
333+
spring-watcher-listen (~> 2.0.0)
334+
sqlite3 (~> 1.3.6)
335+
turbolinks (~> 5)
336+
tzinfo-data
337+
uglifier (>= 1.3.0)
338+
web-console (>= 3.3.0)
339+
webpacker
340+
341+
RUBY VERSION
342+
ruby 2.3.1p112
343+
344+
BUNDLED WITH
345+
2.0.1

Procfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
web: bundle exec rails s -b 0.0.0.0
2+
hot: hyperstack-hotloader -p 25222 -d app/hyperstack/

app/assets/javascripts/application.js

+3
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
//= require rails-ujs
1414
//= require activestorage
1515
//= require turbolinks
16+
//= require jquery
17+
//= require jquery_ujs
18+
//= require hyperstack-loader
1619
//= require_tree .

0 commit comments

Comments
 (0)