ngouy

Results 14 issues of ngouy

Really practical gem, but it would be more intuitive to have a `setup` rake take that generates the migration that create the data_migration table. Issue is that if you create...

### Did you find a bug? filter values doesn't use policy scopes. I understand there is a manual way to scope values of a filter, but as a collection of...

is that a wanted behavior that when I declare an instance variable, this cop registers an offense? example: ```rb it "does something" do create(:questionnaire) do |questionnaire| @answers = create_list(:answer, 4)...

## context This was already discussed here: https://github.com/rubocop/rubocop-rspec/pull/632#issuecomment-415967045 ## The issue ### what we have today: If I have ```rb context "given 1, 2, 3" do before { do_something }...

let's have (like in the readMe) ```js // app/models/person.js import Model from 'ember-data/model'; import { fragment, fragmentArray, array } from 'ember-data-model-fragments/attributes'; export default Model.extend({ name : fragment('name'), addresses : fragmentArray('address'),...

### Background Rails Version: 7.0.3.1 Brakeman Version: 5.3.1 ruby version: ruby 2.7.5p203 (2021-11-24 revision f69aeb8314) [x86_64-darwin20] I'm using a `case;when` with predefined values to make sure the value is matching...

What do you think of a check that ensure new line at EOF?

When you have an object and you force `required: false` on at least one attribute, but none are `required : true`, it will still creates a "required" property with an...

Per the swagger file, in the definitions: ```json "Group": { "description": "A Group.", "type": "object", "properties": { //... }, "required": [ "app_url", "description", "archived", "entity_type", "color", "num_stories_started", "mention_name", "name", "color_key",...

It's no more usable with rails 5.x