Skip to content

Include rouge gem in Gemfile for new apps#405

Merged
timriley merged 3 commits intomainfrom
rouge_gem
May 8, 2026
Merged

Include rouge gem in Gemfile for new apps#405
timriley merged 3 commits intomainfrom
rouge_gem

Conversation

@kyleplump
Copy link
Copy Markdown
Member

This PR includes the rouge gem in the default Gemfile for new apps. It will not include the gem if skip-db flag is passed

Closes #394

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

ℹ️ Optional job failed: Ruby jruby

Copy link
Copy Markdown
Member

@timriley timriley left a comment

Choose a reason for hiding this comment

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

Thanks @kyleplump!

Couple of little adjustments:

  • Can we move this down into the :test, :development group? We don't need syntax highlighting (nor the related dependency) in production.
  • This could do with a comment above it, since I think users will not be able to infer why it's there. Something simple like "Syntax highlighting SQL logs" would be enough.

Once you're done with those, happy for you to merge :)

@kyleplump
Copy link
Copy Markdown
Member Author

I debated where it should go, thank you for the direction @timriley! Both of your requested changes have been implemented

@kyleplump kyleplump requested a review from timriley May 6, 2026 13:13
@timriley timriley merged commit 8b813cd into main May 8, 2026
11 checks passed
@timriley timriley deleted the rouge_gem branch May 8, 2026 06:11
@timriley
Copy link
Copy Markdown
Member

timriley commented May 8, 2026

Perfect, thank you @kyleplump!

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.

Add rouge gem to standard new app Gemfile (unless --skip-db)

3 participants