search for: ballai

Displaying 6 results from an estimated 6 matches for "ballai".

Did you mean: ballad
2006 Jan 09
3
Include with two references of one model of the same table
...JOIN matches ON matches.hometeam_id = teams_seasons.id LEFT OUTER JOIN matches ON matches.awayteam_id = teams_seasons.id WHERE (teams_seasons.division_id = 1) | I''d like to know if this is an incorrect implementation detail or just a _don''t_do_that_ problem =) -- -- Adam Ballai <adam.ballai@integrumtech.com> Integrum Technologies, LLC Phone: +1 602 792 1270 Mobile: +1 480 580 7091
2006 Feb 20
0
Object Finalizers help
...to not be calling the finalizer? Is this the correct way to set a finalizer or am I going about it the wrong way. I need to close a socket connection _after_ the model is done being used, not necessarily a destroy, but out of scope where GC usually happens. Thanks for any help. -- -- Adam Ballai <adam.ballai@integrumtech.com> Integrum Technologies, LLC Phone: +1 602 792 1270 x 104 Mobile: +1 602 373 3072 -------------- next part -------------- A non-text attachment was scrubbed... Name: adam.ballai.vcf Type: text/x-vcard Size: 454 bytes Desc: not available Url : http://wrath.rubyonr...
2006 Feb 20
1
Object finalization help
...ase acts_as_goat end Is this the correct way to set a finalizer or am I going about it the wrong way. I need to close a socket connection _after_ the model goes out of scope where GC usually happens. Do models get GC''d after a page is done loading? Thanks for any help. -- -- Adam Ballai <adam.ballai@integrumtech.com> Integrum Technologies, LLC Phone: +1 602 792 1270 x 104 Mobile: +1 602 373 3072 _______________________________________________ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core
2006 Feb 09
9
Looking for hosting advice
Hello everyone, I''ve got a Rails app that''s going to replace an in-house application, where the customers are used to having to deal with maintaining their own servers and data. As these are non-IT customers, maintaining servers and data is a long way from their core business and thus quite costly for them. I''m hoping to slice their costs by removing the requirement
2006 Mar 05
2
ActiveLDAP maintain user connection
Hi, I''ve just started to do some work using ActiveLDAP and Rails. I''ve managed to get some basic login code that works to authenticate users, but I would like to be able to maintain that connection for the User Model so that the ACL''s in LDAP for each user will be used correctly as the various controller queries are made. I haven''t quite sorted out how to
2006 Jan 11
4
Code Shopping in Rails
Back in the horse-and-buggy days when I was cutting my OO eye teeth on Smalltalk, we had a LOT of conversations about the biggest problem dealing with a large and growing set of classes and methods in the Smalltalk image. It became clear that most, if not all, successful Smalltalk coders spent a lot of their time code-shopping, i.e., looking for a class or method that did something they