Skip to content

sf-wdi-24/rails_background_jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Background Jobs

Starter code for implementing Rails background jobs.

Getting Started

  • Clone this repo, and change directories into rails_background_jobs.
  • Run bundle install in the Terminal.
  • Run rake db:create db:migrate to create your database and data tables.
  • Work off of the master branch.

Objectives

  • Set up the app to use Delayed Job for background jobs. Follow the Delayed Job docs and/or the Rails Background Jobs tutorial.
  • Refactor the "favoriting" and "unfavoriting" features in the app to use background jobs. Hint: Look at app/controllers/favorites_controller.rb and app/services/favorites_service.rb.

About

Starter code for implementing Rails background jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published