Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #4214 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

switchtower -> capistrano

Reported by: tuxie@dekadance.se Assigned to: David
Priority: low Milestone: 1.1
Component: Railties Version:
Severity: trivial Keywords: needs_review tiny
Cc:

Description

The Rakefile created by the "rails"-command in latest Edge Rails (as of r3861) has this comment:

"Add your own tasks in files placed in lib/tasks ending in .rake, for example lib/tasks/switchtower.rake, and they will automatically be available to Rake."

Should be changed to capistrano.rake? :)

Attachments

capistrano.diff (0.6 kB) - added by foamdino@gmail.com on 03/21/06 10:02:07.
switchtower -> capistrano

Change History

03/21/06 10:02:07 changed by foamdino@gmail.com

  • attachment capistrano.diff added.

switchtower -> capistrano

03/23/06 02:26:00 changed by anonymous

  • keywords set to needs_review tiny.
  • milestone set to 1.1.

03/25/06 21:57:10 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [4030]) ST is Cap (closes #4214)