Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 13:19:11 +08:00
parent f280b5e6b6
commit 4c8d54f86c
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@ $:.push File.expand_path("../lib", __FILE__)
# Maintain your gem's version:
require "personal_journal/version"
require 'rails'
puts [ENV['all_root'] , 'none']
app_path = File.expand_path(__dir__ + '/..')
puts [ENV , 'none',app_path,RAILS_ROOT]
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
#puts RAILS_ROOT
#system 'ruby get_rail_path.rb'