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

Ticket #11576 (new defect)

Opened 1 month ago

Last modified 1 month ago

[PATCH] 'rake package' fails for railties

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

Description

It fails with the following:

rake aborted! private method `cp' called for File:Class /Users/nichoj/Projects/rails/railties/rakefile:258

Pretty simple fix, just remove 'File.' from the 'File.cp' call.

Fixed on github: http://github.com/technicalpickles/rails/commits/fix_railties_package

Attachments

fix_railties_package.patch (418 bytes) - added by nichoj on 04/14/08 13:38:19.
Fixes railties 'package' task

Change History

04/12/08 15:37:57 changed by david

Please attach a real patch to this. It's too much digging to have to go scour a fork for this. Thanks for the patch!

04/14/08 13:38:19 changed by nichoj

  • attachment fix_railties_package.patch added.

Fixes railties 'package' task