Thiago Araujo

Results 12 issues of Thiago Araujo

Removes `tryshoppe/shoppe` submodule as it's not available anymore.

## Drop support for EOL Ruby versions. The goal is to support `ruby >= 2.7`. Tasks: - [ ] Add deprecation warnings when running `ruby < 2.7`? - [ ]...

💭 Discussion
Chores

We want to drop support for EOL Ruby versions. Tasks - [ ] Remove version checks [here](https://github.com/faker-ruby/faker/blob/aa31845ed54c25eb2638d716bfddf59771b502aa/test/faker/default/test_faker_birthday_in_leap_year.rb#L24) and [here](https://github.com/faker-ruby/faker/blob/65e5bb959e14e57d4cdc002dcdb515ee99dcb497/test/faker/default/test_faker_id_number.rb#L63). - [ ] Update [Targeted Ruby Version for Rubocop](https://github.com/faker-ruby/faker/blob/65e5bb959e14e57d4cdc002dcdb515ee99dcb497/.rubocop.yml#L2). - [...

Chores

When running Rubocop, we get the following warnings: ``` The following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your...

Chores

Fix workaround [here](https://github.com/faker-ruby/faker/blob/65e5bb959e14e57d4cdc002dcdb515ee99dcb497/faker.gemspec#L37).

Chores

Fix workaround [here](https://github.com/faker-ruby/faker/blob/65e5bb959e14e57d4cdc002dcdb515ee99dcb497/faker.gemspec#L30) and [here](https://github.com/faker-ruby/faker/blob/7fa13f2bb1d837b182ec33ef951a9e6b5258f3e7/lib/faker.rb#L7).

Chores

We want to drop support for EOL Ruby versions. - [ ] Update [Ruby versions on CI](https://github.com/faker-ruby/faker/blob/65e5bb959e14e57d4cdc002dcdb515ee99dcb497/.github/workflows/ruby.yml#L37) to only run with `ruby >= 2.7`. See #2522 for more details.

Chores

Hey, there! Looks like version `v1.0.2` doesn't include the code from #16. Would it be possible to release a new version? I was trying to use a custom parser, but...

### Motivation / Background `#in_order_of` is an excellent method and makes ordering enum columns easier, and many complex order case/when queries can be refactored to use it. This PR was...

activerecord

Thanks for working on this tool, it's really great! This is more of a question or maybe an opportunity to improve user-experience or documentation. I was running overmind as a...