mlambie

1,454
Reputation
111 views

Registered User

Name mlambie
Member for 1 year
Seen Nov 23 at 7:11
Website
Location Perth, Australia
Age 28

I'm a the technical director at a software company. We develop web applications on Linux using PHP and Ruby.

I like Brazilian jiu jitsu, Lego, comics, helicopters and video games.

Nov
23
comment Convert XML collection (of Pivotal Tracker stories) to Ruby hash/object
I'm not using Rails in this instance.
Nov
23
asked Convert XML collection (of Pivotal Tracker stories) to Ruby hash/object
Oct
22
answered rails - InvalidAuthenticityToken for json/xml requests
Oct
20
answered mysql Varchar size limit
Oct
20
comment Is validates_presence_of necessary of using validates_length_of?
Right, that's what I thought. :allow_nil is only useful if the company name has to be between 5 and 30 characters, or can be missing. If you want the company name to be between 5 and 30 characters long you wouldn't want :allow_nil.
Oct
20
asked Is validates_presence_of necessary of using validates_length_of?
Oct
19
answered Implement find(), save() ActiveRecord methods for ActiveMerchant CreditCard object
Oct
19
revised Implement find(), save() ActiveRecord methods for ActiveMerchant CreditCard object
Clarification
Oct
19
answered Is it possible to do a Facebook status update programatically in .NET?
Oct
19
asked Implement find(), save() ActiveRecord methods for ActiveMerchant CreditCard object
Oct
3
accepted How much code in a rails view is ok?
Sep
28
answered Want to show the first 50 or 60 words of a text field in ruby??
Sep
19
awarded  Yearling
Aug
9
awarded  Notable Question
Aug
5
awarded  Nice Question
Jul
10
answered Where’s the best place to define a constant in a Ruby on Rails application?
Jul
10
asked Where’s the best place to define a constant in a Ruby on Rails application?
Jul
1
awarded  Good Answer
Jun
26
awarded  Popular Question
Jun
25
accepted deploying ruby on rails applications on solaris 10
Jun
24
accepted What is a reliable method to record votes from anonymous users, without allowing duplicates
Jun
24
answered What is a reliable method to record votes from anonymous users, without allowing duplicates
Jun
20
revised deploying ruby on rails applications on solaris 10
added 264 characters in body
Jun
20
answered Is there a way to access DELL XPS media buttons programmatically
Jun
20
answered deploying ruby on rails applications on solaris 10
Jun
20
answered How does one convert a string to lowercase in ruby
Jun
20
comment Filtering by date substrings in Rails
searchlogic looks mintox - I think it'll do what is needed here, though I have not implemented it yet myself.
Jun
20
answered Debugging PHP code
Jun
20
answered How does one convert a string to lowercase in ruby
Jun
20
comment Ruby gem LoadError - rubygems/defaults/operating_system
Can you find "rubygems/defaults/operating_system.rb" anywhere on your system? As of RubyGems 1.3.2 it looks like that file should be loaded, but only if it exists. Could the file exist in the D:/ruby/... path but not the C:/Documents and Settings/... path, and context is switching from one to the other? ie, RubyGems checks D:/ path and the file exists, but then tries to load C:/ path and it fails. Just a guess... This has more details: infoq.com/news/2009/…
Jun
20
answered attachment fu - file path
Jun
20
answered Ruby gem LoadError - rubygems/defaults/operating_system
Jun
5
awarded  Popular Question
Jun
3
awarded  Nice Question