Displaying 2 results from an estimated 2 matches for "articletext".
2006 Aug 08
2
Legacy database migration causing problems during testing.
...with varchars, but I''m now running into an error with
the creation of indexes on full text fields.
Mysql::Error: BLOB/TEXT column ''longteaser'' used in key specification
without a key length: CREATE  INDEX `ftext` ON asarticle (`keyword`,
`title`, `author`, `longteaser`, `articletext`, `metakeywords`)
Is it possible to get the schema.rb creation process to ignore certain
tables and/or characteristics when generating itself? I''ve got about
100 tables, 5 of which I need for the project.
Anywhere you can point me would be appreciated.
Thanks.
2006 Apr 09
0
action cache plugin, bad yaml?
...ems to occasionally generate bad YAML, which makes the cached page 
unavailable.
Here is what happens when I try to parse it from the console:
 >> YAML.load open(''tmp/philly.localfeeds.com/.cache'')
ArgumentError: syntax error on line 318, col 249: `  <span 
class=\"articletext\">...There\xE2\x80\x99s an interesting article over 
at AMERICAblog which states that not only is Bush determined to go to 
war with Iran, it is also considering the use of nuclear weapons in that 
war. Let\xE2\x80\x99''
         from /usr/local/lib/ruby/1.8/yaml.rb:133:in `load'...