mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
bin files are now less noisy
This commit is contained in:
parent
52594cbedc
commit
36e8b4c56d
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
begin
|
begin
|
||||||
load File.expand_path('../spring', __FILE__)
|
load File.expand_path('../spring', __FILE__)
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
puts 'no spring'
|
'no spring'
|
||||||
end
|
end
|
||||||
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||||||
require_relative '../config/boot'
|
require_relative '../config/boot'
|
||||||
|
|
2
bin/rake
2
bin/rake
|
@ -2,7 +2,7 @@
|
||||||
begin
|
begin
|
||||||
load File.expand_path('../spring', __FILE__)
|
load File.expand_path('../spring', __FILE__)
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
puts 'no spring'
|
'no spring'
|
||||||
end
|
end
|
||||||
require_relative '../config/boot'
|
require_relative '../config/boot'
|
||||||
require 'rake'
|
require 'rake'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue