mojobiri

Results 10 comments of mojobiri

Have the same issue. Did anyone found a workaround?

The issue happened after upgrade to 3.0.5 from 3.0.3 Version 3.0.3 works fine.

Had to do the same

@edwinthinks your link is not working any more. But I found your article here https://dev.to/edwinthinks/convert-yaml-column-data-to-jsonb-in-rails-and-postgres-4mko Thank you for posting it. I'm curious would this migration just do the trick? ```ruby...

Hello. So Is it possible to make it work at the forums?

I Uploaded the latest version but it still woks only in issues.

LuisSerrano, Thanks, but it didn't work to me. When I changed this lines i get the error: ActionView::TemplateError (uninitialized constant RedmineLightBox::Hooks::ViewLayoutsBaseHtmlHeadHook::MessageController) on line #19 of app/views/layouts/base.rhtml: 16: body {behavior: url();}...

shame to me, but how should I get it? I was looking for CHANGELOG of Redmine but i have CHANGELOG s only for some plugins and ruby. I have Redmine...

Thanks! All is easier as it seems ) Redmine 1.0.1.stable

Did you tried to check it out in rails console? In tests it might be because transaction fixtures are used. Try to disable transaction fixtures: ```ruby class DistrictTest < ActiveSupport::TestCase...