1)
ActiveRecord::StatementInvalid in 'Radiant::ExtensionMigrator should
migrate successfully'
PGError: ERROR:  current transaction is aborted, commands ignored
until end of transaction block
: CREATE TABLE people ("id" serial primary key)
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:150:in
`log'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:407:in
`execute'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb:104:in
`create_table'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:285:in
`send'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:285:in
`method_missing'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:265:in
`say_with_time'
/standard-rails/install/lib/ruby/1.8/benchmark.rb:293:in `measure'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:265:in
`say_with_time'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:281:in
`method_missing'
/Users/joe/projects/psrc/test/fixtures/extensions/01_basic/db/migrate/001_create_initial_schema.rb:3:in
`up_without_benchmarks'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:219:in
`send'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:219:in
`migrate'
/standard-rails/install/lib/ruby/1.8/benchmark.rb:293:in `measure'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:219:in
`migrate'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:348:in
`migrate_without_extension_support'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:339:in
`each'
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:339:in
`migrate_without_extension_support'
/Users/joe/projects/psrc/lib/radiant/extension_migrator.rb:33:in `migrate'
./spec/lib/radiant/extension_migrator_spec.rb:10:
/Users/joe/projects/psrc/vendor/rails/activerecord/lib/active_record/migration.rb:273:in
`suppress_messages'
./spec/lib/radiant/extension_migrator_spec.rb:9:
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/example/example_methods.rb:82:in
`instance_eval'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/example/example_methods.rb:82:in
`run_with_description_capturing'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/example/example_methods.rb:19:in
`execute'
/standard-rails/install/lib/ruby/1.8/timeout.rb:48:in `timeout'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/example/example_methods.rb:16:in
`execute'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/example/example_group_methods.rb:301:in
`execute_examples'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/example/example_group_methods.rb:300:in
`each'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/example/example_group_methods.rb:300:in
`execute_examples'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/example/example_group_methods.rb:130:in
`run'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/runner/example_group_runner.rb:22:in
`run'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/runner/example_group_runner.rb:21:in
`each'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/runner/example_group_runner.rb:21:in
`run'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/runner/options.rb:90:in
`run_examples'
/Users/joe/projects/psrc/vendor/plugins/rspec/lib/spec/runner/command_line.rb:19:in
`run'
/Users/joe/projects/psrc/vendor/plugins/rspec/bin/spec:4:

I assume it's because I'm using postgres?

Joe
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to