Mariusz Hausenplas
Mariusz Hausenplas
The project I'm working on requires us to calculate consecutive working or non-working days around a given date, e.g. called for non-working days on a Sunday (say Sept. 25, 2016)...
Back in the day there was a PR submitted to introduce methods supporting publish/subscribe functionality (https://github.com/guilleiguaran/fakeredis/pull/144). However, the `pubsub` method itself is missing, yet it's defined in redis-rb: https://github.com/redis/redis-rb/blob/81e4190faaa725db327b9315adda9338afc8583b/lib/redis.rb#L2235. Are...
I'm unable to change SOAP ComplexType fields for ActiveRecord models and I'm always stuck with the model's DB columns including `created_at` and possibly other unwanted fields, like in this WSDL...
Although this gem allows as to throw a SOAP fault during method call (by raising `SOAPError`), apparently it is not possible to declare that an operation may throw an error...
Hi, I encountered a problem after defining `before_action` methods in my controller. I noticed that these methods are fired not only for programmer-defined actions, but also for the ones in...