Update rake requirement from ~> 13.0.0 to ~> 13.1.0 #90
Annotations
10 errors
spec/statesman/adapters/type_safe_active_record_queries_spec.rb#L69
Statesman::Adapters::TypeSafeActiveRecordQueries using configuration method .in_state given multiple states
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "testing methods" called from ./spec/statesman/adapters/type_safe_active_record_queries_spec.rb:206
|
spec/statesman/adapters/type_safe_active_record_queries_spec.rb#L68
Statesman::Adapters::TypeSafeActiveRecordQueries using configuration method .in_state given multiple states
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "testing methods" called from ./spec/statesman/adapters/type_safe_active_record_queries_spec.rb:206
|
spec/statesman/adapters/type_safe_active_record_queries_spec.rb#L76
Statesman::Adapters::TypeSafeActiveRecordQueries using configuration method .in_state given the initial state
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "testing methods" called from ./spec/statesman/adapters/type_safe_active_record_queries_spec.rb:206
|
spec/statesman/adapters/type_safe_active_record_queries_spec.rb#L75
Statesman::Adapters::TypeSafeActiveRecordQueries using configuration method .in_state given the initial state
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "testing methods" called from ./spec/statesman/adapters/type_safe_active_record_queries_spec.rb:206
|
spec/statesman/adapters/type_safe_active_record_queries_spec.rb#L93
Statesman::Adapters::TypeSafeActiveRecordQueries using configuration method .in_state merging two queries
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "testing methods" called from ./spec/statesman/adapters/type_safe_active_record_queries_spec.rb:206
|
spec/statesman/adapters/type_safe_active_record_queries_spec.rb#L83
Statesman::Adapters::TypeSafeActiveRecordQueries using configuration method .in_state given an array of states
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "testing methods" called from ./spec/statesman/adapters/type_safe_active_record_queries_spec.rb:206
|
spec/statesman/adapters/type_safe_active_record_queries_spec.rb#L82
Statesman::Adapters::TypeSafeActiveRecordQueries using configuration method .in_state given an array of states
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "testing methods" called from ./spec/statesman/adapters/type_safe_active_record_queries_spec.rb:206
|
spec/statesman/adapters/type_safe_active_record_queries_spec.rb#L61
Statesman::Adapters::TypeSafeActiveRecordQueries using configuration method .in_state given a single state
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "testing methods" called from ./spec/statesman/adapters/type_safe_active_record_queries_spec.rb:206
|
spec/statesman/adapters/type_safe_active_record_queries_spec.rb#L62
Statesman::Adapters::TypeSafeActiveRecordQueries using configuration method .in_state given a single state
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "testing methods" called from ./spec/statesman/adapters/type_safe_active_record_queries_spec.rb:206
|
spec/statesman/adapters/type_safe_active_record_queries_spec.rb#L143
Statesman::Adapters::TypeSafeActiveRecordQueries using configuration method with a custom name for the transition association .in_state
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "testing methods" called from ./spec/statesman/adapters/type_safe_active_record_queries_spec.rb:206
|
The logs for this run have expired and are no longer available.
Loading