Nazar Matus
Nazar Matus
Hey guys, I would like to be able to automatically create Mongoid indexes on each deploy, like we do with migrations with relational databases. (I think that it's totally OK...
Guys, I think that the way this library sets default values for enumerized attributes is wrong. I am referring to this part of [this method](https://github.com/brainspec/enumerize/blob/master/lib/enumerize/base.rb#L91): ```ruby if (!attr_value || attr_value.empty?)...
Perhaps it is related to #1770. So the README says that an example below will be normalized: ``` curl -H "secret_PassWord: swordfish" ... ``` But actually - it won't. If...
Guys, don't you think it's better to have `query` string "regexp-escaped" by-default in your example initializer from README? This is what you have there now: ```ruby ## Match partial words...
Which will preserve existing nested attributes :) For me, it's quite a boilerplate code now, and it's useful, so I think it might be handy to be here out of...
Hey, I just didn't know if it's possible to override `token_lifetime`, if I need it for example as email confirmation token, so I tested it, and now you have one...
Because Money objects take care of proper rounding depending on `Currency#subunit_to_unit`. To make it clearer - we had to work with JPY currency and there are no subunits. So every...
As I understand, `ActiveSupport::HashWithIndifferentAccess` after merging it with a regular `Hash` has all it's `String` keys frozen, and your gem is trying to modify a key if it is a...
Hey Guys, I've recently posted a question on SO, but no one answers, I think that my issue is actually related to spring, here's the question: https://stackoverflow.com/questions/48461291/ruby-on-rails-5-2-0-beta2-initializers-loading Long story short:...