StandardError
Indicates that there is no Ruby on Rails version installed that satisfies a given Ruby on Rails Gem version specification.
message: The exception message.
gem_version_spec: The Ruby on Rails Gem version specification that caused this error.
# File lib/phusion_passenger/exceptions.rb, line 33 33: def initialize(message, gem_version_spec) 34: super(message) 35: @gem_version_spec = gem_version_spec 36: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.