Skip to content

jess/brown_template

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
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README

This is a template app. Steps to get started:

git clone git@github.com:jess/brown_template.git
bundle install
yarn install

Rename all references of BrownTemplate or brown_template to whatever you want your app name to be.

Commit your changes.

To regenerate the credentials file, we need to keep Devise from squawking we need to uncomment the 10th line in config/initializers/devise.rb referencing config.secret_key

Then run:

rm config/credentials.yml.enc # will regenerate
bin/rails credentials:edit # once open, just save and close

This will generate your master key file and encrypted credentials file. You can add the comment back to the devise file.

Rename the .env.sample file to .env to setup ENV vars

Now run your normal rake db:create db:migrate and you're good to go.

Now you can pull in branches of the features you want.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published