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

Ticket #11459 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

[PATCH] Fix for gems plugins if no gems plugins exist

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

Description

script/server fails if there are no plugins installed with:

/script/../config/../vendor/rails/railties/lib/rails/plugin/locator.rb:89:in `add': wrong number of arguments (0 for 1) (ArgumentError)

Attachments

small_fix_for_gems_plugins.diff (490 bytes) - added by thechrisoshow on 03/28/08 19:48:31.

Change History

03/28/08 19:48:31 changed by thechrisoshow

  • attachment small_fix_for_gems_plugins.diff added.

03/28/08 19:52:05 changed by david

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

(In [9112]) Fixed that no gems installed would cause error (closes #11459) [thechrisoshow]