Skip to content

Commit 21da4cb

Browse files
committed
remove "rake" word [ci skip]
1 parent 2280c84 commit 21da4cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

guides/source/rails_on_rack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ NOTE: `ActionDispatch::MiddlewareStack` is Rails equivalent of `Rack::Builder`,
9393

9494
### Inspecting Middleware Stack
9595

96-
Rails has a handy rake task for inspecting the middleware stack in use:
96+
Rails has a handy task for inspecting the middleware stack in use:
9797

9898
```bash
9999
$ bin/rails middleware

guides/source/upgrading_ruby_on_rails.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The process should go as follows:
2727
3. Fix tests and deprecated features
2828
4. Move to the latest patch version of the next minor version
2929

30-
Repeat this process until you reach your target Rails version. Each time you move versions, you will need to change the Rails version number in the Gemfile (and possibly other gem versions) and run `bundle update`. Then run the Update rake task mentioned below to update configuration files, then run your tests.
30+
Repeat this process until you reach your target Rails version. Each time you move versions, you will need to change the Rails version number in the Gemfile (and possibly other gem versions) and run `bundle update`. Then run the Update task mentioned below to update configuration files, then run your tests.
3131

3232
You can find a list of all released Rails versions [here](https://rubygems.org/gems/rails/versions).
3333

@@ -44,8 +44,8 @@ TIP: Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails. Ruby Enterp
4444

4545
### The Task
4646

47-
Rails provides the `app:update` rake task. After updating the Rails version
48-
in the Gemfile, run this rake task.
47+
Rails provides the `app:update` task. After updating the Rails version
48+
in the Gemfile, run this task.
4949
This will help you with the creation of new files and changes of old files in an
5050
interactive session.
5151

0 commit comments

Comments
 (0)