Search code examples
Efficiency of Order queries in Rails 3...


databaseruby-on-rails-3arel

Read More
Can I write this query more elegantly with AREL/ActiveRecord?...


rubyactiverecordarel

Read More
Nested queries using Arel (Rails3)...


sqlruby-on-railsormnestedarel

Read More
Ordering records by frequency with Arel...


ruby-on-railspostgresqlactiverecordgroup-byarel

Read More
Arel: order by association count...


ruby-on-railsruby-on-rails-3ruby-on-rails-3.1arel

Read More
How to avoid a broken Arel query from filing the RAM...


ruby-on-rails-3error-handlingarel

Read More
Can you join another table that isn't an association in ARel?...


ruby-on-railspostgresqlarel

Read More
How to join a table and count records in Rails 3?...


rubyruby-on-rails-3arel

Read More
Rails find not returning a record that exists in the database...


mysqlruby-on-railsactiverecordarel

Read More
Rails 3 joining a related model with it's default scope...


ruby-on-railsactiverecordarel

Read More
Ruby / Rails - Can I use a joined table's scope(or class method) as part of my WHERE clause?...


ruby-on-railsruby-on-rails-3activerecordscopearel

Read More
How to specify this query using Squeel?...


ruby-on-rails-3.1arelsqueel

Read More
In Rails 3 how can I select items where the items.join_model.id != x?...


ruby-on-railsruby-on-rails-3activerecordconditional-statementsarel

Read More
How do I use "includes" in a Rails 3 AREL statement?...


ruby-on-rails-3arel

Read More
RAILS: safe parameterization of user input in Arel...


ruby-on-railsactiverecordsql-injectionarel

Read More
How can I return a conditional boolean value in SQL...


sqlactiverecordarel

Read More
Rails Arel, counting value of an include?...


ruby-on-railsarel

Read More
Rails 3, RSpec 2.5: Using should_receive or stub_chain with named scopes...


ruby-on-rails-3bddrspec2arelactivemodel

Read More
Arel query through an association...


sqlruby-on-railsrubyactiverecordarel

Read More
Querying relations in ARel...


ruby-on-railsruby-on-rails-3arel

Read More
rails3 unscoped within the model gets overriden by default_scope...


ruby-on-rails-3arel

Read More
How can I convert that to MetaWhere or Arel?...


ruby-on-railsarelmeta-where

Read More
Rails 3 NoMethodError: undefined method `name' for nil:NilClass...


rubyruby-on-rails-3activerecordarel

Read More
How to convert SQL to Arel?...


ruby-on-railsruby-on-rails-3arel

Read More
Rails 3 ActiveRecord query: find the number of this product that have been ordered by this user...


ruby-on-railsruby-on-rails-3activerecordarel

Read More
How would one spec ActiveRecord::Base.find(something).method with should_receive?...


ruby-on-rails-3rspecarel

Read More
Multiple 'having' clauses blows up Rails 3 / Arel...


sqlruby-on-railsruby-on-rails-3arel

Read More
"IS NOT TRUE" with Rails 3 query or meta_where...


ruby-on-railsruby-on-rails-3arel

Read More
Is there a particularly elegant way to do a count query with Rails 3 / Arel?...


ruby-on-railsactiverecordruby-on-rails-3arel

Read More
SQL OR in scopes in Rails 3 / Arel...


sqlruby-on-railsruby-on-rails-3arel

Read More
BackNext