Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Rails: submitting a form with multiple objects

How to determine if a Rails object is marked_for_destruction?

'Splitting' ActiveRecord collection

errors.full_messages: attribute name appears twice

How to reset/clear order-by between two consecutive queries in CodeIgniter?

Has "def validate" been taken out in Rails 3.1?

Rails - multiple associations to same model

How to delete everything from all tables without dropping the database [duplicate]

Get all columns of each distinct records in rails

Rails Model - after_destroy never called

yii2 find with() - What is it for?

database activerecord yii2

Rails / ActiveRecord: field normalization

validates_one_of

What's the difference between design pattern and enterprise design pattern?

Rails ActiveRecord: Skip validations for associations

Skip attributes having nil values when to_json on ActiveRecord

ruby json activerecord

ActiveRecord query for a count of new users by day

Rails 3, many-to-many form using accepts_nested_attributes_for, how do I set up correctly?

Rails is this query open to sql injection?

where does database.yml get loaded in ActiveRecord in Rails 4?