Displaying 2 results from an estimated 2 matches for "null_values_in_each_hash".
2006 Jul 04
1
mysql_adapter.rb help please
...Running 0.0.0.0:8008 listener.
** Mongrel available at 0.0.0.0:8008
/usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/mysql_adapter.rb:340:
[BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [i386-linux]
Aborted
Line 339-340 of the mysql_adapter.rb file has:
if @null_values_in_each_hash
result.each.hash { |row| rows << row )
else ......
I am quite a bit frustrated at this point. My server is as stock as they
come. Any advice is greatly appreciated. Thanks in advance.
--
Posted via http://www.ruby-forum.com/.
2006 Jan 17
15
legacy database and finder_sql nightmare!
This is my first rails app with a legacy database and I''m having a
terrible time getting the models set up correctly. I have an order
table that has a primary field named order_number. I have a name table
with a primary of item_number. These two tables are liked by the
item_number and the order_number, but not as you might think. If the
order_number is 2500, then each entry in