You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performed recommended actions to upgrade application gems for Rails to 6.0 and OracleEnhancedAdapter to 6.04.
Ran rails update utility and applied recommended changes.
Application launches successfully, browse and update transactions perform as expected, create transactions fail on submit.
Expected behavior
Record should save
Actual behavior
Action Controller Exception: NoMethodError in TicketsController#create
undefined method 'ArgumentError' for #ActiveRecord::ConnectionAdapters::OracleEnhancedAdapter:0x00007f5a74135580
at statement: if @ticket.save!