search for: kabisa

Displaying 5 results from an estimated 5 matches for "kabisa".

Did you mean: kabila
2006 Jul 01
22
TextDrive complaints
...me. I have contacted their support desk, however, they do not respond (at all, or very, very late). Has anyone else these experiences with TextDrive? And if so, what did you do about it? Did you transfer your application to a different host? And if so, which one to choose? Regards, Harm de Laat Kabisa ICT -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060701/8b098259/attachment-0001.html
2011 Aug 16
2
SIOCSIFADDR: No such device
I have encountered the error " SIOCSIFADDR: No such device" in one my Xen Guest (others VM are okay, and have checked they are using different mac address). Follow this link (http://blog.kabisa.nl/2009/12/11/xen-how-to-fix-siocsifaddr-no-such-device/) to remove the file "/etc/udev/rules.d/z25_persistent-net.rules. " and didn''t help My guest VM is running Ubuntu 10.04 LTS, anything I can do? (I have tried eth0, eth1, eth2, eth3 and didn''t work also). Thanks....
2006 Aug 13
3
escape block using red cloth
...this_ works *beautifull* [code lang="ruby"] def foo bar end [/code] ------------------------------------------------------------------ The text in the [code] block should not be parsed by Red Cloth''s to_html method. I cannot find it in the docs. Many regards, Harm de Laat Kabisa ICT The Netherlands -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060813/a35137b5/attachment.html
2006 Jul 20
4
drop down list
hello friends , can u pls tel me how to add drop down list in railsapplication -- Posted via http://www.ruby-forum.com/.
2006 Aug 17
4
Migration newbie
In an migration file there is one up and one down method. Below is from Agile Web Development with Rails: class CreateOrderHistories < ActiveRecord::Migration def self.up create_table :order_histories do |t| t.column :order_id, :integer, :null => false t.column :created_at, :timestamp t.column :notes, :text end end def self.down drop_table :order_histories end end Why is there a drop