Lorenzo Zabot

Results 8 issues of Lorenzo Zabot

Inside of the [Pattern Matching lesson](https://www.theodinproject.com/lessons/ruby-pattern-matching), in the paragraph about the return values of a Pattern Matching statement, this is said: >### Return values >There are two possible return values...

This PR fixes issue https://github.com/thoughtbot/administrate/issues/2503. Basically, the ``s and ``s in - `app/views/administrate/application/show.html.erb` - `app/views/fields/has_one/_show.html.erb` have been replaced by a combination of ``s, ``s and ``s. Those new elements have...

views-and-styles

# Description With Administrate v0.20.0, now it's possible to visually group together fields of the same model (introduced in [this PR](https://github.com/thoughtbot/administrate/pull/2422)). While I like the feature, I think that there...

bug

While using this gem in one of my recents projects, I have faced the following issue: A specific controller action can return a `200` and a `401` when the client...

enhancement
good first issue

### Steps to reproduce The [config.assets.debug](https://guides.rubyonrails.org/configuring.html#config-assets-debug) documentation on the *Configuring Rails Applications* guide is misleading. Citing directly from the text: **config.assets.debug** *Disables the concatenation and compression of assets. Set to...

docs

Today I have noticed that almost the whole website, except the homepage, seems to return 404. https://github.com/rubyapi/rubyapi/assets/97030518/f67503fc-f759-40b7-a4e0-10af2806e225

Correct a few typos noticed while reading this projects' README

### Motivation / Background This Pull Request has been created because the documentation for the `config.assets.debug` configuration option is incorrect. Fixes issue https://github.com/rails/rails/issues/51747 and closes PR [#51845](https://github.com/rails/rails/pull/51845). ### Detail This...

docs