Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve organization in contact/restroom models #653

Merged
merged 3 commits into from Mar 9, 2021

Conversation

brunoocasali
Copy link
Contributor

Context

  • Improve a little the code inside models

Checklist

  • CI Passes

@brunoocasali brunoocasali changed the title Code zen Improve organization in contact/restroom models Oct 24, 2020
@DeeDeeG
Copy link
Contributor

DeeDeeG commented Oct 28, 2020

I have looked at this, but I'm not great with Ruby (I know just enough to contribute some fixes or the most basic review), so assessing changes like this is honestly beyond what I know of the language. I can "approve" this for being a good-faith contribution for making the code better, but I would hold back on merging it until someone who knows Ruby better can take a look.

Thanks for this contribution.

@DeeDeeG DeeDeeG added Hacktoberfest These are issues or pull requests related to Hacktoberfest (https://hacktoberfest.digitalocean.com/) Ready for Review developer-oriented labels Oct 28, 2020
@tkwidmer tkwidmer merged commit b9843d7 into RefugeRestrooms:develop Mar 9, 2021
@brunoocasali brunoocasali deleted the code-zen branch March 10, 2021 01:13
@DeeDeeG DeeDeeG mentioned this pull request Mar 10, 2021
5 tasks
DeeDeeG added a commit that referenced this pull request Mar 16, 2021
* Enable puma clustered (#654)

    Enable puma clustered mode to process more requests and reduce latency

* Use a volume to deal with bundled gems (#640)

    This way we don't need to rebuild everytime we add/update/remove a gem

* Improve organization in contact/restroom models (#653)

  * Remove unused git keep from models

  * Improve identation/organization of Contact form

  * Improve Restroom model organization by grouping method kinds

* Update dependencies for early March 2021 (#658)

  * Dockerfile: Update NodeJS to version 14

  * yarn.lock: Bump ini from v1.3.5 to v1.3.8

  * yarn.lock: Bump dompurify from v2.0.8 to v2.2.6

  * Gemfile.lock: Bump nokogiri from 1.10.10 to 1.11.1

  * Gemfile[.lock]: Update rails to v5.2.4.5

      Was version 5.2.4.4 (this is a patch version bump)

  * Ruby: Update from 2.5.8 to 2.6.6

  * Gemfile[.lock]: Update webmock (v3.2.1 to v3.12.1)

      Also update its transitive dependencies,
      within ranges allowed by Gemfile.

  * Ruby: Update from 2.6.6 to 2.7.1

  * Ruby: Update from 2.7.1 to 2.7.2

  * Gemfile.lock: Update puma from 5.0.2 to 5.2.2

  * yarn.lock: Update elliptic from v6.5.3 to v6.5.4

  * Revert "Enable puma clustered (#654)" (#659)

      This reverts commit 6c63546.

      We don't know for sure that we need these speed/latency gains,
      and maintenance bandwidth is low for the project.

      We don't want to potentially have to track down bugs,
      or undo any damage done, so revert this change for now.

Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer-oriented Hacktoberfest These are issues or pull requests related to Hacktoberfest (https://hacktoberfest.digitalocean.com/)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants