/portfolio

Rails Best Practices Assignment

Primary LanguageHTML

Rails Personal Portfolio

By Tony Chung. Codeship

Approach/Description

This is a personal portfolio app that allowed me to learn things in Rails

  • TDD/BDD with MiniTest and Capybara
  • CSS/Styling with Zurb Foundation
  • Deployment via Heroku
  • CI through Code Ship
  • Authentication with Devise and Omniauth
  • Authorization with Pundit
  • Code Coverage via SimpleCov
  • Rails Model Associations - habtm, has many through, etc.
  • Email with Actionmailer
  • Ajax