You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command fails whens the rails root is not the TM_PROJECT_DIRECTORY
the show_schema.rb file just assumes the rails root to be the top level directory
This fails when the rails root is a sub directory of the TM_PROJECT_DIRECTORY
project = ENV['TM_PROJECT_DIRECTORY']
word = ENV['TM_CURRENT_WORD']
require "#{project}/config/boot"
require "#{project}/config/environment"
is there a better way the rails root can be found before requiring the environment?
The text was updated successfully, but these errors were encountered:
command fails whens the rails root is not the TM_PROJECT_DIRECTORY
the show_schema.rb file just assumes the rails root to be the top level directory
This fails when the rails root is a sub directory of the TM_PROJECT_DIRECTORY
is there a better way the rails root can be found before requiring the environment?
The text was updated successfully, but these errors were encountered: