Displaying 7 results from an estimated 7 matches for "ion_adapters".
2005 Dec 19
5
using a local MS SQL Server
...e | Full Trace
c:/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb:57:in `connect''
c:/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:584:in `connect''
c:/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:384:in `connect''
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connect
ion_adapters/sqlserver_adapter.rb:40:in
`sqlserver_connection''
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connect
ion_adapters/abstract/connection_specification.rb:145:in
`send''
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connect
ion_adapters/...
2006 Jun 20
2
Problem with "can''t dump anonymous class Class"
..., it works fine, but
if I attempt to use one of the subclasses, I get the error:
can''t dump anonymous class Class
With an Application Trace of:
C:/Ruby/lib/ruby/1.8/yaml/rubytypes.rb:6:in `to_yaml''
C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connect
ion_adapters/abstract/quoting.rb:22:in `quote''
C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connect
ion_adapters/mysql_adapter.rb:123:in `quote''
C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb
:1305:in `quote_bound_value''
C:/R...
2006 Apr 11
0
Problem using generate/scaffold and FireRuby
...e_support/
> depend encies.rb:133:in `const_missing_before_generators''
>
> c:/ruby/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/rails_generator/lookup.rb:13:
> in `const_missing''
>
> c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/c
> onnect ion_adapters/firebird_adapter.rb:33:in `firebird_connection''
>
> c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/c
> onnect ion_adapters/abstract/connection_specification.rb:251:in
> `connection_without_query_cache=''
>
> c:/ruby/lib/ruby/gems/1.8/gems...
2006 Jun 19
3
can''t dump anonymous class Class
I''m trying to create a document upload system, where most of the code is
the super class Document and just the path to file on the system is
controlled by the sub classes. When I attempt to use my code, I get the
following when I try to save the document.
can''t dump anonymous class Class
Any ideas?
** Migration **
class CreateDocuments < ActiveRecord::Migration
def
2011 Jul 26
0
active record wants root password, not sure why ..
...d(:first)
I get the error below even though I didn''t try to connect using root.
Running rails server/console etc doesn''t have this problem ..
C:\inetpub\wwwroot\Larry\univ-parse>ruby db-test.rb
C:/Ruby192/lib/ruby/gems/1.9.1/gems/activerecord-3.0.9/lib/
active_record/connect
ion_adapters/mysql_adapter.rb:614:in `real_connect'': Access denied for
user ''roo
t''@''localhost'' (using password: YES) (Mysql::Error)
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/activerecord-3.0.9/
lib/active_r
ecord/connection_adapters/mysql_adapter.rb:614:in `c...
2012 Feb 26
15
ActiveRecord::ConnectionNotEstablished
Hi,
I am trying the tutorial in:
http://guides.rubyonrails.org/getting_started.html
when I try to navigate to http://localhost:3000 after the 4.3 change
I get the error : ActiveRecord::ConnectionNotEstablished
and I don''t know how to solve it
the database.yml file is:
adapter => mysql
host => 127.0.0.1
database => blog
username => root
password => *****
my
2006 Sep 20
3
Unit and Functional Tests Bombing with Ferret
Hello,
I am currently using ferret 0.9.5 and acts_as_ferret 0.2.3 on windows XP
All my unit and functions test that used to work before I installed
ferret are erroring out. My index is on a model name Post, and it looks
like all tests that contains methods which does CRUD to the Post model
bombs out.
Is there anything special I need to do before running unit and
functional test?
Thanks