Displaying 4 results from an estimated 4 matches for "lagacy".
Did you mean:
lagace
2006 Jan 21
4
Migrations and Time datatype. Bug?
I''ve defined a table with these columns
t.column "some_date", :date, :null => false
t.column "some_time", :time, :null => false
The result in schema.rb is
t.column "some_date", :date, :null => false
t.column "some_time", :time, :default => Sat Jan 01 00:00:00 GMT
Standard Time 2000, :null => false
The time column generates a
2010 May 10
1
Unable to convert hvm to pv guest
...dule xen_vbd found for kernel 2.6.18-164.15.1.el5xen,
continuing anyway
grubby fatal error: unable to find a suitable template
Even if yum result showed that installation is completed, xen-kernel was
not added to /boot/grub.conf.
the reason I want to convert hvm to pvm is that we want to use our lagacy
system which install os and set config files automatically.
the system infomation
Xen Ver. : 3.4.1
Dom0 : CentOS 5.3 x64
DomU : CentOS 5.3 x64
Any comments would greatly appreciated.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lis...
2006 Oct 08
3
Configure Rails for previous installation of MySQL
I''m "exploring" Ruby and Ruby on Rails. Like what I see so far, but
have one question.
How do I configure Rails for a previous installation of Apache and
MySQL?
I already have both products installed working to my needs and would
like to keep the environment the same.
Previously, I installed Rails using the InstantRails for windows
"bundle" but ran into many
2007 Aug 07
4
Execute additional commands after creating database?
I''m writing some code that accesses some lagacy database on
PostgreSQL. Since the old database had some really ughly and weird
naming conventions (like CamelCase). To work around this I created a
second schema (named rails) in the same database and gave the tables
and fields some rails-friendly names. The database user that Rails
uses has its se...