search for: aviditybytes

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

2005 May 17
8
acts_as_tree elegant tree printing
Hi, I''m working with acts_as_tree to print an unordered list of items: Root -- Child ---- Child I''ve got this working, however I''d like to know if there is a more elegant fashion that I''m unaware of: #Takes a parent category and recursivley returns all children def find_all_subcategories(category) if category.children.size > 0
2006 Feb 10
0
Rails workshop downunder
.... It''s a half-day event for A$365 and though it''s open to anybody (not just WebDU delegates) there''s only a small number of places and its first-come first-served. For more details check out: http://www.rubyonrailsworkshops.com/countries/show/13 -- tim lucas http://aviditybytes.com p.s. any other aussie railers off to SXSW?
2006 Feb 21
26
Net::SMS::BulkSMS 0.1
This is the first release of a new Ruby library for the www.bulksms.co.ukAPI which should allow simple integration of SMS functionality into your Ruby or Rails apps. Sending a message is as simple as: @service = Service.new(''username'', ''password'') @service.send_message(''This is my message!'', ''4479123456789'') # whats my