-
Notifications
You must be signed in to change notification settings - Fork 57
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
Rails 5 support? #28
Comments
Actually, we're currently working on a new release that will support Rails 5 and introduce some new cool features, fixes and improvements. Will push some new commits in the next days. Keep watching our repo! |
@ljachymczyk - Awesome! Great to hear! Are the updates going to be to Maily Herald WebUI as well? |
Both. |
Awesome. I can't wait to use this in my Rails 5 app, it looks amazing! Please let me know if you need any beta testers :) |
@ljachymczyk How's the Rails 5 support going? Is there a branch somewhere with the work in progress? Happy to try to help get it done, can you point me in the right direction? |
@ayb - From what I can see, it looks like they're working on the 'ng' branch to me. I've been knee deep in some other stuff right now otherwise I'd help too. |
@ayb @aldefouw |
Any news on rails 5 for WEB-UI ? |
How is it going with Rails 5? |
1 similar comment
How is it going with Rails 5? |
I have my pull request here #30 |
Rails 5? |
have you been using this in production? If so, how's it going? |
I get this error with that PR (well, with branch
even though there is exactly one migration with that name. Update: It's picking one migration up from the gem at
Therefore, something is not right ... it should not be picked up. Could you enable issues in your repo @Uysim, so that we follow up there? It looks like this repo is (semi?) abandoned. |
Hi @cpg, The issue with migrations you're experiencing comes from a fact that we've decided to keep Maily migrations inside the gem so you don't need to copy them to your application any more. |
@ljachymczyk I cloned from 'ng' branch. But I tested it. If my pull request is not helpful it is ok just ignore it |
Any status on the release of Rails 5 compatibility? |
@ballotamerica Guess not :) |
Rails 5 and 6 are coming up in 'ng' branch. Feel free to try it out. |
@ljachymczyk - Are there any plans for the master branch to support Rails 5 and/or Rails 6. When I first found out about this gem, I left when I saw an open issue pertaining to Rails5. It wasn't until a few months later when I stumbled upon it again. |
Has anyone made the gem work with Rails 5?
I did some preliminary testing on Rails 5, and there are some issues.
I made maily_herald-webui work with a few tweaks on a fork that I created:
https://github.com/aldefouw/maily_herald-webui/commits/master
My changes were mainly to some out of date dependencies. I also had to tweak the version code a bit to send the appropriate number of objects to the methods for Rails 5.
The web interface seems to be working pretty well, but I can't quite seem to get any mail to deliver. It seems like it gets tripped up when it tries to process the Mailers (I can post the error I am receiving if that helps) .. so I am wondering if Rails 5 changed something about ActionMailer that is incompatible.
I will do more research and try to fix it myself, but I just didn't want to be duplicating efforts if someone else is already working on Rails 5 compatibility.
If I can't make it work for Rails 5, I'll probably be forced to use some other solution. Looks really cool what's made so far!
Thanks!
The text was updated successfully, but these errors were encountered: