File tree 8 files changed +18
-9
lines changed
8 files changed +18
-9
lines changed Original file line number Diff line number Diff line change
1
+ 2.3.1
2
+
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
+ ruby '2.3.1'
3
4
gem 'rails' , '~> 5.0.6'
4
5
5
6
gem 'pg' , '~> 0.18'
Original file line number Diff line number Diff line change 39
39
minitest (~> 5.1 )
40
40
tzinfo (~> 1.1 )
41
41
arel (7.1.4 )
42
- bindex (0.5.0 )
43
42
builder (3.2.3 )
44
43
byebug (10.0.0 )
45
44
concurrent-ruby (1.0.5 )
119
118
thread_safe (0.3.6 )
120
119
tzinfo (1.2.5 )
121
120
thread_safe (~> 0.1 )
122
- web-console (3.5.1 )
123
- actionview (>= 5.0 )
124
- activemodel (>= 5.0 )
125
- bindex (>= 0.4.0 )
126
- railties (>= 5.0 )
127
121
webpacker (3.2.2 )
128
122
activesupport (>= 4.2 )
129
123
rack-proxy (>= 0.6.1 )
@@ -138,15 +132,16 @@ PLATFORMS
138
132
DEPENDENCIES
139
133
byebug
140
134
jbuilder (~> 2.5 )
141
- listen (~> 3.0.5 )
142
135
pg (~> 0.18 )
143
136
puma (~> 3.0 )
144
137
rails (~> 5.0.6 )
145
138
spring
146
139
spring-watcher-listen (~> 2.0.0 )
147
140
tzinfo-data
148
- web-console (>= 3.3.0 )
149
141
webpacker
150
142
143
+ RUBY VERSION
144
+ ruby 2.3.1p112
145
+
151
146
BUNDLED WITH
152
147
1.16.0
Original file line number Diff line number Diff line change 5
5
<%= csrf_meta_tags %>
6
6
7
7
<%= stylesheet_pack_tag 'application' %>
8
+ <%= javascript_pack_tag 'application' %>
8
9
</ head >
9
10
10
11
< body >
11
12
<%= yield %>
12
- <%= javascript_pack_tag 'application' %>
13
13
</ body >
14
14
</ html >
Original file line number Diff line number Diff line change 1
1
import "init" ;
2
+ import "components/page/page" ;
3
+ import Turbolinks from "turbolinks" ;
4
+ import Rails from "rails-ujs" ;
5
+
6
+ Turbolinks . start ( ) ;
7
+ Rails . start ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"@rails/webpacker" : " ^3.2.2" ,
4
+ "rails-ujs" : " ^5.1.5" ,
4
5
"stylelint" : " ^8.4.0" ,
5
6
"turbolinks" : " ^5.1.1"
6
7
},
Original file line number Diff line number Diff line change @@ -5725,6 +5725,10 @@ quick-lru@^1.0.0:
5725
5725
version "1.1.0"
5726
5726
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
5727
5727
5728
+ rails-ujs@^5.1.5 :
5729
+ version "5.1.5"
5730
+ resolved "https://registry.yarnpkg.com/rails-ujs/-/rails-ujs-5.1.5.tgz#e490a10ae29a5e1e57c130a42f93da10e91b5280"
5731
+
5728
5732
randomatic@^1.1.3 :
5729
5733
version "1.1.7"
5730
5734
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.7.tgz#c7abe9cc8b87c0baa876b19fde83fd464797e38c"
You can’t perform that action at this time.
0 commit comments