Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Case-insensitive unique index in Rails/ActiveRecord?

Rails custom validation - Only one record can be true

Shared scopes via module?

How to model interpretations of rap music

take vs first performance in Ruby on Rails

Rails - check if record exists in has_many association

ActiveRecord: How can I clone nested associations?

How to initialize an ActiveRecord with values in Rails?

Rails PG::UndefinedTable: ERROR: missing FROM-clause entry for table

How to test which validation failed in ActiveRecord?

Altering the primary key in Rails to be a string

Get table name from ActiveRecord

how to customize rails activerecord validation error message to show attribute value

How to do IS NULL and IS NOT NULL with Yii 2 ActiveRecord?

php activerecord yii yii2

Change the default value for table column with migration

Multiple table joins in rails

Check if db->update successful with Codeigniter when potentially no rows are updated

codeigniter activerecord

Getting undefined method for ActiveRecord::Relation

activerecord search conditions - looking for null or false

DataMapper vs ActiveRecord in Rails 3 [closed]