Eumir Gaspar

Results 7 issues of Eumir Gaspar

We have dependebot running and I was double checking the changes. It does seem that way - or am I missing something? ![image](https://user-images.githubusercontent.com/46548/115311766-c95cad00-a1a2-11eb-9b8b-784da9fab09d.png) The only version bump I see is...

The guide still has a section for controller specs. I think it should be mentioned that they have been deprecated and discouraged since Rails 3 (or was it 4?). I...

help wanted

I might be in the minority here of using SASS over SCSS but the linter just dies when parsing certain nested keywords: ``` stylelint css/base/_typography.sass Error: Expected pseudo-class or pseudo-element...

Is there a way to override the `properties` and `property` method like in a config somewhere? We have Property as a model (`properties` table).

I tried watching for `--event Created` but it doesn't trigger. When I tried without it, it triggers before the file is fully synced. 🤔

### Example: ``` inflection.titleize("x-men:-the-last-stand") "X-Men:-the-Last-Stand" ``` ### For comparison on Rails 4.2: ``` Loading development environment (Rails 4.2.7.1) irb(main):001:0> ActiveSupport::Inflector.titleize("x-men:-the-last-stand") => "X Men: The Last Stand" ``` ### And Rails...