Я сталкиваюсь с ошибкой ActiveRecord :: ConnectionNotEstablished.
У меня есть следующий код
ActiveRecord::Base.establish_connection(:adapter => 'sqlite3', :database => 'users_vendors.db')
Class User < ActiveRecord::Base
has_and_belongs_to_many :vendors
end
class Vendor < ActiveRecord::Base
has_and_belongs_to_many :users
end
Я новичок в активных записях в ruby, поэтому любая помощь будет оценена