Skip to content

Update homepage with rules#47

Merged
etagwerker merged 1 commit intomainfrom
update-homepage-with-rules
Nov 11, 2025
Merged

Update homepage with rules#47
etagwerker merged 1 commit intomainfrom
update-homepage-with-rules

Conversation

@julioalucero
Copy link
Copy Markdown
Member

@julioalucero julioalucero commented Oct 16, 2025

Summary

  • Add fastruby/styleguide and compile SCSS via dartsass-rails.
  • Keep Propshaft/importmap as-is; add minimal Sprockets config to avoid gem warnings.
  • Preserve our app’s look (login layout, buttons, tables, banners, modals) with light overrides.

Changes

  • Gemfile: add fastruby-styleguide and dartsass-rails.
  • Rename application.css → application.scss; @import "fastruby/styleguide".
  • Minimal Sprockets files: manifest.js and assets.rb (no functional change).
  • Make login layout responsive for small screens.

https://ruby-or-rails.fastruby.io/ homepage:

Screenshot 2025-10-16 at 10 21 25 am

It resolves #19

@julioalucero julioalucero self-assigned this Oct 16, 2025
Copy link
Copy Markdown
Member

@etagwerker etagwerker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@julioalucero This looks good! Could you please use this style guide: https://fastruby.github.io/styleguide ?

@julioalucero julioalucero force-pushed the update-homepage-with-rules branch from bce41a4 to 6872e91 Compare October 30, 2025 12:48
Comment thread Gemfile
gem "slack-ruby-client", ">= 2.4.0"

gem "fastruby-styleguide", github: "fastruby/styleguide", branch: "gh-pages"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a few dependencies, so Gemfile.lock will looks bigger

Comment thread Gemfile
gem "dotenv-rails"

gem "propshaft"
gem "dartsass-rails"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@julioalucero
Copy link
Copy Markdown
Member Author

@etagwerker it is ready to review. It is posible that the admin looks a bit different given that now we are using the FastRuby Styleguide.

@etagwerker etagwerker temporarily deployed to ruby-or-rails-staging November 11, 2025 02:39 Inactive
Copy link
Copy Markdown
Member

@etagwerker etagwerker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@julioalucero Looks good, thank you!

@etagwerker etagwerker merged commit b933699 into main Nov 11, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Explanation of Rules?

2 participants