Skip to content

alex-nexus/rails_template

Repository files navigation

  • Configuration

  • Database creation, migration, seed

rake reset
  • How to run the test suite

Services (job queues, cache servers, search engines, etc.)

rake haml:erb2haml
  1. fork [email protected]:alex-nexus/rails_template.git
  2. on github, rename the project to new app
git clone [email protected]:alex-nexus/rails_template.git NEW_APP_NAME
  1. rename create a new repo
git clone [email protected]:alex-nexus/rails_template.git NEW_APP_NAME

remove entry "origin" in /.git/config

git remote add origin [email protected]:alex-nexus/bright_escrow.git

application.rb rename RailsTemplate to NEW_APP_NAME database.yml rename template_ to new_app_name_

git push -u origin master
  1. go to the forked repo
git remote add upstream [email protected]:alex-nexus/rails_template.git
git fetch upstream
git merge upstream/master
git push origin master
  1. Good reference: awesome-rails: https://github.com/gramantin/awesome-rails zen-rails-security-checklist: https://github.com/brunofacca/zen-rails-security-checklist Rails Best practice: https://rails-bestpractices.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published