Skip to content

dschmura/rails5template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 

Repository files navigation

Rails 5 Template

This is a template for building new rails 5 applications with my defaults. It uses haml, bourbon, neat, font-awesome, rspec (instead of MiniTest) and generates a basic site structure.

Gems

  • haml
  • rspec
  • factory_bot
  • capistrano

yarn

  • Turbolinks
  • stimulus
  • jquery 3
  • rails-ujs
  • bourbon
  • bootstrap 4

Generators

Git

Dependencies

Forego Foreman written in go.

Usage

$ cat Procfile
web: bin/web start -p $PORT
worker: bin/worker queue=FOO

$ forego start
web    | listening on port 5000
worker | listening to queue FOO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages