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

Ticket #10526 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Rake Secret

Reported by: revans Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords:
Cc:

Description

I saw that Bitsweat added the rake generate:secret task of mine and DHH renamed it to be more concise, rake secret. This tiny patch just updates the documentation in the action controller's cookie store, which previously said to do rake generate:secret.

Attachments

rake_secret_documentation_correction.patch (0.7 kB) - added by revans on 12/16/07 23:53:07.

Change History

12/16/07 23:53:07 changed by revans

  • attachment rake_secret_documentation_correction.patch added.

12/16/07 23:55:26 changed by david

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

(In [8423]) Fix doc (closes #10526)