Skip to content

andrewhwaller/gemfile.directory

 
 

Repository files navigation

gemfile.directory

gemfile.directory is a directory of Ruby gemfiles that are used in your favorite Ruby and Rails projects!

Originally created by @Shpigford and friends. Maintained and hosted by @andrewhwaller.

Codebase

The codebase is vanilla Rails 8, Solid Queue, Solid Cache, Solid Cable, Puma, and SQLite. Quite a simple setup.

Setup

You'll need:

  • ruby >3 (specific version is in Gemfile)
  • GitHub API key (for login)

NOTE: You'll need to create a GitHub OAuth app to get the GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET values. You can do that here. Use the example ENV file as a template for your own .env file.

cd gemfile.directory
bundle install
rails db:setup

You can then run the rails web server:

bin/dev

And visit http://localhost:3000

Contributing

It's still very early days for this so your mileage will vary here and lots of things will break.

But almost any contribution will be beneficial at this point. Check the current Issues to see where you can jump in!

If you've got an improvement, just send in a pull request!

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

If you've got feature ideas, simply open a new issue!

License & Copyright

Released under the MIT license, see the LICENSE file. Copyright (c) Sabotage Media LLC.

About

Directory of Ruby gemfiles that are used in your favorite Ruby and Rails projects!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.9%
  • HTML 34.6%
  • JavaScript 6.0%
  • CSS 2.6%
  • Dockerfile 1.5%
  • Shell 0.3%
  • Procfile 0.1%