Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

ruby on rails does update_attributes protect against sql injection?

In Rails, how to get the actual Query when an ActiveRecord query executes

Rails 3: Is there a `AR#or_where`?

how to generate active record models from database

ruby database activerecord

Is there something like ActiveRecord::Migration for .NET?

.net tsql activerecord

ActiveRecord and using reject method

ActiveRecord query: order by a sum on an included model

finding where by using IN operator in rails3

Does after_commit actually run?

Subclassing activerecord and maintain subclass after db fetch

Why undefined method "has_many" in Rspec example?

activerecord rspec

Rails Active Record: Calling Build Method Should Not Save To Database Before Calling Save Method

Rails 3 and Rspec: counter cache column being updated to 2 when expected 1

Get extra information from ActiveRecord::RecordNotFound in Rails

ActiveRecord query

Why is Foo.first returning the last record?

Table join sql to rails active record query

disable query logging in rails 3.2.x for development?

Why ActiveRecord::StatementInvalid cannot be rescued in this Rails method?

Rails STI overriding scopes