Displaying 3 results from an estimated 3 matches for "binary_test".
2006 Mar 03
0
binary_to_string/string_to_binary confusion
I am attempting to write a FrontBase activerecord adaptor. I''m down
to only two unit tests failing, and one of them is binary_test.rb.
I can''t figure out the logic of binary to string conversion.
Internally, I want the ''data'' attribute to be a String object
identical to the contents of
BINARY_FIXTURE_PATH = File.dirname(__FILE__) + ''/fixtures/flowers.jpg''
When it gets written...
2005 Mar 07
6
Automatic timestamping in join tables [596]
Hi,
A few days ago I submitted the following ticket
http://dev.rubyonrails.com/ticket/596
asking that ActiveRecord::Timestamp also apply for the join tables of
habtm.
The answer was that it was left for milestone 1.x, and since I think
that without this functionality rails 1.0 would be incomplete, I''m
raising the issue here to discuss it.
My use case is very simple, I
2010 Jun 11
5
Issues creating tables in mysql tests
...b"
"test/cases/associations/join_model_test.rb"
"test/cases/associations_test.rb" "test/cases/attribute_methods_test.rb"
"test/cases/autosave_association_test.rb" "test/cases/base_test.rb"
"test/cases/batches_test.rb" "test/cases/binary_test.rb"
"test/cases/calculations_test.rb" "test/cases/callbacks_test.rb"
"test/cases/column_alias_test.rb" "test/cases/column_definition_test.rb"
"test/cases/connection_pool_test.rb" "test/cases/connection_test_mysql.rb"
"test/cases/...