-
Notifications
You must be signed in to change notification settings - Fork 86
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
Error in the old 1.12 version #79
Comments
Yeah. It's possible that something got out of sync in 1.12. If you can fix the issue and make a PR I'll release 1.12.4. Thanks! |
OK, I'll dig into it. |
There's quite a lot of errors in this version. The test suite only finds the first 4 errors, all related to this issue. Was there a time when the test suite ran without errors? Sample of one of the errors when running the suite
Seems it's looking for something in the main comfy app but it's not there. Line 5 in the admin/blog/blogs/_form.html.haml is the problem
I fixed this one by changing it to
That gets me past the admin problem. But then I have other issues.
Note the Both these errors are related to the There must be a missing test or this error would not have crept in. |
I'm going to take a look a bit later. Pretty sure |
OK thanks |
I've just sent a PR to fix this problem. But not the |
I have to use the old 1.12 version because the new one requires Comfy >=2.0.0 which requires Rails >= 5.2, which I don't have time to upgrade to. I'm on Rails 5.0.2
I assumed the old version 1.12 of comfy blog would work with Comfy 1.12, but it doesn't
Expected behavior
When creating a new blog I should not get dumped into an error page
Actual behavior
Steps to reproduce
You get dumped into the error page
System configuration
Rails version:
5.0.2
CMS version:
1.12
Ruby version:
2.4.0
The text was updated successfully, but these errors were encountered: