turingschool / curriculum

Turing's main repository of tutorials and projects
385 stars 502 forks source link

Add resque.rake to lib/tasks #1189

Open apdarr opened 8 years ago

apdarr commented 8 years ago

I'm currently working through the tutorial on increasing performance with Resque (http://tutorials.jumpstartlab.com/topics/performance/background_jobs.html). It was great overall but ran into the issue below which should help other readers:

Move resque.rake file to lib/tasks per Rails convention. At the top of the Rakefile in the root directory, it mentions in the comments "Add your own tasks in files placed in lib/tasks ending in .rake"