austinkahly / ruby-try-three

0 stars 0 forks source link

Things to work on #3

Open fiestacasey opened 9 years ago

fiestacasey commented 9 years ago
fiestacasey commented 9 years ago

before working on the notification's stuff complete the code academy coffeescript course

fiestacasey commented 9 years ago

we'll pear program at least the start of the angular.js stuff. you'll need these gems to start

gem 'coffee-rails', '~> 4.0.0' # might already have this one...? 
gem 'angularjs-rails', '~> 1.2.22'
fiestacasey commented 9 years ago

info on rails / sidekiq stuff Rails deliver messages - http://weblog.rubyonrails.org/2014/8/20/Rails-4-2-beta1/ fix by implementing sidekiq

Write a test for your mailer: http://guides.rubyonrails.org/testing.html#testing-your-mailers

assert that creating a notification actually sends an email