Displaying 8 results from an estimated 8 matches for "connection_".
Did you mean:
connection
2006 Aug 16
6
Newbie-Question
...e, :decimal, {:default=>0, :precision=>8,
:scale=>2
})
rake aborted!
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil.[]
d:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_
adapters/abstract/schema_statements.rb:259:in `type_to_sql''
d:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_
adapters/abstract/schema_statements.rb:122:in `add_column''
d:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/migratio...
2006 Apr 22
0
Connecting to existing postgreSQL database in Win32
...o start WEBrik I get the following response:
[2006-04-22 14:30:54] INFO WEBrick 1.3.1
[2006-04-22 14:30:54] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32]
[2006-04-22 14:30:54] INFO WEBrick::HTTPServer#start: pid=13984
port=3000
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_
adapters/postgresql_adapter.rb:24: [BUG] Segmentation fault
ruby 1.8.2 (2004-12-25) [i386-mswin32]
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application''s support team for more information.
Can anyone help before I decide that cutt...
2006 Jan 16
2
ActiveRecord: table name with spaces?
...with spaces", but I can''t get
find(:all) to work. I get the following error (because apparently
it''s not putting [ ] around the name as is required for SQL Server for
names with spaces.
-------------------
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_
adapters/abstract_adapter.rb:88:in `log'': DBI::DatabaseError: Execute (ActiveRec
ord::StatementInvalid)
OLE error code:80040E14 in Microsoft OLE DB Provider for SQL Server
Incorrect syntax near the keyword ''all''.
HRESULT error code:0x80020009
Exception...
2005 May 19
0
Re: Problem with Rails and OCI8
...Mar 15 15:13:29 GMT 2005
Using Rails 0.10.1 , following error when I have OCI8 (ver 1.9)
installed .. Older rails (0.9) did not have this problem, AFAIK.
Uninstalling OCI8 from site_ruby makes the problem go away.
Ideas? Thanks.
/usr/lib/ruby/gems/1.8/gems/activerecord-1.8.0/lib/active_record/connection_
adapters/oci_adapter.rb:253:
undefined method `define_a_column'' for class `OCI8::Cursor''
(NameError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
`require__''
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
`require...
2013 Jun 05
3
dashboard/passenger not connecting on port 8140
...oke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
Access denied for user ''dashboard''@''localhost'' (using password: YES)
/etc/puppet/puppet-dashboard/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:620:in
`real_connect''
/etc/puppet/puppet-dashboard/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:620:in
`connect''
These are the gems i have installed locally
gem list --local
*** LOCAL GEMS ***
activesupport (3.2....
2003 Apr 18
0
[Fwd: Xinetd 2.3.10 Memory Leaks]
...t;
> -----------
>
>
>
> Using objdump -S /usr/sbin/xinetd, the block of code in question comes
>
> from service.c:
>
>
>
> void svc_request( struct service *sp )
>
> {
>
> connection_s *cp ;
>
> status_e ret_code;
>
>
>
>
>
> cp = conn_new( sp ) ;
>
> if ( cp == CONN_NULL )
>
> return ;
>
> if (sp->svc_not_generic)
>
>...
2007 Mar 05
6
Using ms access 97 as local db backend for rails on windows 2000
...ion in database.yml to:
development:
adapter: odbc
database: local_odbc_name
host: localhost
This is the error message I get when I want to start webrick:
c:\temp\test1>ruby script/server
=> Booting WEBrick...
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.2/lib/active_record/
connection_
adapters/abstract/connection_specification.rb:34: uninitialized class
variable @@allow_concurrency in ActiveRecord::Base (NameError)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
27:in `gem_original_require''
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/cu...
2011 Dec 01
5
Validation failed: Host already has a report for time and kind
...e/puppet-dashboard/vendor/rails/activerecord/lib/active_record/dirty.rb:87:in
`save_without_transactions!''
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/transactions.rb:200:in
`save!''
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in
`transaction''
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/transactions.rb:182:in
`transaction''
/usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/transactions.rb:200:in
`save!''...