Search code examples
Can you do greater than comparison on a date in a Rails 3 search?...


ruby-on-railsactiverecordruby-on-rails-3

Read More
What ActiveRecord Transaction doesn't rollback?...


ruby-on-railsactiverecord

Read More
Multiple databases in Rails...


ruby-on-railsdatabaseactiverecord

Read More
Rails AjaxDatatablesRails::ActiveRecord LEFT JOIN to the same model lead to error for search...


ruby-on-railsrubyactiverecorddatatable

Read More
Custom query to fetch all entries of a table and that only contains first of many duplicates based o...


ruby-on-railspostgresqlruby-on-rails-3activerecord

Read More
Book.all action displaying empty results...


ruby-on-railsrubyactiverecordmodelcontroller

Read More
convert sql results to ActiveRecord relation...


sqlruby-on-railsactiverecord

Read More
Rails: Order with nulls last...


ruby-on-railsruby-on-rails-3sortingactiverecordnull

Read More
Rails group/having/count query...


sqlruby-on-railsactiverecord

Read More
Basic Search in Ruby Sinatra ActiveRecord...


rubysearchactiverecordsinatra

Read More
bypass attr_accessible/protected in rails...


ruby-on-railsruby-on-rails-3activerecord

Read More
Ordering with nested association...


ruby-on-railsactiverecord

Read More
How does the ActiveRecord pattern differ from the Domain Object or Data Mapper pattern?...


ruby-on-railsactiverecorddatamapper

Read More
How to have a PostgreSQL function backing a Rails model?...


ruby-on-railspostgresqlactiverecord

Read More
ActiveRecord serialize coder argument not seeming to work...


rubyserializationactiverecord

Read More
How to remove (disassociate) relationship without delete in Active Record...


ruby-on-railsactiverecord

Read More
How to specify the actual foreign key in a parent-child relationship when the parent is defined via ...


ruby-on-railsactiverecord

Read More
when is after_touch callback in rails called...


ruby-on-railsactiverecordcallback

Read More
Remove duplicate records based on multiple columns?...


ruby-on-rails-3activerecordduplicatesdestroy

Read More
How to select rows where column value IS NOT NULL using CodeIgniter's ActiveRecord?...


phpmysqlcodeigniteractiverecordnull

Read More
Which one is faster between map, collect, select and pluck?...


ruby-on-railsrubyactiverecordrails-activerecord

Read More
In Rails how I add a "helper" method to an attribute / column?...


ruby-on-railsrubyactiverecord

Read More
How can i loop through a daterange with different intervals?...


ruby-on-railsrubyruby-on-rails-3activerecordintervals

Read More
Return ActiveRecord Relation from a raw SQL query using parametrized queries to speed up response...


ruby-on-railsactiverecord

Read More
Optimizing delete operations in Rails 4 / ActiveRecord / MySQL...


mysqlruby-on-railsruby-on-rails-4activerecordinnodb

Read More
Query where Date.parse Rails...


ruby-on-railsrubydatetimeactiverecord

Read More
has_one from model attributes instead of foreign key...


ruby-on-railsactiverecordhas-one

Read More
Find all records of a certain type in Polymorphic table using ActiveRecord in Rails 3...


ruby-on-rails-3activerecordpolymorphismpolymorphic-associations

Read More
Getting raw SQL query built from ActiveRecord in CodeIgniter 1.7...


phpsqlcodeigniteractiverecord

Read More
Rails ActiveRecord - Select all objects by date, using only day, month, year, but ignoring the rest ...


ruby-on-railsactiverecord

Read More
BackNext