Giter Club home page Giter Club logo

troveko's Introduction

Highlights

Setup

Rails

Mac OSX rails setup tutorial

&TLDR

PostgreSQL

  • brew update && brew install po
  • brew services start postgresql start

Create psql user and database? Link to stack overflow post explaining db creation

  • Check eli' command line history for artifacts pertaining to the commands inside the post above

Gems

  • brew update && brew install rbenv ruby-build rbenv-gem-rehash

  • gem install bundler

  • rbenv rehash

  • bundle install

  • gem install middleman

  • gem install nokogirl

  • gem install pry // maybe

  • gem install colored //maybe

  • gem install rspec-rails //maybe

Rails

  • rails db:create

  • rails db:seed

  • rails routes

  • rails db:migrate//??

  • rails db:drop

  • rails db:rollback

  • rails start // start

  • rails generate model NAME_OF_MODEL

  • rails generate controller NAME_OF_MODEL

Janky rails setup playbook

 rm -rf /usr/local/var/postgres && initdb /usr/local/var/postgres
 brew services restart postgresql
 rails s
 rake db:seed
 rake db:setup
 rake db:migrate

Contributing

  • Setup test/development enviornment with appropriate keys in GitHub hosted project
  • Obscusify git history for /config/application.yml
  • Document postgresql database local setup
  • Remove the react-on-rails legacy bloat
    • Created with the command rails generate react_on_rails:install
  • Provision test database (Heroku)
  • Document Heroku deployment protocol
  • Fixup Stripe
  • Fixup Twilio
  • Fixup postmark-mailer
  • Document diff between rake and rails
    • Do we need rake?
  • Organize Gemfile into appropriate development and production gems
  • Introduce Google Analytics
  • Disable postmark postinstall message
    • 
      ==================
      Thanks for installing the postmark gem. If you don't have an account, please
      sign up at http://postmarkapp.com/.
      
      Review the README.md for implementation details and examples.
      ==================```
      
      

Thanks

troveko's People

Contributors

aekmot avatar ahogue1 avatar alexanderclapp avatar ejohnst2 avatar gecosta7 avatar nicksarafa avatar

Stargazers

 avatar

Watchers

 avatar

troveko's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.