-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defining project_path stuck in recursion #72
base: master
Are you sure you want to change the base?
Conversation
Please merge this into master. I also had the same problem, this commit resolved it. |
I had this same problem as well |
+1, same problem here |
FYI: this patch no longer seems to work with Sinatra 1.1.3. Just tried it and got this:
|
+1. This commit resolved the issue for me with sinatra 1.3.1. |
👍 |
I'm still experiencing the same problem using Sinatra 1.3.1. This commit is yet working as a solution. |
+1, same issue |
+1 |
2 similar comments
+1 |
+1 |
+1 CIJoe was unusable without making this change manually. Once I did it worked. Would be nice to see this in master. |
+1... |
+1 |
+1 Is this project still maintained? 7 months of people having to manually patch a fundamental fix seems to long. |
Maybe not, if you look carefully at project's URL you'll see it says:
|
You're saying the founder of GitHub has something better to do then patch a CI server that they don't use anymore? To bad, Jenkins is bloated and ugly. |
+1 |
1 similar comment
+1 |
I experienced some difficulties while trying to start the cijoe server on my local machine (OS X). The set call on line
103
got stuck in recursion. This could be solved by passing the third parameter namedignore_setter
.