Ralf Schmitz Bongiolo

Results 8 comments of Ralf Schmitz Bongiolo

Hi, Peter. Thanks for your attention on this issue and also sorry for my late response. I understand that you can't change how `JSON.generate` works to maintain compatibility, but what...

Thanks for your answer, there's just one thing that I don't quite understand, and probably I'm just having the wrong assumption here, as this modes and compatibility between Oj, Rails...

@serradura how about? ```ruby MyFlow = Micro::Cases.flow(transaction: :db, []) # or MyFlow = Micro::Cases.flow(transaction: Micro::Cases::DB_TRANSACTION, []) # or MyFlow = Micro::Cases.flow(transaction: MyCustomImplementation, []) ```

I was thinking exactly in that way, so the gem could have its own AR db transaction implementation (just for easy of use), but it could receive any object that...

Thanks for you answers. I'll try your first suggestion and see how it goes. Right now I'm using Representable just to render my json data, I had it all in...

Getting the same error when using `cells-slim 0.1.1`, going back to `0.0.6` fixes the issue. Here's my stacktrace: ``` NoMethodError: undefined method `output_buffer=' for # # /usr/local/bundle/gems/haml-5.2.0/lib/haml/helpers/action_view_xss_mods.rb:7:in `with_output_buffer_with_haml_xss' # /usr/local/bundle/gems/haml-5.2.0/lib/haml/helpers/action_view_mods.rb:48:in...

@apotonick Hey, how are you doing? I'm not sure about `haml`, but probably because of `rails_admin` (it's the only place there are haml templates on our project). At the time...

We faced the same issue in one of our Rails projects when trying to install the gem via bundler. To solve it, we had to remove `Gemfile.lock` and run `bundle`...