search for: tion_adapt

Displaying 3 results from an estimated 3 matches for "tion_adapt".

2005 Mar 10
1
Running unit tests on SQL Server
...bi/dbi.rb:499:in `load_driver'' c:/program files/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:401:in `_get_full_driver'' c:/program files/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:381:in `connect'' E:/OpenSource/Ruby/rails/trunk/activerecord/test/../lib/active_record/connec tion_adapters/sqlserver_adapter.rb:46:in `sqlserver_connection'' E:/OpenSource/Ruby/rails/trunk/activerecord/test/../lib/active_record/connec tion_adapters/abstract_adapter.rb:148:in `send'' E:/OpenSource/Ruby/rails/trunk/activerecord/test/../lib/active_record/connec tion_adapters/abstract...
2011 Jul 25
4
Rails 3 test database issues
...versions` (`file_name`, `conversion_dir_id`, ` created_at`, `updated_at`, `id`) VALUES (''MyString'', 1, ''2011-07-25 13:32:52'', '' 2011-07-25 13:32:52'', 980190962) C:/Ruby192/lib/ruby/gems/1.9.1/gems/activerecord-3.0.3/lib/ active_record/con nection_adapters/abstract_adapter.rb:202:in `rescue in log'' C:/Ruby192/lib/ruby/gems/1.9.1/gems/activerecord-3.0.3/lib/ active_record/con nection_adapters/abstract_adapter.rb:194:in `log'' C:/Ruby192/lib/ruby/gems/1.9.1/gems/activerecord-3.0.3/lib/ active_record/con nection_adapters/mysq...
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