Displaying 3 results from an estimated 3 matches for "pzz".
Did you mean:
plz
2011 Jul 27
0
require specific version of active record
...ecord'', ''= 3.0.3''
ActiveRecord::Base.establish_connection(
:adapter => "mysql",
:host => "localhost",
:pool => 5,
:encoding => ''utf8'',
:reconnect => false,
:database => "univ_parse_dev",
:user => "PZZ",
:password => "PZZ"
)
class MsdsAttr < ActiveRecord::Base
end
attr = MsdsAttr.find(:first)
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39...
2011 Jul 26
0
active record wants root password, not sure why ..
...gn_key => ''attribute_id''
has_many :alt_values, :as => :alternative
has_many :msds_ingredients
end
ActiveRecord::Base.establish_connection(
:adapter => "mysql",
:host => "localhost",
:database => "univ_parse_dev",
:user => "PZZ",
:password => "PZZ"
)
attr = MsdsAttr.find(: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/...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking