Displaying 2 results from an estimated 2 matches for "vakulenko".
Did you mean:
rakulenko
1995 Aug 19
0
IDE CDROM driver support now part of FreeBSD-current
For those of you who haven't been watching the commit lists very
closely, I just thought I'd make this announcement.
I've recently brought Serge Vakulenko's IDE CDROM driver into
-current, and it can be easily enabled by dropping the following into
your kernel configuration file:
options ATAPI
device wcd0
[assuming that you're running FreeBSD-current]
Please help Serge and us test this driver with your IDE CDROM drives!...
2012 Nov 10
1
How to get database schema version manually?
Hello!
I try to make automatic migrations directly from ruby script without
using rake and console commands.
But I can''t retrieve current database schema version.
I have tried to use ActiveRecord::Migration.version and @version
property in a child of ActiveRecord::Migration. The result was nil at
both cases.
How can I do this?
Thank you.
--
Posted via http://www.ruby-forum.com/.
--