Skip to content

joeybeninghove/dotfiles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
vim
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dotfiles

My current dotfiles. Highly inspired by the thoughbot crew. Many thanks to tpope for the many awesome vim plugins.

rails6.rb

Heavily opininated Rails app template that I use to quickly spin up Rails apps using the configuration and tools I'm comfortable using.

Some highlights:

  • PostgreSQL as the default DB
  • Webpack and RSpec instead of sprockets, coffeescript and minitest
  • Stimulus as the default way to handle JS page interactions
  • Use Webpack for bootstrapping rails-ujs and turbolinks
  • Tailwind CSS integrated for all styling
  • db:remigrate rake task for re-running all migrations
  • Configure symlink for puma-dev used as local development server