Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

festive_errors

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

festive_errors

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Festive Errors

Festive Errors is a Rails gem that spices up the Rails error page with fun holiday themes. We all like to do a little coding around the holidays. Get into the holiday spirit with Festive Errors!

A screenshot of the Rails error page in a web browser that displays an exception that was raise. The error message reads "Happy Halloween!" and there is a ghost emoji in the page heading.

Debugging an exception in the month of October.

Usage

The gem adds a CSS theme override to the Rails debug page when your app raises an error in development. All you need to do is install it.

Installation

Add the gem to your Gemfile:

bundle add festive_errors --group development

Contributing

This is a new gem. The themes and holidays are limited, and it needs tests. Contributions are welcome!

  1. Fork it.
  2. Create a topic branch git checkout -b my_branch
  3. Make your changes and add an entry to CHANGELOG.md.
  4. Commit your changes git commit -am "Happy Hanukkah!"
  5. Push to your branch git push origin my_branch
  6. Send a pull request

Development

Run the local Rails server in the gem directory to raise a test exception:

git clone git@github.com:honeybadger-io/festive_errors.git
cd festive_errors
bundle install
bin/rails server

...then visit http://localhost:3000/

Releasing

  1. gem install gem-release
  2. gem bump -v [version] -t -r
  3. Update unreleased heading in CHANGELOG.md (TODO: automate this in gem-release command)
  4. git push origin main --tags

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 03 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc