Rails Fundamentals Session Three

Rails Fundamentals Session Three


ActionMailer

  1. To deliver the mail
    .deliver_now
    
  2. Don’t make the user wait
    .deliver_later
    
  3. Integrate with Active Job, using the sucker pucker adapter
    • Aside, config/initializer is used in rails to initialize many other types of libraries
  4. sidekiq
  5. rollbar etc

Asset Pipeline

  1. Component responsible for managing
    • css
    • javascript
    • images
  2. Sass - css with superpower
  3. Coffeescript - superset of javascript

Q&A

Asset pipeline, compile javascript for production

Other observations

Responsive Web

Heroku and goba