search for: dapter

Displaying 6 results from an estimated 6 matches for "dapter".

Did you mean: adapter
2008 Jun 03
11
rake db:migrate not working
...ctive_support/ core_ext/k ernel/reporting.rb:11:in `silence_warnings'' c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/ core_ext/k ernel/requires.rb:5:in `require_library_or_gem'' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ connection_a dapters/postgresql_adapter.rb:7:in `postgresql_connection'' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ connection_a dapters/abstract/connection_specification.rb:291:in `send'' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ connection_a dapter...
2006 Sep 07
1
gem mysql buggy on Win32
Hi, Just running a simple unit test and trying to save an object gives me this error. test_validations(FriendTest): NoMethodError: undefined method `each'' for #<Mysql:0x38f60d0> c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_adapters/mysql_a dapter.rb:292:in `columns'' .... .... Rails 1.1.6 mysql 5 mysql gem 2.71 After I uninstalled the mysql gem everything went fine. I know more people have experienced this. Jeroen -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~...
2008 Jan 17
6
Problems with sqlserver 2000 and ActiveRecord
Hi, I''m getting some trouble in connecting to a sql server 2000 database with ActiveRecord-2.0.1 and ruby 186-26, from win XP. Using the next conenction config: ActiveRecord::Base.establish_connection( :adapter => "sqlserver", :database => "nombre_bd", :username => "usu", :password => "contra" ) I have the next error: C:/ruby/lib/ruby/site_ruby/1.8/dbi.rb:329:in `load_driver'': Unable to load driver ''ADO'' (DBI::Interface...
2004 Dec 24
1
Tutorial Steps Two & Three
...ed the controller script as follows: ruby script/generate controller Friends list display new edit I got this error message: C:\Inetpub\wwwroot\rails>ruby script/generate controller Friends list display ne w edit c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.3.0/lib/active_record/connection_a dapters/abstract_adapter.rb:89:in `establish_connection'': development database i s not configured (ActiveRecord::AdapterNotSpecified) from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.3.0/lib/active_record /connection_adapters/abstract_adapter.rb:82:in `establish_connection''...
2009 Mar 05
0
ROR - Random [BUG] Segmentation faults
...once I setup my controller and view, I begin getting the error below. It''ll occur after I load it 4 or 5 times. If I include more html in the middle, it''ll fail after the second time loading it in Internet Explorer. (never the first). Also, sometimes it''s the abstract_adapter, sometimes the mysql adapter. They are very random... c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/ connection_a dapters/abstract_adapter.rb:38: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in a...
2009 Nov 16
0
mysql_adapter.rb:576: [BUG] Segmentation fault
...`user_groups` ON `groups`.id = `user_groups`.group_id WHERE ((`user_groups`.user_id = 1)) Group Columns (2.0ms) SHOW FIELDS FROM `groups` Completed in 66ms (View: 32, DB: 5) | 200 OK [http://localhost/ processes] C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_a dapters/mysql_adapter.rb:576: [BUG] Segmentation fault ruby 1.8.6 (2008-08-11) [i386-mswin32] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt, Version: 5.0.87- community-nt-log (MySQL Community Edition (GPL)). started with: TCP Port: 3306, Named Pipe: (null) Time Id Command Argum...