diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-04-10 08:33:05 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-04-10 20:52:33 +0530 |
commit | 22e5ab31b52a287705083ad6f3cad836ab96b619 (patch) | |
tree | 35a7ee80f77014a9ae333112497c487446b0a234 /railties/test/backtrace_cleaner_test.rb | |
parent | 4658b0d48c6b339c504cb3273f5a1eb6960f85a4 (diff) | |
download | rails-22e5ab31b52a287705083ad6f3cad836ab96b619.tar.gz rails-22e5ab31b52a287705083ad6f3cad836ab96b619.tar.bz2 rails-22e5ab31b52a287705083ad6f3cad836ab96b619.zip |
Searching for rails executable correctly
* Current logic of finding Rails executable in parent directory is
not returning full path of executable if it is found in one of the
parent directories
* To compensate for this, we have to call exec_app_rails recursively
until the executable is found or we cant do 'chdir' anymore
* This solution finds the correct executable path from parent
directory(s) recursively
Diffstat (limited to 'railties/test/backtrace_cleaner_test.rb')
0 files changed, 0 insertions, 0 deletions