Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Rails Joins and include columns from joins table

Validating a Model Property is Greater than Another

Upsert in Rails ActiveRecord

What is the difference between attr_accessible(*attributes) & attr_protected(*attributes)?

Rails: includes with polymorphic association

Ruby on Rails memory leak when looping through large number of records; find_each doesn't help

ActiveRecord::AdapterNotSpecified database configuration does not specify adapter

Rails model.valid? flushing custom errors and falsely returning true

Rails 3 - select with Include?

How would you test observers with rSpec in a Ruby on Rails application?

Validation to ensure uniqueness of but ignoring empty values?

Getting error indicating number is "out of range for ActiveRecord::Type::Integer with limit 4" when attempting to save large(ish) integer value

ruby sqlite activerecord

update multiple rows in Rails 3.2

ActiveRecord Callbacks List

Could not find the association problem in Rails

What is the difference between build and new on Rails?

rails, activerecord, get current connection specification

Build hash from collection of ActiveRecord Models

varchar Migration question for Ruby on Rails

How do i specify and validate an enum in rails?