Hide Forgot
Description of problem: When a rails quickstart application is created and merged with the quickstart code found in https://github.com/fotioslindiakos/rails-example, the application is unable to restart. When visiting the application root url, a 404 error is returned. Version-Release number of selected component (if applicable): devenv_4084 (ami-2384a44a) How reproducible: Always Steps to Reproduce: 1. Create a rails quickstart: rhc create-app r1 ruby-1.9 mysql-5.1 --from-code="https://github.com/openshift/rails-example" 2. Update the code with the additional quickstart repo: cd r1 git remote add fotios -m US2391_test git://github.com/fotioslindiakos/rails-example.git git pull -s recursive -X theirs fotios US2391_test git rm public/index.html && git add . && git commit -m "Test." && git push 3.restart the r1 app rhc restart-app r1 4. Visit the URL of the r1 app Actual results: The application returns a 404 error (or the page is not available). Expected results: The application webpage should be available. Additional info: The log files from the ruby cartridge are attached with the Passenger errors after the app restart.
Hi Chris, We don't support the quickstart at: https://github.com/fotioslindiakos/rails-example If there is a particular issue that you would like looked at not specific to that particular fork then please feel free to reopen.