search for: lagaci

Displaying 4 results from an estimated 4 matches for "lagaci".

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
to convert hvm to pv guest, I have followed the direction( link<http://pastebin.com/f6a5022bf>) in Xen-Users Common Questions Guide. It says the first step is "install kernel-xen with correct initrd" After "yum install kernel-xen" was executed, following errors were showed: WARNING: No module xen_vbd found for kernel 2.6.18-164.15.1.el5xen, continuing anyway grubby
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 search_path set to the rails schema. That way