Filip Bartuzi

Results 11 comments of Filip Bartuzi

1. Can you build it? > yes I can. `go build` passes successfully, go run fails 2. Doyou habe unixodbc installed? Where? > I have installed it with `brew install`...

if someone decided to copy-paste code from @zachfejes here is working `getProps()` line: ``` console.log(wrapper.find('button').at(0).props().disabled); // outputs 'disabled', as expected ``` `getProps()` -> `props()`

My temporary solution: `Mongoid::Matchers::Associations.send(:alias_method, :related_and_belong_to_many, :have_and_belong_to_many)`

Ok, but there are [rspec matchers](https://github.com/mongoid-rspec/mongoid-rspec) which I can use this way: `it { is_expected.to have_fields(:birthdate, :registered_at).of_type(DateTime) }` there is not anything likee this for this gem, right?

For anyone using @nofxx fork - you need to change gem name inside Gemfile `gem 'mongoid-enum-i18n', git: '[email protected]:nofxx/mongoid-enum.git'` ### update: `NameError - uninitialized constant Mongoid::Enum:` with nofxx fork. More things...

Totally forgot about this PR... will work on it next weekend @radar :)

Solution 2 seems to be preferred: https://github.com/bbatsov/ruby-style-guide/issues/80

https://github.com/hmontazeri/is-vegan/blob/master/src/util/nonvegan.json#L374-L377

Sounds great! I'm just about to try graphql for the first time but I'm feel very lost with lack of rails related examples. I'm very confused about testing mutations queries....