File tree Expand file tree Collapse file tree 5 files changed +3
-13
lines changed Expand file tree Collapse file tree 5 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
cache : bundler
3
- bundler_args : ' --without production development'
3
+ bundler_args : ' --without development'
4
4
env : DATABASE_URL=postgres://postgres@localhost/timeoverflow_test
5
5
before_script :
6
6
- bundle exec rake db:setup
Original file line number Diff line number Diff line change @@ -66,7 +66,3 @@ group :test do
66
66
gem 'chromedriver-helper' , '~> 2.1'
67
67
gem 'simplecov' , '~> 0.16.1' , require : false
68
68
end
69
-
70
- group :production do
71
- gem 'rails_12factor' , '0.0.3'
72
- end
Original file line number Diff line number Diff line change 266
266
rails-i18n (4.0.3 )
267
267
i18n (~> 0.6 )
268
268
railties (~> 4.0 )
269
- rails_12factor (0.0.3 )
270
- rails_serve_static_assets
271
- rails_stdout_logging
272
- rails_serve_static_assets (0.0.3 )
273
- rails_stdout_logging (0.0.3 )
274
269
railties (4.2.11 )
275
270
actionpack (= 4.2.11 )
276
271
activesupport (= 4.2.11 )
@@ -435,7 +430,6 @@ DEPENDENCIES
435
430
pundit (~> 2.0.0 )
436
431
rails (~> 4.2 )
437
432
rails-i18n
438
- rails_12factor (= 0.0.3 )
439
433
rdiscount
440
434
rollbar (= 2.8.3 )
441
435
rspec-rails (~> 3.8.2 )
Original file line number Diff line number Diff line change 22
22
23
23
# Disable serving static files from the `/public` folder by default since
24
24
# Apache or NGINX already handles this.
25
- config . serve_static_files = ENV [ 'RAILS_SERVE_STATIC_FILES' ] . present?
25
+ config . serve_static_files = true
26
26
27
27
# Compress JavaScripts and CSS.
28
28
config . assets . js_compressor = :uglifier
Original file line number Diff line number Diff line change 22
22
23
23
# Disable serving static files from the `/public` folder by default since
24
24
# Apache or NGINX already handles this.
25
- config . serve_static_files = ENV [ 'RAILS_SERVE_STATIC_FILES' ] . present?
25
+ config . serve_static_files = true
26
26
27
27
# Compress JavaScripts and CSS.
28
28
config . assets . js_compressor = :uglifier
You can’t perform that action at this time.
0 commit comments