Skip to content

Commit 6937284

Browse files
Upgrade to Rails 5.2 from 5.0
1 parent f5875ba commit 6937284

24 files changed

+361
-165
lines changed

Gemfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '~> 5.0.0'
3+
gem 'rails', '~> 5.2.0'
4+
gem 'bootsnap'
45
gem 'coffee-script'
56
gem 'jbuilder'
67
gem 'jquery-rails'
@@ -13,9 +14,11 @@ gem 'tiny_tds'
1314
group :development do
1415
gem 'better_errors'
1516
gem 'web-console'
17+
gem 'listen'
1618
end
1719

1820
group :development, :test do
1921
gem 'byebug'
2022
gem 'spring'
23+
gem 'spring-watcher-listen'
2124
end

Gemfile.lock

+129-102
Original file line numberDiff line numberDiff line change
@@ -1,159 +1,186 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.0.1)
5-
actionpack (= 5.0.1)
6-
nio4r (~> 1.2)
7-
websocket-driver (~> 0.6.1)
8-
actionmailer (5.0.1)
9-
actionpack (= 5.0.1)
10-
actionview (= 5.0.1)
11-
activejob (= 5.0.1)
4+
actioncable (5.2.4.5)
5+
actionpack (= 5.2.4.5)
6+
nio4r (~> 2.0)
7+
websocket-driver (>= 0.6.1)
8+
actionmailer (5.2.4.5)
9+
actionpack (= 5.2.4.5)
10+
actionview (= 5.2.4.5)
11+
activejob (= 5.2.4.5)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.0.1)
15-
actionview (= 5.0.1)
16-
activesupport (= 5.0.1)
17-
rack (~> 2.0)
18-
rack-test (~> 0.6.3)
14+
actionpack (5.2.4.5)
15+
actionview (= 5.2.4.5)
16+
activesupport (= 5.2.4.5)
17+
rack (~> 2.0, >= 2.0.8)
18+
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.0.1)
22-
activesupport (= 5.0.1)
21+
actionview (5.2.4.5)
22+
activesupport (= 5.2.4.5)
2323
builder (~> 3.1)
24-
erubis (~> 2.7.0)
24+
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
26-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
27-
activejob (5.0.1)
28-
activesupport (= 5.0.1)
26+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27+
activejob (5.2.4.5)
28+
activesupport (= 5.2.4.5)
2929
globalid (>= 0.3.6)
30-
activemodel (5.0.1)
31-
activesupport (= 5.0.1)
32-
activerecord (5.0.1)
33-
activemodel (= 5.0.1)
34-
activesupport (= 5.0.1)
35-
arel (~> 7.0)
36-
activerecord-sqlserver-adapter (5.0.1)
37-
activerecord (~> 5.0.0)
38-
activesupport (5.0.1)
30+
activemodel (5.2.4.5)
31+
activesupport (= 5.2.4.5)
32+
activerecord (5.2.4.5)
33+
activemodel (= 5.2.4.5)
34+
activesupport (= 5.2.4.5)
35+
arel (>= 9.0)
36+
activerecord-sqlserver-adapter (5.2.1)
37+
activerecord (~> 5.2.0)
38+
tiny_tds
39+
activestorage (5.2.4.5)
40+
actionpack (= 5.2.4.5)
41+
activerecord (= 5.2.4.5)
42+
marcel (~> 0.3.1)
43+
activesupport (5.2.4.5)
3944
concurrent-ruby (~> 1.0, >= 1.0.2)
40-
i18n (~> 0.7)
45+
i18n (>= 0.7, < 2)
4146
minitest (~> 5.1)
4247
tzinfo (~> 1.1)
43-
arel (7.1.4)
44-
better_errors (2.1.1)
48+
arel (9.0.0)
49+
better_errors (2.9.1)
4550
coderay (>= 1.0.0)
46-
erubis (>= 2.6.6)
51+
erubi (>= 1.0.0)
4752
rack (>= 0.9.0)
4853
bindex (0.8.1)
49-
builder (3.2.3)
50-
byebug (9.0.6)
51-
coderay (1.1.1)
54+
bootsnap (1.7.3)
55+
msgpack (~> 1.0)
56+
builder (3.2.4)
57+
byebug (11.1.3)
58+
coderay (1.1.3)
5259
coffee-script (2.4.1)
5360
coffee-script-source
5461
execjs
5562
coffee-script-source (1.12.2)
56-
concurrent-ruby (1.0.4)
57-
erubis (2.7.0)
63+
concurrent-ruby (1.1.8)
64+
crass (1.0.6)
65+
erubi (1.10.0)
5866
execjs (2.7.0)
59-
globalid (0.3.7)
60-
activesupport (>= 4.1.0)
61-
i18n (0.7.0)
62-
jbuilder (2.6.1)
63-
activesupport (>= 3.0.0, < 5.1)
64-
multi_json (~> 1.2)
65-
jquery-rails (4.2.2)
67+
ffi (1.15.0)
68+
globalid (0.4.2)
69+
activesupport (>= 4.2.0)
70+
i18n (1.8.9)
71+
concurrent-ruby (~> 1.0)
72+
jbuilder (2.11.2)
73+
activesupport (>= 5.0.0)
74+
jquery-rails (4.4.0)
6675
rails-dom-testing (>= 1, < 3)
6776
railties (>= 4.2.0)
6877
thor (>= 0.14, < 2.0)
69-
loofah (2.0.3)
78+
listen (3.4.1)
79+
rb-fsevent (~> 0.10, >= 0.10.3)
80+
rb-inotify (~> 0.9, >= 0.9.10)
81+
loofah (2.9.0)
82+
crass (~> 1.0.2)
7083
nokogiri (>= 1.5.9)
71-
mail (2.6.4)
72-
mime-types (>= 1.16, < 4)
73-
method_source (0.8.2)
74-
mime-types (3.1)
75-
mime-types-data (~> 3.2015)
76-
mime-types-data (3.2016.0521)
77-
mini_portile2 (2.1.0)
78-
minitest (5.10.1)
79-
multi_json (1.12.1)
80-
nio4r (1.2.1)
81-
nokogiri (1.7.0.1)
82-
mini_portile2 (~> 2.1.0)
83-
rack (2.0.1)
84-
rack-test (0.6.3)
85-
rack (>= 1.0)
86-
rails (5.0.1)
87-
actioncable (= 5.0.1)
88-
actionmailer (= 5.0.1)
89-
actionpack (= 5.0.1)
90-
actionview (= 5.0.1)
91-
activejob (= 5.0.1)
92-
activemodel (= 5.0.1)
93-
activerecord (= 5.0.1)
94-
activesupport (= 5.0.1)
95-
bundler (>= 1.3.0, < 2.0)
96-
railties (= 5.0.1)
84+
mail (2.7.1)
85+
mini_mime (>= 0.1.1)
86+
marcel (0.3.3)
87+
mimemagic (~> 0.3.2)
88+
method_source (1.0.0)
89+
mimemagic (0.3.5)
90+
mini_mime (1.0.2)
91+
mini_portile2 (2.5.0)
92+
minitest (5.14.4)
93+
msgpack (1.4.2)
94+
nio4r (2.5.7)
95+
nokogiri (1.11.2)
96+
mini_portile2 (~> 2.5.0)
97+
racc (~> 1.4)
98+
racc (1.5.2)
99+
rack (2.2.3)
100+
rack-test (1.1.0)
101+
rack (>= 1.0, < 3)
102+
rails (5.2.4.5)
103+
actioncable (= 5.2.4.5)
104+
actionmailer (= 5.2.4.5)
105+
actionpack (= 5.2.4.5)
106+
actionview (= 5.2.4.5)
107+
activejob (= 5.2.4.5)
108+
activemodel (= 5.2.4.5)
109+
activerecord (= 5.2.4.5)
110+
activestorage (= 5.2.4.5)
111+
activesupport (= 5.2.4.5)
112+
bundler (>= 1.3.0)
113+
railties (= 5.2.4.5)
97114
sprockets-rails (>= 2.0.0)
98-
rails-dom-testing (2.0.2)
99-
activesupport (>= 4.2.0, < 6.0)
100-
nokogiri (~> 1.6)
101-
rails-html-sanitizer (1.0.3)
102-
loofah (~> 2.0)
103-
railties (5.0.1)
104-
actionpack (= 5.0.1)
105-
activesupport (= 5.0.1)
115+
rails-dom-testing (2.0.3)
116+
activesupport (>= 4.2.0)
117+
nokogiri (>= 1.6)
118+
rails-html-sanitizer (1.3.0)
119+
loofah (~> 2.3)
120+
railties (5.2.4.5)
121+
actionpack (= 5.2.4.5)
122+
activesupport (= 5.2.4.5)
106123
method_source
107124
rake (>= 0.8.7)
108-
thor (>= 0.18.1, < 2.0)
109-
rake (12.0.0)
110-
sass (3.4.23)
111-
sass-rails (5.0.6)
112-
railties (>= 4.0.0, < 6)
113-
sass (~> 3.1)
114-
sprockets (>= 2.8, < 4.0)
115-
sprockets-rails (>= 2.0, < 4.0)
116-
tilt (>= 1.1, < 3)
117-
spring (2.0.1)
118-
activesupport (>= 4.2)
119-
sprockets (3.7.1)
125+
thor (>= 0.19.0, < 2.0)
126+
rake (13.0.3)
127+
rb-fsevent (0.10.4)
128+
rb-inotify (0.10.1)
129+
ffi (~> 1.0)
130+
sass-rails (6.0.0)
131+
sassc-rails (~> 2.1, >= 2.1.1)
132+
sassc (2.4.0)
133+
ffi (~> 1.9)
134+
sassc-rails (2.1.2)
135+
railties (>= 4.0.0)
136+
sassc (>= 2.0)
137+
sprockets (> 3.0)
138+
sprockets-rails
139+
tilt
140+
spring (2.1.1)
141+
spring-watcher-listen (2.0.1)
142+
listen (>= 2.7, < 4.0)
143+
spring (>= 1.2, < 3.0)
144+
sprockets (4.0.2)
120145
concurrent-ruby (~> 1.0)
121146
rack (> 1, < 3)
122-
sprockets-rails (3.2.0)
147+
sprockets-rails (3.2.2)
123148
actionpack (>= 4.0)
124149
activesupport (>= 4.0)
125150
sprockets (>= 3.0.0)
126-
thor (0.19.4)
127-
thread_safe (0.3.5)
128-
tilt (2.0.6)
129-
tiny_tds (1.1.0)
130-
mini_portile2 (~> 2.0)
131-
tzinfo (1.2.2)
151+
thor (1.1.0)
152+
thread_safe (0.3.6)
153+
tilt (2.0.10)
154+
tiny_tds (2.1.3)
155+
tzinfo (1.2.9)
132156
thread_safe (~> 0.1)
133-
uglifier (3.0.4)
157+
uglifier (4.2.0)
134158
execjs (>= 0.3.0, < 3)
135159
web-console (3.7.0)
136160
actionview (>= 5.0)
137161
activemodel (>= 5.0)
138162
bindex (>= 0.4.0)
139163
railties (>= 5.0)
140-
websocket-driver (0.6.5)
164+
websocket-driver (0.7.3)
141165
websocket-extensions (>= 0.1.0)
142-
websocket-extensions (0.1.2)
166+
websocket-extensions (0.1.5)
143167

144168
PLATFORMS
145169
ruby
146170

147171
DEPENDENCIES
148172
activerecord-sqlserver-adapter
149173
better_errors
174+
bootsnap
150175
byebug
151176
coffee-script
152177
jbuilder
153178
jquery-rails
154-
rails (~> 5.0.0)
179+
listen
180+
rails (~> 5.2.0)
155181
sass-rails
156182
spring
183+
spring-watcher-listen
157184
tiny_tds
158185
uglifier
159186
web-console

app/assets/config/manifest.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//= link_tree ../images
2+
//= link_directory ../javascripts .js
3+
//= link_directory ../stylesheets .css

bin/bundle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env ruby
2-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
2+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
33
load Gem.bin_path('bundler', 'bundle')

bin/rails

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/usr/bin/env ruby
2-
begin
3-
load File.expand_path("../spring", __FILE__)
4-
rescue LoadError
5-
end
6-
APP_PATH = File.expand_path('../../config/application', __FILE__)
2+
APP_PATH = File.expand_path('../config/application', __dir__)
73
require_relative '../config/boot'
84
require 'rails/commands'

bin/rake

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/usr/bin/env ruby
2-
begin
3-
load File.expand_path("../spring", __FILE__)
4-
rescue LoadError
5-
end
62
require_relative '../config/boot'
73
require 'rake'
84
Rake.application.run

bin/setup

+20-13
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
11
#!/usr/bin/env ruby
2-
require 'pathname'
2+
require 'fileutils'
3+
include FileUtils
34

45
# path to your application root.
5-
APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
6+
APP_ROOT = File.expand_path('..', __dir__)
67

7-
Dir.chdir APP_ROOT do
8+
def system!(*args)
9+
system(*args) || abort("\n== Command #{args} failed ==")
10+
end
11+
12+
chdir APP_ROOT do
813
# This script is a starting point to setup your application.
9-
# Add necessary setup steps to this file:
14+
# Add necessary setup steps to this file.
15+
16+
puts '== Installing dependencies =='
17+
system! 'gem install bundler --conservative'
18+
system('bundle check') || system!('bundle install')
1019

11-
puts "== Installing dependencies =="
12-
system "gem install bundler --conservative"
13-
system "bundle check || bundle install"
20+
# Install JavaScript dependencies if using Yarn
21+
# system('bin/yarn')
1422

1523
# puts "\n== Copying sample files =="
16-
# unless File.exist?("config/database.yml")
17-
# system "cp config/database.yml.sample config/database.yml"
24+
# unless File.exist?('config/database.yml')
25+
# cp 'config/database.yml.sample', 'config/database.yml'
1826
# end
1927

2028
puts "\n== Preparing database =="
21-
system "bin/rake db:setup"
29+
system! 'bin/rails db:setup'
2230

2331
puts "\n== Removing old logs and tempfiles =="
24-
system "rm -f log/*"
25-
system "rm -rf tmp/cache"
32+
system! 'bin/rails log:clear tmp:clear'
2633

2734
puts "\n== Restarting application server =="
28-
system "touch tmp/restart.txt"
35+
system! 'bin/rails restart'
2936
end

0 commit comments

Comments
 (0)