Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
/ level_up Public archive
forked from jmmastey/level_up

Codebase for the Rails Prime Stack training website

License

Notifications You must be signed in to change notification settings

enova/level_up

 
 

Repository files navigation

LevelUpRails

An app to store and verify training material for engineers on the Rails Prime Stack. Currently hosted at http://leveluprails.com.

Getting Started

Clone the repo, bundle install, create db, run rake to test. Deploy at will. There is a Procfile provided for foreman. Feel free to create a .env file for the environment. Some content modules may not be stored in source control for competitive purposes.

bundle install
bundle exec rake db:{setup,seed}
foreman start

Proprietary Content Support

LevelUp now supports proprietary courses for users from organizations. While the intention is to share as much as possible, it's useful to have one platform that also covers internal projects. the production site uses private gems with Rails Engines to mount the additional content. Users, courses, and categories can all have organization flags on them, which render them invisible to anyone outside those orgs.

Contributing

Contributions are very welcome. Fork, fix, submit pulls.

Contribution is expected to conform to the Contributor Covenant.

Credits

See the humans file for information on helpful humans.

Some icons are used via the Noun Project. We bought a license but here's attribution anyway, because we like them:

  • Map, by Lloyd Humphreys, DK
  • Quiz, by carlos sarmento
  • Books, by Jakub Čaja
  • Signpost, by Creative Stall

License

This software is released under the MIT License.

About

Codebase for the Rails Prime Stack training website

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 48.6%
  • HTML 44.9%
  • Gherkin 2.5%
  • CSS 2.1%
  • JavaScript 1.4%
  • CoffeeScript 0.5%