search for: content_items

Displaying 4 results from an estimated 4 matches for "content_items".

Did you mean: content_item
2006 Mar 30
1
Globalize DB translate not working in Rails 1.1.0
...regular find() is performed. Globalize::Locale.set(''nl'') # switch to ''nl''; base language is ''en'' article = Content::Article.find(article.id) assert_equal ''Nieuwe Titel voor Artikel'', article.content.title SELECT * FROM content_items WHERE (content_items.id = 146) AND ( (content_items.`object_type` = ''Article'' ) ) LIMIT 1 SELECT * FROM content_articles WHERE (content_articles.id = 146) LIMIT 1 Anyone else experienced this issue?
2007 Jun 19
5
Problems translating should_render from 0.8.2 to 1.0.5
<font size="2">I''m working on a large Rails site and we want to move from RSpec 0.8.2 to the latest and greatest.&nbsp; So we ran the translator and yet we''re having a lot of trouble translating should_render.<br><br>I found this on the web:<br><br>We will NOT be supporting the following in the new syntax:<br>&nbsp;
2006 May 24
10
Ferret slow after a while
I''m building a new index from scratch based on a number of documents stored in a database loaded using my Rails env (using Ruby Ferret 0.9x (installed today with Gem) on Windows). At first everything goes nice but after a number of documents it starts to go slower and slower until it grinds to a halt (at least feels like it). Am I doing something wrong? Is there some way to work
2007 Jan 05
7
Hitting Files per Directory Limits with Ferret?
Hey all! We''ve been using Ferret to great success these past six months. But recently we''ved tried adding many new ContentItems (only thing being index by Ferret at the moment), and things came crashing to a halt. ferret gem: 0.10.9 acts_as_ferret plugin (not sure which version) How we''re using the plugin: class ContentItem < ActiveRecord::Base acts_as_ferret