search for: krassi

Displaying 3 results from an estimated 3 matches for "krassi".

Did you mean: grassi
2006 May 17
0
acts_as_versioned with lock_version bug?
...20, :null => false t.column :version, :integer, :default => 0, :null => false end Software.create_versioned_table end def self.down drop_table :softwares Software.drop_versioned_table end end % rake migrate (in /home/krassi/MyProjects/Rails/pl2) == CreateTables: migrating ==================================================== -- create_table(:softwares, {:force=>true}) -> 0.0218s == CreateTables: migrated (0.0589s) =========================================== # ++++ Using the versioned dat...
2009 Jan 06
2
ACPI support?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello All, I have had a problem detecting the network card on my notebook when ACPI is enabled for a year. The problem still exists in 7.1-RELEASE. with ACPI: ... bge0: <Broadcom NetLink Gigabit Ethernet Controller, ASIC rev. 0xb002> irq 17 at device 0.0 on pci8 bge0: 0x10000 bytes of rid 0x10 res 3 failed (0, 0xffffffff). bge0: couldn't
2006 Apr 14
8
Error with Web Service tests after upgrading to Rails 1.1.2
Hello. I hope this is the right place to describe my problem ? After upgrading to Rails version 1.1.2 from rails version 1.0.0, Web Service functional tests seem broken. I upgraded rails (as the root user / administrator) with: # gem update rails --include-dependencies then I upgraded my application (as myself) with: ? rake rails:update % rake rails:update:configs After these steps,