File tree 4 files changed +18
-4
lines changed
4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
2
3
3
gem 'rails' , '5.0.0'
4
4
5
- gem 'pg' , '~> 0.20 '
5
+ gem 'pg' , '~> 0.21 '
6
6
gem 'activerecord-postgis-adapter' , '~> 4.0.0'
7
7
# # gem 'gdal', '~> 1.0.0'
8
8
gem 'dbf' , '~> 2.0.7'
Original file line number Diff line number Diff line change @@ -1139,7 +1139,7 @@ DEPENDENCIES
1139
1139
levenshtein (~> 0.2.2 )
1140
1140
mocha (~> 1.0.0 )
1141
1141
nokogiri (~> 1.10.1 )
1142
- pg (~> 0.20 )
1142
+ pg (~> 0.21 )
1143
1143
phantompdf (~> 1.2.2 )
1144
1144
premailer-rails
1145
1145
rack-cache (~> 1.2 )
Original file line number Diff line number Diff line change 1
1
# Add your own tasks in files placed in lib/tasks ending in .rake,
2
2
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
+ require 'rake/testtask'
3
4
4
5
require File . expand_path ( '../config/application' , __FILE__ )
5
6
6
7
Rails . application . load_tasks
7
8
8
- Rails ::TestTask . new ( "test:acceptance" => "test:prepare" ) do |t |
9
+ Rake ::TestTask . new ( "test:acceptance" => "test:prepare" ) do |t |
9
10
t . pattern = "test/acceptance/**/*_test.rb"
10
11
end
11
12
12
13
Rake ::Task [ "test:run" ] . enhance [ "test:acceptance" ]
14
+
Original file line number Diff line number Diff line change 1
- Rails . application . config . assets . precompile += %w( pdf.css )
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Version of your assets, change this if you want to expire all your assets.
4
+ Rails . application . config . assets . version = '1.0'
5
+
6
+ # Add additional assets to the asset load path
7
+ # Rails.application.config.assets.paths << Emoji.images_path
8
+
9
+ # Precompile additional assets.
10
+ # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
11
+ # Rails.application.config.assets.precompile += %w( search.js )
12
+ #
13
+ Rails . application . config . assets . precompile += %w( pdf.css )
You can’t perform that action at this time.
0 commit comments