search for: juancho

Displaying 2 results from an estimated 2 matches for "juancho".

Did you mean: ancho
2010 Sep 13
4
Migrate existing Windows XP VirtualBox VM to Xen
...ve read over the internet it should be that simple, convert the VDI disk to raw, setup a config file liked the one I have and fire it up. Also most of topics found on the internet related to this are more of installation instead of migration, so I''m out of ideas now. Thanks. Cheers, -- Juancho _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Aug 17
0
HABTM and collection_select
...is (and several more variations) but it doesn''t work: <% for @author in @book.authors %> <%= collection_select("author[]", "author_id", @authors, :id, :full_name) %> <% end %> Is it possible to use collection select for this ? Thanks in advance, - Juancho -- Posted via http://www.ruby-forum.com/.