New posts in activerecord

CodeIgniter Active Record - Get number of returned rows

How can i remove a column from table using rails console

Bulk Insert records into Active Record table

How can I count the number of records that have a unique value in a particular field in ROR?

How do rails association methods work?

has_and_belongs_to_many, avoiding dupes in the join table

Is there an easy way to make a Rails ActiveRecord model read-only?

How to delete all data from all tables in Rails?

Rails 3 - select with Include?

Does rename_column take care of indexes?

"WARNING: Can't mass-assign protected attributes"

How to Determine if Rails Association is Eager Loaded?

how to find the cause of ActiveRecord ROLLBACK

Rails optional belongs_to

Rails ActiveRecord: Find All Users Except Current User

Difference between after_create, after_save and after_commit in rails callbacks

How to select count with Laravel's fluent query builder?

ActiveRecord find_each combined with limit and order

Remove order from ActiveRecord scope

accepts_nested_attributes_for child association validation failing