- Heroku
- Postgres
- Rails
- rails-templates
- postmark-mailer
- Stripe
- Twilio
- simple_form
&TLDR
brew update && brew install pobrew 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
-
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 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
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
- 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-railslegacy bloat- Created with the command
rails generate react_on_rails:install
- Created with the command
- Provision test database (Heroku)
- Document Heroku deployment protocol
- Fixup Stripe
- Fixup Twilio
- Fixup postmark-mailer
- Document diff between
rakeandrails- Do we need rake?
- Organize Gemfile into appropriate
developmentandproductiongems - 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. ==================```
-
- Created, and maintained by the Le Wagon coding bootcamp team.