Justin Workman
Justin Workman
I'm running into the same issue. The problem with using full object binding is that my models don't necessarily have the same property names that select-2 expects (text, description). What...
+1 for search functionality!
Found a solution/workaround: ```ruby config.before(:suite) { Rails.application.load_tasks Seedbank.load_tasks Rake::Task["db:seed:test"].invoke } ```
> 🌟 - The project is recommended by the community Everything that makes the list would be considered recommended by the community, yes?
> However, on a second thought. there's not really many projects you can recommend and the ones which end up being recommended end up being the ones which are actively...
Do you have some specific ones in mind?
> @xtagon Accidently committed my shameless plug to the branch for this PR would you like me to open a new PR with my shameless plug? Yeah makes sense for...
For what it's worth, I was using a sandbox API as well when I also encountered this issue. That's probably it.
@viniciussbs Your solution is working for me, thank you :)
Before switching to `URI::MailTo::EMAIL_REGEXP` we saw quite a large number of invalid emails in production which resulted in unsuccesssful email delivery attempts. There's no way around it, users put in...