Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

ActiveRecord Global Callbacks for all Models

How do I override rake tasks for a custom database adapter?

Can I use common ActiveRecord scopes(scope) with module in Rails?

Rails ActiveRecord regex validation of non-mandatory fields

Update with limit 1 in codeigniter use active record

codeigniter activerecord

After renaming a model and changing all references to the model, a reference remains to the previous name

ActiveRecord exists? with associations

Can I convert model with one of its associations to YAML format?

Yii2 viaTable join condition

php mysql join activerecord yii2

Return duplicate records (activerecord, postgres)

Rails PostgreSQL sort by integer value of string

Is there a default english translation file for Active Record?

Rspec Mocking: ActiveRecord::AssociationTypeMismatch

multiple belongs_to relationships between two classes in Rails

Homebrew / TinyTDS / FreeTDS bundle error

Need to use add_index on migration for belongs_to/has_many relationship? (Rails 3.2, Active Record)

join two tables to get data rails 4

Rails .where(.... and ....) Searching for two values of the same attribute

Why is ActiveRecord::Base#update_attributes deprecated?

How to update value of a Model's attribute