Michal Papis
Michal Papis
Hi :) I've got quite few enum's in database and I've found few instances when the Rails enum was not set to include all DB enum values, this lead to...
I had an idea to call a variable `up` and here is what I got: ```ruby [8] pry(main)> up=Class.new => # [9] pry(main)> up = Class.new Error: No frame that...
continuing #239
follow up for #152, as we have https://github.com/pre-commit-plugins we should consider separating plugins to separate repositories. @jish I would start with checks that do not have any dependencies and are...
following https://github.com/wayneeseguin/rvm/issues/2819 - explicit support for `smartcd` was removed from RVM and replaced with generic handler `chpwd_functions` implemented in accordance to Zsh specification => http://zsh.sourceforge.net/Doc/Release/Functions.html#Hook-Functions you can implement the same...
### Motivation / Background This Pull Request has been created because I found myself manually re-implementing every state column row adding title's to them. ### Detail This Pull Request changes...
I have field data in JSON Arrays and simple coma separated list in string, right now whole field is anonymized which "destroys" the array format of it.
I'm using `rails` with `activeadmin`, I want to be able to filter using all translations: ```ruby filter :translations_title_i_cont, as: :string, label: 'Title Search' ``` To make it work I've had...
Would it be possible to implement `.versions.conf` as described here: https://gist.github.com/1912050#gistcomment-86575
for `Config` class to work correctly we had to patch the Git tickets are: - https://github.com/ruby-git/ruby-git/pull/398 - https://github.com/ruby-git/ruby-git/pull/399 - https://github.com/ruby-git/ruby-git/pull/400 after those tickets get merged we can cleanup our patches