Skip to content

Commit

Permalink
add tldr
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Feb 8, 2024
1 parent ffa33bc commit d752e6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2012-03-14-how-to-generate-rake-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ redirect_from:
- /2012/03/14/how-to-generate-rake-task/
---

TL;DR: use rails generator `rails g task my_namespace my_task1 my_task2`.

Some time ago I found a generator in __Ruby on Rails__'s sources to create a __Rake task__. There were no information about it anywhere. As a result, I decided to share my findings. This post will show you a simple and efficient method for generating them.

## Several ways to create Rake tasks
Expand Down

0 comments on commit d752e6a

Please sign in to comment.