Piotr Wasiak
Piotr Wasiak
Content below exists in guide from the initial version ``` Add an example ensuring that the model created with FactoryBot.create is valid. describe Article do it 'is valid with valid...
I would like to restrict tags, which can be used in blocks: ``` describe 'some test', type: feature, driver: :chrome, js: true, vcr: { record: :new_episodes } do ``` `feature...
We should encourage people to store credentials outside the codebase. Currently there are i.e. github credentials stored as plain text in config/github
Annotate is adding us additional indexes to other table with same name but with prefix. Cause: https://github.com/ctran/annotate_models/pull/405 provided code to remove table_name_prefix on index annotate, as some people have problem...
Is switching to Prism possible? (hard to switch?) Or maybe it is not worth in the performance POV? Rubocop is using it for Ruby 3.3+
You can write your own bundler plugins instead of invoking gem. did you consider that ? more info: https://bundler.io/guides/bundler_plugins.html I also think about those bundle update switches: > --minor >...
after renaming it
Is it hard to support range formatting in ruby like: `rufo path/file.rb:45-60` ? (I don't remember common way to indicate ranges for files 🤔 ) I just consider if it...