This project is archived and is in readonly mode.
rails3 console broken under osx-x
Reported by Jaroslaw Zabiello | February 23rd, 2010 @ 10:09 AM
"script/rails c" returns a lot of warnings and errors under Ruby 1.9.2preview1 and Mac OS-X 10.6.2. In the following lines I put all details and steps to replicate these issues.
OS: Mac OS-X 10.6.2
$ ruby -v ruby 1.9.2dev (2009-07-18 trunk 24186) [i386-darwin10.2.0]
$ ruby -S gem -v 1.3.5
$ ruby -S gem list
LOCAL GEMS
abstract (1.0.0)
actionmailer (3.0.0.beta)
actionpack (3.0.0.beta)
activemodel (3.0.0.beta)
activerecord (3.0.0.beta)
activeresource (3.0.0.beta)
activesupport (3.0.0.beta)
arel (0.2.1)
builder (2.1.2)
bundler (0.9.3)
cgi_multipart_eof_fix (2.5.0)
daemons (1.0.10)
erubis (2.6.5)
eventmachine (0.12.10)
fastthread (1.0.7)
gem_plugin (0.2.3)
haml (2.2.19)
highline (1.5.2)
i18n (0.3.3)
mail (2.1.2)
memcache-client (1.7.8)
mime-types (1.16)
minitest (1.5.0, 1.4.2)
mysql (2.8.1)
rack (1.1.0)
rack-mount (0.4.5)
rack-test (0.5.3)
rails (3.0.0.beta)
railties (3.0.0.beta)
rake (0.8.7, 0.8.4)
rcov (0.9.7.1)
rdoc (2.4.3, 2.2.2)
rspec (1.3.0)
rubygems-update (1.3.5)
sequel (3.8.0)
sqlite3-ruby (1.2.5)
text-format (1.0.0)
text-hyphen (1.0.0)
thin (1.2.5)
thor (0.13.0)
tzinfo (0.3.16)
$ rails ror3
create
create README
create .gitignore
create Rakefile
create config.ru
create Gemfile
create app
create app/controllers/application_controller.rb
create app/helpers/application_helper.rb
create app/models
create app/views/layouts
create config
create config/routes.rb
create config/application.rb
create config/environment.rb
create config/environments
create config/environments/development.rb
create config/environments/production.rb
create config/environments/test.rb
create config/initializers
create config/initializers/backtrace_silencers.rb
create config/initializers/cookie_verification_secret.rb
create config/initializers/inflections.rb
create config/initializers/mime_types.rb
create config/initializers/session_store.rb
create config/locales
create config/locales/en.yml
create config/boot.rb
create config/database.yml
create db
create db/seeds.rb
create doc
create doc/README_FOR_APP
create lib
create lib/tasks
create lib/tasks/.gitkeep
create log
create log/server.log
create log/production.log
create log/development.log
create log/test.log
create public
create public/404.html
create public/422.html
create public/500.html
create public/favicon.ico
create public/index.html
create public/robots.txt
create public/images
create public/images/rails.png
create public/stylesheets
create public/stylesheets/.gitkeep
create public/javascripts
create public/javascripts/application.js
create public/javascripts/controls.js
create public/javascripts/dragdrop.js
create public/javascripts/effects.js
create public/javascripts/prototype.js
create public/javascripts/rails.js
create script
create script/rails
create test
create test/performance/browsing_test.rb
create test/test_helper.rb
create test/fixtures
create test/functional
create test/integration
create test/unit
create tmp
create tmp/sessions
create tmp/sockets
create tmp/cache
create tmp/pids
create vendor/plugins
create vendor/plugins/.gitkeep
$ cd ror3
$ script/rails c WARNING: #<NoMethodError: undefined method
>' for nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{abstract} s.version = "1.0.0"
s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version= s.authors = ["makoto kuwata"] s.cert_chain = nil s.date = %q{2006-03-12} s.description = %q{'abstract.rb' is a library which enable you to define abstract method in Ruby.} s.files = ["lib/abstract.rb", "test/test.rb", "README.txt", "ChangeLog", "setup.rb", "abstract.gemspec"] s.homepage = %q{http://rubyforge.org/projects/abstract} s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new("> 0.0.0") s.rubygems_version = %q{1.3.5} s.summary = %q{a library which enable you to define abstract method in Ruby} s.test_files = ["test/test.rb"]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 1
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/abstract-1.0.0.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{actionmailer} s.version = "3.0.0.beta"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.description = %q{Email composition, delivery, and recieval framework (part of Rails).} s.email = %q{david@loudthinking.com} s.files = ["CHANGELOG", "README", "MIT-LICENSE", "lib/action_mailer/adv_attr_accessor.rb", "lib/action_mailer/base.rb", "lib/action_mailer/collector.rb", "lib/action_mailer/delivery_methods.rb", "lib/action_mailer/deprecated_api.rb", "lib/action_mailer/mail_helper.rb", "lib/action_mailer/old_api.rb", "lib/action_mailer/quoting.rb", "lib/action_mailer/railtie.rb", "lib/action_mailer/railties/subscriber.rb", "lib/action_mailer/test_case.rb", "lib/action_mailer/test_helper.rb", "lib/action_mailer/tmail_compat.rb", "lib/action_mailer/version.rb", "lib/action_mailer.rb"] s.homepage = %q{http://www.rubyonrails.org} s.require_paths = ["lib"] s.requirements = ["none"] s.rubyforge_project = %q{actionmailer} s.rubygems_version = %q{1.3.5} s.summary = %q{Email composition, delivery, and recieval framework (part of Rails).}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<actionpack>, ["= 3.0.0.beta"])
s.add_runtime_dependency(%q<mail>, ["~> 2.1.2"])
s.add_runtime_dependency(%q<text-format>, ["~> 1.0.0"])
else
s.add_dependency(%q<actionpack>, ["= 3.0.0.beta"])
s.add_dependency(%q<mail>, ["~> 2.1.2"])
s.add_dependency(%q<text-format>, ["~> 1.0.0"])
end
else
s.add_dependency(%q<actionpack>, ["= 3.0.0.beta"])
s.add_dependency(%q<mail>, ["~> 2.1.2"])
s.add_dependency(%q<text-format>, ["~> 1.0.0"])
end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/actionmailer-3.0.0.beta.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{actionpack} s.version = "3.0.0.beta"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.description = %q{Web-flow and rendering framework putting the VC in MVC (part of Rails).} s.email = %q{david@loudthinking.com} s.files = ["CHANGELOG", "README", "MIT-LICENSE", "lib/abstract_controller/base.rb", "lib/abstract_controller/callbacks.rb", "lib/abstract_controller/collector.rb", "lib/abstract_controller/compatibility.rb", "lib/abstract_controller/helpers.rb", "lib/abstract_controller/layouts.rb", "lib/abstract_controller/localized_cache.rb", "lib/abstract_controller/logger.rb", "lib/abstract_controller/rendering.rb", "lib/abstract_controller/translation.rb", "lib/abstract_controller.rb", "lib/action_controller/base.rb", "lib/action_controller/caching/actions.rb", "lib/action_controller/caching/fragments.rb", "lib/action_controller/caching/pages.rb", "lib/action_controller/caching/sweeping.rb", "lib/action_controller/caching.rb", "lib/action_controller/deprecated/dispatcher.rb", "lib/action_controller/deprecated/integration_test.rb", "lib/action_controller/deprecated/performance_test.rb", "lib/action_controller/deprecated.rb", "lib/action_controller/metal/compatibility.rb", "lib/action_controller/metal/conditional_get.rb", "lib/action_controller/metal/configuration.rb", "lib/action_controller/metal/cookies.rb", "lib/action_controller/metal/exceptions.rb", "lib/action_controller/metal/flash.rb", "lib/action_controller/metal/head.rb", "lib/action_controller/metal/helpers.rb", "lib/action_controller/metal/hide_actions.rb", "lib/action_controller/metal/http_authentication.rb", "lib/action_controller/metal/instrumentation.rb", "lib/action_controller/metal/mime_responds.rb", "lib/action_controller/metal/rack_delegation.rb", "lib/action_controller/metal/redirecting.rb", "lib/action_controller/metal/renderers.rb", "lib/action_controller/metal/rendering.rb", "lib/action_controller/metal/request_forgery_protection.rb", "lib/action_controller/metal/rescue.rb", "lib/action_controller/metal/responder.rb", "lib/action_controller/metal/session_management.rb", "lib/action_controller/metal/streaming.rb", "lib/action_controller/metal/testing.rb", "lib/action_controller/metal/url_for.rb", "lib/action_controller/metal/verification.rb", "lib/action_controller/metal.rb", "lib/action_controller/middleware.rb", "lib/action_controller/polymorphic_routes.rb", "lib/action_controller/railtie.rb", "lib/action_controller/railties/subscriber.rb", "lib/action_controller/record_identifier.rb", "lib/action_controller/test_case.rb", "lib/action_controller/url_rewriter.rb", "lib/action_controller/vendor/html-scanner/html/document.rb", "lib/action_controller/vendor/html-scanner/html/node.rb", "lib/action_controller/vendor/html-scanner/html/sanitizer.rb", "lib/action_controller/vendor/html-scanner/html/selector.rb", "lib/action_controller/vendor/html-scanner/html/tokenizer.rb", "lib/action_controller/vendor/html-scanner/html/version.rb", "lib/action_controller/vendor/html-scanner.rb", "lib/action_controller.rb", "lib/action_dispatch/http/cache.rb", "lib/action_dispatch/http/filter_parameters.rb", "lib/action_dispatch/http/headers.rb", "lib/action_dispatch/http/mime_negotiation.rb", "lib/action_dispatch/http/mime_type.rb", "lib/action_dispatch/http/mime_types.rb", "lib/action_dispatch/http/parameters.rb", "lib/action_dispatch/http/request.rb", "lib/action_dispatch/http/response.rb", "lib/action_dispatch/http/upload.rb", "lib/action_dispatch/http/url.rb", "lib/action_dispatch/middleware/callbacks.rb", "lib/action_dispatch/middleware/cascade.rb", "lib/action_dispatch/middleware/cookies.rb", "lib/action_dispatch/middleware/flash.rb", "lib/action_dispatch/middleware/head.rb", "lib/action_dispatch/middleware/params_parser.rb", "lib/action_dispatch/middleware/rescue.rb", "lib/action_dispatch/middleware/session/abstract_store.rb", "lib/action_dispatch/middleware/session/cookie_store.rb", "lib/action_dispatch/middleware/session/mem_cache_store.rb", "lib/action_dispatch/middleware/show_exceptions.rb", "lib/action_dispatch/middleware/stack.rb", "lib/action_dispatch/middleware/static.rb", "lib/action_dispatch/middleware/templates/rescues/request_and_response.erb", "lib/action_dispatch/middleware/templates/rescues/trace.erb", "lib/action_dispatch/middleware/templates/rescues/diagnostics.erb", "lib/action_dispatch/middleware/templates/rescues/layout.erb", "lib/action_dispatch/middleware/templates/rescues/missing_template.erb", "lib/action_dispatch/middleware/templates/rescues/routing_error.erb", "lib/action_dispatch/middleware/templates/rescues/template_error.erb", "lib/action_dispatch/middleware/templates/rescues/unknown_action.erb", "lib/action_dispatch/railtie.rb", "lib/action_dispatch/routing/deprecated_mapper.rb", "lib/action_dispatch/routing/mapper.rb", "lib/action_dispatch/routing/route.rb", "lib/action_dispatch/routing/route_set.rb", "lib/action_dispatch/routing.rb", "lib/action_dispatch/testing/assertions/dom.rb", "lib/action_dispatch/testing/assertions/model.rb", "lib/action_dispatch/testing/assertions/response.rb", "lib/action_dispatch/testing/assertions/routing.rb", "lib/action_dispatch/testing/assertions/selector.rb", "lib/action_dispatch/testing/assertions/tag.rb", "lib/action_dispatch/testing/assertions.rb", "lib/action_dispatch/testing/integration.rb", "lib/action_dispatch/testing/performance_test.rb", "lib/action_dispatch/testing/test_process.rb", "lib/action_dispatch/testing/test_request.rb", "lib/action_dispatch/testing/test_response.rb", "lib/action_dispatch.rb", "lib/action_pack/version.rb", "lib/action_pack.rb", "lib/action_view/base.rb", "lib/action_view/context.rb", "lib/action_view/helpers/active_model_helper.rb", "lib/action_view/helpers/asset_tag_helper.rb", "lib/action_view/helpers/atom_feed_helper.rb", "lib/action_view/helpers/cache_helper.rb", "lib/action_view/helpers/capture_helper.rb", "lib/action_view/helpers/csrf_helper.rb", "lib/action_view/helpers/date_helper.rb", "lib/action_view/helpers/debug_helper.rb", "lib/action_view/helpers/form_helper.rb", "lib/action_view/helpers/form_options_helper.rb", "lib/action_view/helpers/form_tag_helper.rb", "lib/action_view/helpers/javascript_helper.rb", "lib/action_view/helpers/number_helper.rb", "lib/action_view/helpers/prototype_helper.rb", "lib/action_view/helpers/raw_output_helper.rb", "lib/action_view/helpers/record_identification_helper.rb", "lib/action_view/helpers/record_tag_helper.rb", "lib/action_view/helpers/sanitize_helper.rb", "lib/action_view/helpers/scriptaculous_helper.rb", "lib/action_view/helpers/tag_helper.rb", "lib/action_view/helpers/text_helper.rb", "lib/action_view/helpers/translation_helper.rb", "lib/action_view/helpers/url_helper.rb", "lib/action_view/helpers.rb", "lib/action_view/locale/en.yml", "lib/action_view/paths.rb", "lib/action_view/railtie.rb", "lib/action_view/railties/subscriber.rb", "lib/action_view/render/partials.rb", "lib/action_view/render/rendering.rb", "lib/action_view/template/error.rb", "lib/action_view/template/handler.rb", "lib/action_view/template/handlers/builder.rb", "lib/action_view/template/handlers/erb.rb", "lib/action_view/template/handlers/rjs.rb", "lib/action_view/template/handlers.rb", "lib/action_view/template/resolver.rb", "lib/action_view/template/text.rb", "lib/action_view/template.rb", "lib/action_view/test_case.rb", "lib/action_view.rb"] s.homepage = %q{http://www.rubyonrails.org} s.require_paths = ["lib"] s.requirements = ["none"] s.rubyforge_project = %q{actionpack} s.rubygems_version = %q{1.3.5} s.summary = %q{Web-flow and rendering framework putting the VC in MVC (part of Rails).}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, ["= 3.0.0.beta"])
s.add_runtime_dependency(%q<activemodel>, ["= 3.0.0.beta"])
s.add_runtime_dependency(%q<rack>, ["~> 1.1.0"])
s.add_runtime_dependency(%q<rack-test>, ["~> 0.5.0"])
s.add_runtime_dependency(%q<rack-mount>, ["~> 0.4.0"])
s.add_runtime_dependency(%q<erubis>, ["~> 2.6.5"])
else
s.add_dependency(%q<activesupport>, ["= 3.0.0.beta"])
s.add_dependency(%q<activemodel>, ["= 3.0.0.beta"])
s.add_dependency(%q<rack>, ["~> 1.1.0"])
s.add_dependency(%q<rack-test>, ["~> 0.5.0"])
s.add_dependency(%q<rack-mount>, ["~> 0.4.0"])
s.add_dependency(%q<erubis>, ["~> 2.6.5"])
end
else
s.add_dependency(%q<activesupport>, ["= 3.0.0.beta"])
s.add_dependency(%q<activemodel>, ["= 3.0.0.beta"])
s.add_dependency(%q<rack>, ["~> 1.1.0"])
s.add_dependency(%q<rack-test>, ["~> 0.5.0"])
s.add_dependency(%q<rack-mount>, ["~> 0.4.0"])
s.add_dependency(%q<erubis>, ["~> 2.6.5"])
end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/actionpack-3.0.0.beta.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{activemodel} s.version = "3.0.0.beta"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-03} s.description = %q{Extracts common modeling concerns from ActiveRecord to share between similar frameworks like ActiveResource.} s.email = %q{david@loudthinking.com} s.files = ["CHANGELOG", "MIT-LICENSE", "README", "lib/active_model/attribute_methods.rb", "lib/active_model/callbacks.rb", "lib/active_model/conversion.rb", "lib/active_model/deprecated_error_methods.rb", "lib/active_model/dirty.rb", "lib/active_model/errors.rb", "lib/active_model/lint.rb", "lib/active_model/locale/en.yml", "lib/active_model/naming.rb", "lib/active_model/observing.rb", "lib/active_model/railtie.rb", "lib/active_model/serialization.rb", "lib/active_model/serializers/json.rb", "lib/active_model/serializers/xml.rb", "lib/active_model/test_case.rb", "lib/active_model/translation.rb", "lib/active_model/validations/acceptance.rb", "lib/active_model/validations/confirmation.rb", "lib/active_model/validations/exclusion.rb", "lib/active_model/validations/format.rb", "lib/active_model/validations/inclusion.rb", "lib/active_model/validations/length.rb", "lib/active_model/validations/numericality.rb", "lib/active_model/validations/presence.rb", "lib/active_model/validations/validates.rb", "lib/active_model/validations/with.rb", "lib/active_model/validations.rb", "lib/active_model/validator.rb", "lib/active_model/version.rb", "lib/active_model.rb"] s.homepage = %q{http://www.rubyonrails.org} s.require_paths = ["lib"] s.rubyforge_project = %q{activemodel} s.rubygems_version = %q{1.3.5} s.summary = %q{A toolkit for building other modeling frameworks like ActiveRecord}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, ["= 3.0.0.beta"])
else
s.add_dependency(%q<activesupport>, ["= 3.0.0.beta"])
end
else
s.add_dependency(%q<activesupport>, ["= 3.0.0.beta"])
end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.0.0.beta.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{activerecord} s.version = "3.0.0.beta"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.description = %q{Object-relational mapper framework (part of Rails).} s.email = %q{david@loudthinking.com} s.extra_rdoc_files = ["README"] s.files = ["CHANGELOG", "README", "examples/associations.png", "examples/performance.rb", "examples/simple.rb", "lib/active_record/aggregations.rb", "lib/active_record/association_preload.rb", "lib/active_record/associations/association_collection.rb", "lib/active_record/associations/association_proxy.rb", "lib/active_record/associations/belongs_to_association.rb", "lib/active_record/associations/belongs_to_polymorphic_association.rb", "lib/active_record/associations/has_and_belongs_to_many_association.rb", "lib/active_record/associations/has_many_association.rb", "lib/active_record/associations/has_many_through_association.rb", "lib/active_record/associations/has_one_association.rb", "lib/active_record/associations/has_one_through_association.rb", "lib/active_record/associations/through_association_scope.rb", "lib/active_record/associations.rb", "lib/active_record/attribute_methods/before_type_cast.rb", "lib/active_record/attribute_methods/dirty.rb", "lib/active_record/attribute_methods/primary_key.rb", "lib/active_record/attribute_methods/query.rb", "lib/active_record/attribute_methods/read.rb", "lib/active_record/attribute_methods/time_zone_conversion.rb", "lib/active_record/attribute_methods/write.rb", "lib/active_record/attribute_methods.rb", "lib/active_record/autosave_association.rb", "lib/active_record/base.rb", "lib/active_record/batches.rb", "lib/active_record/callbacks.rb", "lib/active_record/connection_adapters/abstract/connection_pool.rb", "lib/active_record/connection_adapters/abstract/connection_specification.rb", "lib/active_record/connection_adapters/abstract/database_statements.rb", "lib/active_record/connection_adapters/abstract/query_cache.rb", "lib/active_record/connection_adapters/abstract/quoting.rb", "lib/active_record/connection_adapters/abstract/schema_definitions.rb", "lib/active_record/connection_adapters/abstract/schema_statements.rb", "lib/active_record/connection_adapters/abstract_adapter.rb", "lib/active_record/connection_adapters/mysql_adapter.rb", "lib/active_record/connection_adapters/postgresql_adapter.rb", "lib/active_record/connection_adapters/sqlite3_adapter.rb", "lib/active_record/connection_adapters/sqlite_adapter.rb", "lib/active_record/dynamic_finder_match.rb", "lib/active_record/dynamic_scope_match.rb", "lib/active_record/fixtures.rb", "lib/active_record/locale/en.yml", "lib/active_record/locking/optimistic.rb", "lib/active_record/locking/pessimistic.rb", "lib/active_record/migration.rb", "lib/active_record/named_scope.rb", "lib/active_record/nested_attributes.rb", "lib/active_record/observer.rb", "lib/active_record/query_cache.rb", "lib/active_record/railtie.rb", "lib/active_record/railties/controller_runtime.rb", "lib/active_record/railties/databases.rake", "lib/active_record/railties/subscriber.rb", "lib/active_record/reflection.rb", "lib/active_record/relation/calculations.rb", "lib/active_record/relation/finder_methods.rb", "lib/active_record/relation/predicate_builder.rb", "lib/active_record/relation/query_methods.rb", "lib/active_record/relation/spawn_methods.rb", "lib/active_record/relation.rb", "lib/active_record/schema.rb", "lib/active_record/schema_dumper.rb", "lib/active_record/serialization.rb", "lib/active_record/serializers/xml_serializer.rb", "lib/active_record/session_store.rb", "lib/active_record/test_case.rb", "lib/active_record/timestamp.rb", "lib/active_record/transactions.rb", "lib/active_record/validations/associated.rb", "lib/active_record/validations/uniqueness.rb", "lib/active_record/validations.rb", "lib/active_record/version.rb", "lib/active_record.rb", "lib/generators/active_record/migration/migration_generator.rb", "lib/generators/active_record/migration/templates/migration.rb", "lib/generators/active_record/model/model_generator.rb", "lib/generators/active_record/model/templates/migration.rb", "lib/generators/active_record/model/templates/model.rb", "lib/generators/active_record/observer/observer_generator.rb", "lib/generators/active_record/observer/templates/observer.rb", "lib/generators/active_record/session_migration/session_migration_generator.rb", "lib/generators/active_record/session_migration/templates/migration.rb", "lib/generators/active_record.rb"] s.homepage = %q{http://www.rubyonrails.org} s.rdoc_options = ["--main", "README"] s.require_paths = ["lib"] s.rubyforge_project = %q{activerecord} s.rubygems_version = %q{1.3.5} s.summary = %q{Object-relational mapper framework (part of Rails).}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, ["= 3.0.0.beta"])
s.add_runtime_dependency(%q<activemodel>, ["= 3.0.0.beta"])
s.add_runtime_dependency(%q<arel>, ["~> 0.2.0"])
else
s.add_dependency(%q<activesupport>, ["= 3.0.0.beta"])
s.add_dependency(%q<activemodel>, ["= 3.0.0.beta"])
s.add_dependency(%q<arel>, ["~> 0.2.0"])
end
else
s.add_dependency(%q<activesupport>, ["= 3.0.0.beta"])
s.add_dependency(%q<activemodel>, ["= 3.0.0.beta"])
s.add_dependency(%q<arel>, ["~> 0.2.0"])
end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.0.0.beta.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{activeresource} s.version = "3.0.0.beta"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.description = %q{REST-model framework (part of Rails).} s.email = %q{david@loudthinking.com} s.extra_rdoc_files = ["README"] s.files = ["CHANGELOG", "README", "examples/simple.rb", "lib/active_resource/base.rb", "lib/active_resource/connection.rb", "lib/active_resource/custom_methods.rb", "lib/active_resource/exceptions.rb", "lib/active_resource/formats/json_format.rb", "lib/active_resource/formats/xml_format.rb", "lib/active_resource/formats.rb", "lib/active_resource/http_mock.rb", "lib/active_resource/observing.rb", "lib/active_resource/railtie.rb", "lib/active_resource/railties/subscriber.rb", "lib/active_resource/schema.rb", "lib/active_resource/validations.rb", "lib/active_resource/version.rb", "lib/active_resource.rb"] s.homepage = %q{http://www.rubyonrails.org} s.rdoc_options = ["--main", "README"] s.require_paths = ["lib"] s.rubyforge_project = %q{activeresource} s.rubygems_version = %q{1.3.5} s.summary = %q{REST-model framework (part of Rails).}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, ["= 3.0.0.beta"])
s.add_runtime_dependency(%q<activemodel>, ["= 3.0.0.beta"])
else
s.add_dependency(%q<activesupport>, ["= 3.0.0.beta"])
s.add_dependency(%q<activemodel>, ["= 3.0.0.beta"])
end
else
s.add_dependency(%q<activesupport>, ["= 3.0.0.beta"])
s.add_dependency(%q<activemodel>, ["= 3.0.0.beta"])
end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/activeresource-3.0.0.beta.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{activesupport} s.version = "3.0.0.beta"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.description = %q{Support and utility classes used by the Rails framework.} s.email = %q{david@loudthinking.com} s.files = ["CHANGELOG", "README", "lib/active_support/all.rb", "lib/active_support/backtrace_cleaner.rb", "lib/active_support/base64.rb", "lib/active_support/basic_object.rb", "lib/active_support/benchmarkable.rb", "lib/active_support/buffered_logger.rb", "lib/active_support/cache/compressed_mem_cache_store.rb", "lib/active_support/cache/file_store.rb", "lib/active_support/cache/mem_cache_store.rb", "lib/active_support/cache/memory_store.rb", "lib/active_support/cache/strategy/local_cache.rb", "lib/active_support/cache/synchronized_memory_store.rb", "lib/active_support/cache.rb", "lib/active_support/callbacks.rb", "lib/active_support/concern.rb", "lib/active_support/configurable.rb", "lib/active_support/core_ext/array/access.rb", "lib/active_support/core_ext/array/conversions.rb", "lib/active_support/core_ext/array/extract_options.rb", "lib/active_support/core_ext/array/grouping.rb", "lib/active_support/core_ext/array/random_access.rb", "lib/active_support/core_ext/array/uniq_by.rb", "lib/active_support/core_ext/array/wrap.rb", "lib/active_support/core_ext/array.rb", "lib/active_support/core_ext/benchmark.rb", "lib/active_support/core_ext/big_decimal/conversions.rb", "lib/active_support/core_ext/big_decimal.rb", "lib/active_support/core_ext/cgi/escape_skipping_slashes.rb", "lib/active_support/core_ext/cgi.rb", "lib/active_support/core_ext/class/attribute.rb", "lib/active_support/core_ext/class/attribute_accessors.rb", "lib/active_support/core_ext/class/delegating_attributes.rb", "lib/active_support/core_ext/class/inheritable_attributes.rb", "lib/active_support/core_ext/class.rb", "lib/active_support/core_ext/date/acts_like.rb", "lib/active_support/core_ext/date/calculations.rb", "lib/active_support/core_ext/date/conversions.rb", "lib/active_support/core_ext/date/freeze.rb", "lib/active_support/core_ext/date_time/acts_like.rb", "lib/active_support/core_ext/date_time/calculations.rb", "lib/active_support/core_ext/date_time/conversions.rb", "lib/active_support/core_ext/date_time/zones.rb", "lib/active_support/core_ext/enumerable.rb", "lib/active_support/core_ext/exception.rb", "lib/active_support/core_ext/file/atomic.rb", "lib/active_support/core_ext/file.rb", "lib/active_support/core_ext/float/rounding.rb", "lib/active_support/core_ext/float.rb", "lib/active_support/core_ext/hash/conversions.rb", "lib/active_support/core_ext/hash/deep_merge.rb", "lib/active_support/core_ext/hash/diff.rb", "lib/active_support/core_ext/hash/except.rb", "lib/active_support/core_ext/hash/indifferent_access.rb", "lib/active_support/core_ext/hash/keys.rb", "lib/active_support/core_ext/hash/reverse_merge.rb", "lib/active_support/core_ext/hash/slice.rb", "lib/active_support/core_ext/hash.rb", "lib/active_support/core_ext/integer/inflections.rb", "lib/active_support/core_ext/integer/multiple.rb", "lib/active_support/core_ext/integer/time.rb", "lib/active_support/core_ext/integer.rb", "lib/active_support/core_ext/kernel/agnostics.rb", "lib/active_support/core_ext/kernel/daemonizing.rb", "lib/active_support/core_ext/kernel/debugger.rb", "lib/active_support/core_ext/kernel/reporting.rb", "lib/active_support/core_ext/kernel/requires.rb", "lib/active_support/core_ext/kernel.rb", "lib/active_support/core_ext/load_error.rb", "lib/active_support/core_ext/logger.rb", "lib/active_support/core_ext/module/aliasing.rb", "lib/active_support/core_ext/module/attr_accessor_with_default.rb", "lib/active_support/core_ext/module/attr_internal.rb", "lib/active_support/core_ext/module/attribute_accessors.rb", "lib/active_support/core_ext/module/delegation.rb", "lib/active_support/core_ext/module/deprecation.rb", "lib/active_support/core_ext/module/inclusion.rb", "lib/active_support/core_ext/module/introspection.rb", "lib/active_support/core_ext/module/loading.rb", "lib/active_support/core_ext/module/synchronization.rb", "lib/active_support/core_ext/module.rb", "lib/active_support/core_ext/name_error.rb", "lib/active_support/core_ext/numeric/bytes.rb", "lib/active_support/core_ext/numeric/time.rb", "lib/active_support/core_ext/numeric.rb", "lib/active_support/core_ext/object/acts_like.rb", "lib/active_support/core_ext/object/blank.rb", "lib/active_support/core_ext/object/conversions.rb", "lib/active_support/core_ext/object/duplicable.rb", "lib/active_support/core_ext/object/instance_variables.rb", "lib/active_support/core_ext/object/metaclass.rb", "lib/active_support/core_ext/object/misc.rb", "lib/active_support/core_ext/object/returning.rb", "lib/active_support/core_ext/object/to_param.rb", "lib/active_support/core_ext/object/to_query.rb", "lib/active_support/core_ext/object/try.rb", "lib/active_support/core_ext/object/with_options.rb", "lib/active_support/core_ext/object.rb", "lib/active_support/core_ext/proc.rb", "lib/active_support/core_ext/process/daemon.rb", "lib/active_support/core_ext/process.rb", "lib/active_support/core_ext/range/blockless_step.rb", "lib/active_support/core_ext/range/conversions.rb", "lib/active_support/core_ext/range/include_range.rb", "lib/active_support/core_ext/range/overlaps.rb", "lib/active_support/core_ext/range.rb", "lib/active_support/core_ext/regexp.rb", "lib/active_support/core_ext/rexml.rb", "lib/active_support/core_ext/string/access.rb", "lib/active_support/core_ext/string/behavior.rb", "lib/active_support/core_ext/string/conversions.rb", "lib/active_support/core_ext/string/exclude.rb", "lib/active_support/core_ext/string/filters.rb", "lib/active_support/core_ext/string/inflections.rb", "lib/active_support/core_ext/string/interpolation.rb", "lib/active_support/core_ext/string/multibyte.rb", "lib/active_support/core_ext/string/output_safety.rb", "lib/active_support/core_ext/string/starts_ends_with.rb", "lib/active_support/core_ext/string/xchar.rb", "lib/active_support/core_ext/string.rb", "lib/active_support/core_ext/time/acts_like.rb", "lib/active_support/core_ext/time/calculations.rb", "lib/active_support/core_ext/time/conversions.rb", "lib/active_support/core_ext/time/marshal_with_utc_flag.rb", "lib/active_support/core_ext/time/publicize_conversion_methods.rb", "lib/active_support/core_ext/time/zones.rb", "lib/active_support/core_ext/uri.rb", "lib/active_support/core_ext.rb", "lib/active_support/dependencies/autoload.rb", "lib/active_support/dependencies.rb", "lib/active_support/deprecation/behaviors.rb", "lib/active_support/deprecation/method_wrappers.rb", "lib/active_support/deprecation/proxy_wrappers.rb", "lib/active_support/deprecation/reporting.rb", "lib/active_support/deprecation.rb", "lib/active_support/duration.rb", "lib/active_support/gzip.rb", "lib/active_support/hash_with_indifferent_access.rb", "lib/active_support/i18n.rb", "lib/active_support/inflections.rb", "lib/active_support/inflector/inflections.rb", "lib/active_support/inflector/methods.rb", "lib/active_support/inflector/transliterate.rb", "lib/active_support/inflector.rb", "lib/active_support/json/backends/jsongem.rb", "lib/active_support/json/backends/yaml.rb", "lib/active_support/json/decoding.rb", "lib/active_support/json/encoding.rb", "lib/active_support/json/variable.rb", "lib/active_support/json.rb", "lib/active_support/locale/en.yml", "lib/active_support/memoizable.rb", "lib/active_support/message_encryptor.rb", "lib/active_support/message_verifier.rb", "lib/active_support/multibyte/chars.rb", "lib/active_support/multibyte/exceptions.rb", "lib/active_support/multibyte/unicode_database.rb", "lib/active_support/multibyte/utils.rb", "lib/active_support/multibyte.rb", "lib/active_support/notifications/fanout.rb", "lib/active_support/notifications/instrumenter.rb", "lib/active_support/notifications.rb", "lib/active_support/option_merger.rb", "lib/active_support/ordered_hash.rb", "lib/active_support/ordered_options.rb", "lib/active_support/railtie.rb", "lib/active_support/rescuable.rb", "lib/active_support/ruby/shim.rb", "lib/active_support/secure_random.rb", "lib/active_support/string_inquirer.rb", "lib/active_support/test_case.rb", "lib/active_support/testing/assertions.rb", "lib/active_support/testing/declarative.rb", "lib/active_support/testing/default.rb", "lib/active_support/testing/deprecation.rb", "lib/active_support/testing/isolation.rb", "lib/active_support/testing/pending.rb", "lib/active_support/testing/performance.rb", "lib/active_support/testing/setup_and_teardown.rb", "lib/active_support/time/autoload.rb", "lib/active_support/time.rb", "lib/active_support/time_with_zone.rb", "lib/active_support/values/time_zone.rb", "lib/active_support/values/unicode_tables.dat", "lib/active_support/version.rb", "lib/active_support/whiny_nil.rb", "lib/active_support/xml_mini/jdom.rb", "lib/active_support/xml_mini/libxml.rb", "lib/active_support/xml_mini/libxmlsax.rb", "lib/active_support/xml_mini/nokogiri.rb", "lib/active_support/xml_mini/nokogirisax.rb", "lib/active_support/xml_mini/rexml.rb", "lib/active_support/xml_mini.rb", "lib/active_support.rb"] s.homepage = %q{http://www.rubyonrails.org} s.require_paths = ["lib"] s.rubyforge_project = %q{activesupport} s.rubygems_version = %q{1.3.5} s.summary = %q{Support and utility classes used by the Rails framework.}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<i18n>, ["~> 0.3.0"])
s.add_runtime_dependency(%q<tzinfo>, ["~> 0.3.16"])
s.add_runtime_dependency(%q<builder>, ["~> 2.1.2"])
s.add_runtime_dependency(%q<memcache-client>, ["~> 1.7.5"])
else
s.add_dependency(%q<i18n>, ["~> 0.3.0"])
s.add_dependency(%q<tzinfo>, ["~> 0.3.16"])
s.add_dependency(%q<builder>, ["~> 2.1.2"])
s.add_dependency(%q<memcache-client>, ["~> 1.7.5"])
end
else
s.add_dependency(%q<i18n>, ["~> 0.3.0"])
s.add_dependency(%q<tzinfo>, ["~> 0.3.16"])
s.add_dependency(%q<builder>, ["~> 2.1.2"])
s.add_dependency(%q<memcache-client>, ["~> 1.7.5"])
end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.0.0.beta.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{arel} s.version = "0.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if
s.respond_to? :required_rubygems_version= s.authors = ["Bryan
Helmkamp", "Nick Kallen", "Emilio Tagua"] s.date = %q{2010-02-05}
s.description = %q{Arel is a Relational Algebra for Ruby. It 1)
simplifies the generation complex of SQL queries and it 2) adapts
to various RDBMS systems. It is intended to be
a framework framework; that is, you can build your own ORM with it,
focusing on
innovative object and collection modeling as opposed to database
compatibility
and query generation.}
s.email = %q{bryan@brynary.com}
s.extra_rdoc_files = ["History.txt", "README.markdown"] s.files =
[".gitignore", ".gitmodules", "History.txt", "README.markdown",
"Rakefile", "Thorfile", "arel.gemspec", "doc/CONVENTIONS",
"doc/TODO", "lib/arel.rb", "lib/arel/algebra.rb",
"lib/arel/algebra/attribute.rb",
"lib/arel/algebra/core_extensions.rb",
"lib/arel/algebra/core_extensions/class.rb",
"lib/arel/algebra/core_extensions/hash.rb",
"lib/arel/algebra/core_extensions/object.rb",
"lib/arel/algebra/core_extensions/symbol.rb",
"lib/arel/algebra/expression.rb", "lib/arel/algebra/ordering.rb",
"lib/arel/algebra/predicates.rb", "lib/arel/algebra/relations.rb",
"lib/arel/algebra/relations/operations/alias.rb",
"lib/arel/algebra/relations/operations/from.rb",
"lib/arel/algebra/relations/operations/group.rb",
"lib/arel/algebra/relations/operations/having.rb",
"lib/arel/algebra/relations/operations/join.rb",
"lib/arel/algebra/relations/operations/lock.rb",
"lib/arel/algebra/relations/operations/order.rb",
"lib/arel/algebra/relations/operations/project.rb",
"lib/arel/algebra/relations/operations/skip.rb",
"lib/arel/algebra/relations/operations/take.rb",
"lib/arel/algebra/relations/operations/where.rb",
"lib/arel/algebra/relations/relation.rb",
"lib/arel/algebra/relations/row.rb",
"lib/arel/algebra/relations/utilities/compound.rb",
"lib/arel/algebra/relations/utilities/externalization.rb",
"lib/arel/algebra/relations/utilities/nil.rb",
"lib/arel/algebra/relations/writes.rb",
"lib/arel/algebra/value.rb", "lib/arel/engines.rb",
"lib/arel/engines/memory.rb", "lib/arel/engines/memory/engine.rb",
"lib/arel/engines/memory/predicates.rb",
"lib/arel/engines/memory/primitives.rb",
"lib/arel/engines/memory/relations.rb",
"lib/arel/engines/memory/relations/array.rb",
"lib/arel/engines/memory/relations/compound.rb",
"lib/arel/engines/memory/relations/operations.rb",
"lib/arel/engines/memory/relations/writes.rb",
"lib/arel/engines/sql.rb", "lib/arel/engines/sql/christener.rb",
"lib/arel/engines/sql/core_extensions.rb",
"lib/arel/engines/sql/core_extensions/array.rb",
"lib/arel/engines/sql/core_extensions/nil_class.rb",
"lib/arel/engines/sql/core_extensions/object.rb",
"lib/arel/engines/sql/core_extensions/range.rb",
"lib/arel/engines/sql/engine.rb",
"lib/arel/engines/sql/formatters.rb",
"lib/arel/engines/sql/predicates.rb",
"lib/arel/engines/sql/primitives.rb",
"lib/arel/engines/sql/relations.rb",
"lib/arel/engines/sql/relations/operations/alias.rb",
"lib/arel/engines/sql/relations/operations/join.rb",
"lib/arel/engines/sql/relations/relation.rb",
"lib/arel/engines/sql/relations/table.rb",
"lib/arel/engines/sql/relations/utilities/compound.rb",
"lib/arel/engines/sql/relations/utilities/externalization.rb",
"lib/arel/engines/sql/relations/utilities/nil.rb",
"lib/arel/engines/sql/relations/utilities/recursion.rb",
"lib/arel/engines/sql/relations/writes.rb", "lib/arel/session.rb",
"spec/arel/algebra/unit/predicates/binary_spec.rb",
"spec/arel/algebra/unit/predicates/equality_spec.rb",
"spec/arel/algebra/unit/predicates/in_spec.rb",
"spec/arel/algebra/unit/primitives/attribute_spec.rb",
"spec/arel/algebra/unit/primitives/expression_spec.rb",
"spec/arel/algebra/unit/primitives/value_spec.rb",
"spec/arel/algebra/unit/relations/alias_spec.rb",
"spec/arel/algebra/unit/relations/delete_spec.rb",
"spec/arel/algebra/unit/relations/group_spec.rb",
"spec/arel/algebra/unit/relations/insert_spec.rb",
"spec/arel/algebra/unit/relations/join_spec.rb",
"spec/arel/algebra/unit/relations/order_spec.rb",
"spec/arel/algebra/unit/relations/project_spec.rb",
"spec/arel/algebra/unit/relations/relation_spec.rb",
"spec/arel/algebra/unit/relations/skip_spec.rb",
"spec/arel/algebra/unit/relations/table_spec.rb",
"spec/arel/algebra/unit/relations/take_spec.rb",
"spec/arel/algebra/unit/relations/update_spec.rb",
"spec/arel/algebra/unit/relations/where_spec.rb",
"spec/arel/algebra/unit/session/session_spec.rb",
"spec/arel/engines/memory/integration/joins/cross_engine_spec.rb",
"spec/arel/engines/memory/unit/relations/array_spec.rb",
"spec/arel/engines/memory/unit/relations/insert_spec.rb",
"spec/arel/engines/memory/unit/relations/join_spec.rb",
"spec/arel/engines/memory/unit/relations/order_spec.rb",
"spec/arel/engines/memory/unit/relations/project_spec.rb",
"spec/arel/engines/memory/unit/relations/skip_spec.rb",
"spec/arel/engines/memory/unit/relations/take_spec.rb",
"spec/arel/engines/memory/unit/relations/where_spec.rb",
"spec/arel/engines/sql/integration/joins/with_adjacency_spec.rb",
"spec/arel/engines/sql/integration/joins/with_aggregations_spec.rb",
"spec/arel/engines/sql/integration/joins/with_compounds_spec.rb",
"spec/arel/engines/sql/unit/engine_spec.rb",
"spec/arel/engines/sql/unit/predicates/binary_spec.rb",
"spec/arel/engines/sql/unit/predicates/equality_spec.rb",
"spec/arel/engines/sql/unit/predicates/in_spec.rb",
"spec/arel/engines/sql/unit/predicates/predicates_spec.rb",
"spec/arel/engines/sql/unit/primitives/attribute_spec.rb",
"spec/arel/engines/sql/unit/primitives/expression_spec.rb",
"spec/arel/engines/sql/unit/primitives/literal_spec.rb",
"spec/arel/engines/sql/unit/primitives/value_spec.rb",
"spec/arel/engines/sql/unit/relations/alias_spec.rb",
"spec/arel/engines/sql/unit/relations/delete_spec.rb",
"spec/arel/engines/sql/unit/relations/from_spec.rb",
"spec/arel/engines/sql/unit/relations/group_spec.rb",
"spec/arel/engines/sql/unit/relations/having_spec.rb",
"spec/arel/engines/sql/unit/relations/insert_spec.rb",
"spec/arel/engines/sql/unit/relations/join_spec.rb",
"spec/arel/engines/sql/unit/relations/lock_spec.rb",
"spec/arel/engines/sql/unit/relations/order_spec.rb",
"spec/arel/engines/sql/unit/relations/project_spec.rb",
"spec/arel/engines/sql/unit/relations/skip_spec.rb",
"spec/arel/engines/sql/unit/relations/table_spec.rb",
"spec/arel/engines/sql/unit/relations/take_spec.rb",
"spec/arel/engines/sql/unit/relations/update_spec.rb",
"spec/arel/engines/sql/unit/relations/where_spec.rb",
"spec/connections/mysql_connection.rb",
"spec/connections/postgresql_connection.rb",
"spec/connections/sqlite3_connection.rb", "spec/doubles/hash.rb",
"spec/matchers/be_like.rb",
"spec/matchers/disambiguate_attributes.rb",
"spec/matchers/hash_the_same_as.rb",
"spec/schemas/mysql_schema.rb",
"spec/schemas/postgresql_schema.rb",
"spec/schemas/sqlite3_schema.rb", "spec/spec.opts",
"spec/spec_helper.rb"] s.homepage = %q{http://github.com/brynary/arel}
s.require_paths = ["lib"] s.rubyforge_project = %q{arel}
s.rubygems_version = %q{1.3.5} s.summary = %q{Arel is a relational
algebra engine for Ruby} s.test_files =
["spec/arel/algebra/unit/predicates/binary_spec.rb",
"spec/arel/algebra/unit/predicates/equality_spec.rb",
"spec/arel/algebra/unit/predicates/in_spec.rb",
"spec/arel/algebra/unit/primitives/attribute_spec.rb",
"spec/arel/algebra/unit/primitives/expression_spec.rb",
"spec/arel/algebra/unit/primitives/value_spec.rb",
"spec/arel/algebra/unit/relations/alias_spec.rb",
"spec/arel/algebra/unit/relations/delete_spec.rb",
"spec/arel/algebra/unit/relations/group_spec.rb",
"spec/arel/algebra/unit/relations/insert_spec.rb",
"spec/arel/algebra/unit/relations/join_spec.rb",
"spec/arel/algebra/unit/relations/order_spec.rb",
"spec/arel/algebra/unit/relations/project_spec.rb",
"spec/arel/algebra/unit/relations/relation_spec.rb",
"spec/arel/algebra/unit/relations/skip_spec.rb",
"spec/arel/algebra/unit/relations/table_spec.rb",
"spec/arel/algebra/unit/relations/take_spec.rb",
"spec/arel/algebra/unit/relations/update_spec.rb",
"spec/arel/algebra/unit/relations/where_spec.rb",
"spec/arel/algebra/unit/session/session_spec.rb",
"spec/arel/engines/memory/integration/joins/cross_engine_spec.rb",
"spec/arel/engines/memory/unit/relations/array_spec.rb",
"spec/arel/engines/memory/unit/relations/insert_spec.rb",
"spec/arel/engines/memory/unit/relations/join_spec.rb",
"spec/arel/engines/memory/unit/relations/order_spec.rb",
"spec/arel/engines/memory/unit/relations/project_spec.rb",
"spec/arel/engines/memory/unit/relations/skip_spec.rb",
"spec/arel/engines/memory/unit/relations/take_spec.rb",
"spec/arel/engines/memory/unit/relations/where_spec.rb",
"spec/arel/engines/sql/integration/joins/with_adjacency_spec.rb",
"spec/arel/engines/sql/integration/joins/with_aggregations_spec.rb",
"spec/arel/engines/sql/integration/joins/with_compounds_spec.rb",
"spec/arel/engines/sql/unit/engine_spec.rb",
"spec/arel/engines/sql/unit/predicates/binary_spec.rb",
"spec/arel/engines/sql/unit/predicates/equality_spec.rb",
"spec/arel/engines/sql/unit/predicates/in_spec.rb",
"spec/arel/engines/sql/unit/predicates/predicates_spec.rb",
"spec/arel/engines/sql/unit/primitives/attribute_spec.rb",
"spec/arel/engines/sql/unit/primitives/expression_spec.rb",
"spec/arel/engines/sql/unit/primitives/literal_spec.rb",
"spec/arel/engines/sql/unit/primitives/value_spec.rb",
"spec/arel/engines/sql/unit/relations/alias_spec.rb",
"spec/arel/engines/sql/unit/relations/delete_spec.rb",
"spec/arel/engines/sql/unit/relations/from_spec.rb",
"spec/arel/engines/sql/unit/relations/group_spec.rb",
"spec/arel/engines/sql/unit/relations/having_spec.rb",
"spec/arel/engines/sql/unit/relations/insert_spec.rb",
"spec/arel/engines/sql/unit/relations/join_spec.rb",
"spec/arel/engines/sql/unit/relations/lock_spec.rb",
"spec/arel/engines/sql/unit/relations/order_spec.rb",
"spec/arel/engines/sql/unit/relations/project_spec.rb",
"spec/arel/engines/sql/unit/relations/skip_spec.rb",
"spec/arel/engines/sql/unit/relations/table_spec.rb",
"spec/arel/engines/sql/unit/relations/take_spec.rb",
"spec/arel/engines/sql/unit/relations/update_spec.rb",
"spec/arel/engines/sql/unit/relations/where_spec.rb",
"spec/connections/mysql_connection.rb",
"spec/connections/postgresql_connection.rb",
"spec/connections/sqlite3_connection.rb", "spec/doubles/hash.rb",
"spec/matchers/be_like.rb",
"spec/matchers/disambiguate_attributes.rb",
"spec/matchers/hash_the_same_as.rb",
"spec/schemas/mysql_schema.rb",
"spec/schemas/postgresql_schema.rb",
"spec/schemas/sqlite3_schema.rb", "spec/spec_helper.rb"]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, [">= 3.0.0.beta"])
else
s.add_dependency(%q<activesupport>, [">= 3.0.0.beta"])
end
else
s.add_dependency(%q<activesupport>, [">= 3.0.0.beta"])
end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/arel-0.2.1.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{builder} s.version = "2.1.2"
s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version= s.authors = ["Jim Weirich"] s.autorequire = %q{builder} s.cert_chain = nil s.date = %q{2007-06-15} s.description = %q{Builder provides a number of builder objects that make creating structured data simple to do. Currently the following builder objects are supported: * XML Markup * XML Events} s.email = %q{jim@weirichhouse.org} s.extra_rdoc_files = ["CHANGES", "Rakefile", "README", "doc/releases/builder-1.2.4.rdoc", "doc/releases/builder-2.0.0.rdoc", "doc/releases/builder-2.1.1.rdoc"] s.files = ["lib/blankslate.rb", "lib/builder.rb", "lib/builder/blankslate.rb", "lib/builder/xchar.rb", "lib/builder/xmlbase.rb", "lib/builder/xmlevents.rb", "lib/builder/xmlmarkup.rb", "test/performance.rb", "test/preload.rb", "test/test_xchar.rb", "test/testblankslate.rb", "test/testeventbuilder.rb", "test/testmarkupbuilder.rb", "scripts/publish.rb", "CHANGES", "Rakefile", "README", "doc/releases/builder-1.2.4.rdoc", "doc/releases/builder-2.0.0.rdoc", "doc/releases/builder-2.1.1.rdoc"] s.homepage = %q{http://onestepback.org} s.rdoc_options = ["--title", "Builder -- Easy XML Building", "--main", "README", "--line-numbers"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new("> 0.0.0") s.rubygems_version = %q{1.3.5} s.summary = %q{Builders for MarkUp.} s.test_files = ["test/test_xchar.rb", "test/testblankslate.rb", "test/testeventbuilder.rb", "test/testmarkupbuilder.rb"]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 1
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/builder-2.1.2.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{bundler} s.version = "0.9.3"
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version= s.authors = ["Carl Lerche", "Yehuda Katz"] s.date = %q{2010-02-05} s.default_executable = %q{bundle} s.email = ["carlhuda@engineyard.com"] s.executables = ["bundle"] s.files = ["bin/bundle", "lib/bundler/cli.rb", "lib/bundler/definition.rb", "lib/bundler/dependency.rb", "lib/bundler/dsl.rb", "lib/bundler/environment.rb", "lib/bundler/index.rb", "lib/bundler/installer.rb", "lib/bundler/remote_specification.rb", "lib/bundler/resolver.rb", "lib/bundler/rubygems.rb", "lib/bundler/runtime.rb", "lib/bundler/settings.rb", "lib/bundler/setup.rb", "lib/bundler/source.rb", "lib/bundler/specification.rb", "lib/bundler/templates/environment.erb", "lib/bundler/templates/Gemfile", "lib/bundler/ui.rb", "lib/bundler/vendor/thor/base.rb", "lib/bundler/vendor/thor/core_ext/file_binary_read.rb", "lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb", "lib/bundler/vendor/thor/core_ext/ordered_hash.rb", "lib/bundler/vendor/thor/error.rb", "lib/bundler/vendor/thor/invocation.rb", "lib/bundler/vendor/thor/parser/argument.rb", "lib/bundler/vendor/thor/parser/arguments.rb", "lib/bundler/vendor/thor/parser/option.rb", "lib/bundler/vendor/thor/parser/options.rb", "lib/bundler/vendor/thor/parser.rb", "lib/bundler/vendor/thor/shell/basic.rb", "lib/bundler/vendor/thor/shell/color.rb", "lib/bundler/vendor/thor/shell.rb", "lib/bundler/vendor/thor/task.rb", "lib/bundler/vendor/thor/util.rb", "lib/bundler/vendor/thor/version.rb", "lib/bundler/vendor/thor.rb", "lib/bundler.rb", "LICENSE", "README.markdown"] s.homepage = %q{http://github.com/carlhuda/bundler} s.post_install_message = %q{Due to a rubygems bug, you must uninstall all older versions of bundler for 0.9 to work} s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Bundles are fun}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/bundler-0.9.3.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{cgi_multipart_eof_fix} s.version = "2.5.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Evan Weaver"] s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDUDCCAjigAwIBAgIBADANBgkqhkiG9w0BAQUFADBOMRwwGgYDVQQDDBNtb25n\ncmVsLWRldmVsb3BtZW50MRkwFwYKCZImiZPyLGQBGRYJcnVieWZvcmdlMRMwEQYK\nCZImiZPyLGQBGRYDb3JnMB4XDTA3MDkxNjEwMzI0OVoXDTA4MDkxNTEwMzI0OVow\nTjEcMBoGA1UEAwwTbW9uZ3JlbC1kZXZlbG9wbWVudDEZMBcGCgmSJomT8ixkARkW\nCXJ1Ynlmb3JnZTETMBEGCgmSJomT8ixkARkWA29yZzCCASIwDQYJKoZIhvcNAQEB\nBQADggEPADCCAQoCggEBAMb9v3B01eOHk3FyypbQgKXzJplUE5P6dXoG+xpPm0Lv\nP7BQmeMncOwqQ7zXpVQU+lTpXtQFTsOE3vL7KnhQFJKGvUAkbh24VFyopu1I0yqF\nmGu4nRqNXGXVj8TvLSj4S1WpSRLAa0acLPNyKhGmoV9+crqQypSjM6XKjBeppifo\n4eBmWGjiJEYMIJBvJZPJ4rAVDDA8C6CM1m3gMBGNh8ELDhU8HI9AP3dMIkTI2Wx9\n9xkJwHdroAaS0IFFtYChrwee4FbCF1FHDgoTosMwa47DrLHg4hZ6ojaKwK5QVWEV\nXGb6ju5UqpktnSWF2W+Lvl/K0tI42OH2CAhebT1gEVUCAwEAAaM5MDcwCQYDVR0T\nBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFGHChyMSZ16u9WOzKhgJSQ9lqDc5\nMA0GCSqGSIb3DQEBBQUAA4IBAQA/lfeN2WdB1xN+82tT7vNS4HOjRQw6MUh5yktu\nGQjaGqm0UB+aX0Z9y0B0qpfv9rj7nmIvEGiwBmDepNWYCGuW15JyqpN7QVVnG2xS\nMrame7VqgjM7A+VGDD5In5LtWbM/CHAATvvFlQ5Ph13YE1EdnVbZ65c+KQv+5sFY\nQ+zEop74d878uaC/SAHHXS46TiXneocaLSYw1CEZs/MAIy+9c4Q5ESbGpgnfg1Ad\n6lwl7k3hsNHO/+tZzx4HJtOXDI1yAl3+q6T9J0yI3z97EinwvAKhS1eyOI2Y5eeT\ntbQaNYkU127B3l/VNpd8fQm3Jkl/PqCCmDBQjUszFrJEODug\n-----END CERTIFICATE-----\n", "-----BEGIN CERTIFICATE-----\nMIIDPzCCAiegAwIBAgIBADANBgkqhkiG9w0BAQUFADBOMRwwGgYDVQQDDBNtb25n\ncmVsLWRldmVsb3BtZW50MRkwFwYKCZImiZPyLGQBGRYJcnVieWZvcmdlMRMwEQYK\nCZImiZPyLGQBGRYDb3JnMB4XDTA3MDkxNjEwMzMwMFoXDTA4MDkxNTEwMzMwMFow\nPTENMAsGA1UEAwwEZXZhbjEYMBYGCgmSJomT8ixkARkWCGNsb3VkYnVyMRIwEAYK\nCZImiZPyLGQBGRYCc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDk\nLQijz2fICmev4+9s0WB71WzJFYCUYFQQxqGlenbxWut9dlPSsBbskGjg+UITeOXi\ncTh3MTqAB0i1LJyNOiyvDsAivn7GjKXhVvflp2/npMhBBe83P4HOWqeQBjkk3QJI\nFFNBvqbFLeEXIP+HiqAOiyNHZEVXMepLEJLzGrg3Ly7M7A6L5fK7jDrt8jkm+c+8\nzGquVHV5ohAebGd/vpHMLjpA7lCG5+MBgYZd33rRfNtCxDJMNRgnOu9PsB05+LJn\nMpDKQq3x0SkOf5A+MVOcadNCaAkFflYk3SUcXaXWxu/eCHgqfW1m76RNSp5djpKE\nCgNPK9lGIWpB3CHzDaVNAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSw\nMB0GA1UdDgQWBBT5aonPfFBdJ5rWFG+8dZwgyB54LjANBgkqhkiG9w0BAQUFAAOC\nAQEAiKbzWgMcvZs/TPwJxr8tJ+7mSGz7+zDkWcbBl8FpQq1DtRcATh1oyTkQT7t+\nrFEBYMmb0FxbbUnojQp8hIFgFkUwFpStwWBL/okLSehntzI2iwjuEtfj4ac9Q3Y2\nuSdbmZqsQTuu+lEUc5C4qLK7YKwToaul+cx7vWxyk1YendcVwRlFLIBqA5cPrwo3\nyyGLTHlRYn2c9PSbM1B63Yg+LqSSAa4QSU3Wv9pNdffVpvwHPVEQpO7ZDo5slQFL\nGf6+gbD/eZAvhpvmn8JlXb+LxKaFVMs2Yvrk1xOuT76SsPjEGWxkr7jZCIpsYfgQ\nALN3mi/9z0Mf1YroliUgF0v5Yw==\n-----END CERTIFICATE-----\n"] s.date = %q{2007-10-26} s.description = %q{Fix an exploitable bug in CGI multipart parsing.} s.email = %q{} s.files = ["CHANGELOG", "lib/cgi_multipart_eof_fix.rb", "LICENSE", "Manifest", "README", "test/test_cgi_multipart_eof_fix.rb", "cgi_multipart_eof_fix.gemspec"] s.homepage = %q{http://blog.evanweaver.com/pages/code#cgi_multipart_eof_fix} s.require_paths = ["lib"] s.rubyforge_project = %q{mongrel} s.rubygems_version = %q{1.3.5} s.summary = %q{Fix an exploitable bug in CGI multipart parsing.} s.test_files = ["test/test_cgi_multipart_eof_fix.rb"]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/cgi_multipart_eof_fix-2.5.0.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{daemons} s.version = "1.0.10"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Thomas Uehlinger"] s.autorequire = %q{daemons} s.date = %q{2008-03-20} s.description = %q{Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.} s.email = %q{th.uehlinger@gmx.ch} s.extra_rdoc_files = ["README", "Releases", "TODO"] s.files = ["Rakefile", "Releases", "TODO", "README", "LICENSE", "setup.rb", "lib/daemons/application.rb", "lib/daemons/application_group.rb", "lib/daemons/cmdline.rb", "lib/daemons/controller.rb", "lib/daemons/daemonize.rb", "lib/daemons/exceptions.rb", "lib/daemons/monitor.rb", "lib/daemons/pid.rb", "lib/daemons/pidfile.rb", "lib/daemons/pidmem.rb", "lib/daemons.rb", "examples/call", "examples/call/call.rb", "examples/call/call_monitor.rb", "examples/daemonize", "examples/daemonize/daemonize.rb", "examples/run", "examples/run/ctrl_crash.rb", "examples/run/ctrl_exec.rb", "examples/run/ctrl_exit.rb", "examples/run/ctrl_keep_pid_files.rb", "examples/run/ctrl_monitor.rb", "examples/run/ctrl_multiple.rb", "examples/run/ctrl_normal.rb", "examples/run/ctrl_ontop.rb", "examples/run/ctrl_optionparser.rb", "examples/run/ctrl_proc.rb", "examples/run/ctrl_proc.rb.output", "examples/run/ctrl_proc_multiple.rb", "examples/run/ctrl_proc_multiple.rb.output", "examples/run/ctrl_proc_simple.rb", "examples/run/myserver.rb", "examples/run/myserver_crashing.rb", "examples/run/myserver_crashing.rb.output", "examples/run/myserver_exiting.rb"] s.homepage = %q{http://daemons.rubyforge.org} s.require_paths = ["lib"] s.rubyforge_project = %q{daemons} s.rubygems_version = %q{1.3.5} s.summary = %q{A toolkit to create and control daemons in different ways}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else end end
WARNING: Invalid .gemspec format in
'/usr/local/lib/ruby/gems/1.9.1/specifications/daemons-1.0.10.gemspec'
WARNING: #<NoMethodError: undefined method >' for
nil:NilClass><br/>
-- encoding: utf-8 --
Gem::Specification.new do |s|
s.name = %q{erubis} s.version = "2.6.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["makoto kuwata"] s.date = %q{2009-07-19} s.default_executable = %q{erubis} s.description = %q{Erubis is an implementation of eRuby and has the following features: * Very fast, almost three times faster than ERB and about 10% faster than eruby. * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript) * Auto escaping support * Auto trimming spaces around '<% %>' * Embedded pattern changeable (default '<% %>') * Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>') * Context object available and easy to combine eRuby template with YAML datafile * Print statement available * Easy to extend and customize in subclass * Ruby on Rails support} s.email = %q{kwa(at)kuwata-lab.com} s.executables = ["erubis"] s.files = ["lib/erubis", "lib/erubis/context.rb", "lib/erubis/converter.rb", "lib/erubis/engine", "lib/erubis/engine/ec.rb", "lib/erubis/engine/ejava.rb", "lib/erubis/engine/ejavascript.rb", "lib/erubis/engine/enhanced.rb", "lib/erubis/engine/eperl.rb", "lib/erubis/engine/ephp.rb", "lib/erubis/engine/eruby.rb", "lib/erubis/engine/escheme.rb", "lib/erubis/engine/optimized.rb", "lib/erubis/engine.rb", "lib/erubis/enhancer.rb", "lib/erubis/error.rb", "lib/erubis/evaluator.rb", "lib/erubis/generator.rb", "lib/erubis/helper.rb", "lib/erubis/helpers", "lib/erubis/helpers/rails_form_helper.rb", "lib/erubis/helpers/rails_helper.rb", "lib/erubis/local-setting.rb", "lib/erubis/main.rb", "lib/erubis/preprocessing.rb", "lib/erubis/tiny.rb", "lib/erubis.rb", "bin/erubis", "examples/basic", "examples/basic/example.ec", "examples/basic/example.ejava", "examples/basic/example.ejs", "examples/basic/example.eperl", "examples/basic/example.ephp", "examples/basic/example.eruby", "examples/basic/example.escheme", "examples/basic/Makefile", "examples/pi", "examples/pi/example.ec", "examples/pi/example.ejava", "examples/pi/example.ejs", "examples/pi/example.eperl", "examples/pi/example.ephp", "examples/pi/example.eruby", "examples/pi/example.escheme", "examples/pi/Makefile", "test/assert-text-equal.rb", "test/data", "test/data/users-guide", "test/data/users-guide/array_example.result", "test/data/users-guide/arraybuffer_example.result", "test/data/users-guide/bipattern-example.rhtml", "test/data/users-guide/bipattern_example.result", "test/data/users-guide/context.rb", "test/data/users-guide/context.yaml", "test/data/users-guide/def_method.rb", "test/data/users-guide/def_method.result", "test/data/users-guide/escape_example.result", "test/data/users-guide/example.ec", "test/data/users-guide/Example.ejava", "test/data/users-guide/example.ejs", "test/data/users-guide/example.eperl", "test/data/users-guide/example.ephp", "test/data/users-guide/example.eruby", "test/data/users-guide/example.escheme", "test/data/users-guide/example1.eruby", "test/data/users-guide/example1.rb", "test/data/users-guide/example1.result", "test/data/users-guide/example10.rb", "test/data/users-guide/example10.result", "test/data/users-guide/example10.xhtml", "test/data/users-guide/example10_x.result", "test/data/users-guide/example11.php", "test/data/users-guide/example11.result", "test/data/users-guide/example11.rhtml", "test/data/users-guide/example11_C.result", "test/data/users-guide/example11_N.result", "test/data/users-guide/example11_php.result", "test/data/users-guide/example11_U.result", "test/data/users-guide/example1_x.result", "test/data/use
Comments and changes to this ticket
-
Jaroslaw Zabiello February 23rd, 2010 @ 10:12 AM
There was a problem with formating log over here. So the attachement was added.
-
Balazs Nagy February 23rd, 2010 @ 01:20 PM
- Tag changed from error, rails3, rails_generator, ruby1.9.2 to error, ruby1.9.2
a) this is not OSX-specific
b) this is not rails-specificIt is ruby 1.9-specific: if you remove the bundled rubygems files (.../lib/ruby/1.9./rubygems) after installing rubygems 1.3.5 (or 1.3.6), your problem will be go away.
-
José Valim February 23rd, 2010 @ 09:00 PM
- State changed from new to invalid
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>