Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-activerecord

ActiveRecord is not missing constant Base! error deploying rails 3.2.9 jruby 1.7.2 to weblogic 10.3

Rails - why does `accepts_nested_attributes_for` set `autosave` to true

Using ActiveRecord to achieve complex relations in Rails

Why are polymorphic associations not supported by inverse_of?

Ensuring a transaction within a method with ActiveRecord

requiring an ActiveRecord model without having to require the entire class diagram, for active_record_spec_helper

Rails 4.2: file_field, string contains null byte error

activerecord in-memory shared cache

Rails query with delegate fields of a model

Unexpected behavior with ActiveRecord includes

How can I tell when an ActiveRecord::Base.transaction block commits?

Can I save memory by writing SQL instead of ActiveRecord?

Mysql2::Error: The used command is not allowed with this MySQL version: LOAD DATA LOCAL INFILE

Using greater than or less than in a Rails Active Record query

Odd rake db:migrate output

Rails has_many :through with namespace - uninitialized constant

Where should calculation logic go in a Rails app?

Why isn't schema.rb formatted correctly in rails 5.1.0?

Limit a text column in an ActiveRecord migration 5.0 using the PostgreSQL adapter