search for: integrumtech

Displaying 12 results from an estimated 12 matches for "integrumtech".

2006 Jan 09
3
Include with two references of one model of the same table
...s.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
1
Object finalization help
...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 Aug 10
4
exporting vcards from rails
i''m doing a site for someone that has a form set up to collect contact information from the user. i installed the vpim gem and was hoping to give my client a way to download all of the contact''s information as a vcard. using the examples, i was able to get it working in ruby, but i''m not quite sure how to generate and download a vcard on the fly. has anyone done
2006 Jul 13
0
AZ Ruby on Rails Community
...1744 S Val Vista Dr Mesa, AZ 85204-7362, US AZ on Rails - http://www.azonrails.org/ Rails Topics - http://refreshphoenix.org/wiki/doku.php?id=az_on_rails Molly Brannigans - http://www.mollybrannigans.com/ Driving Directions - http://rubyurl.com/OT3 -- Derek Neighbors Integrum Technologies derek@integrumtech.com
2006 Feb 20
0
Object Finalizers help
...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.rubyonrails.org/pipermail/rails/atta...
2006 Jan 30
0
const_missing: uninitialized constant Test when running unit tests
...es not work on used to be rails 0.14 and has been upgraded to 1.0. The machine it works on has been 1.0 for some time. We have tried un-installing rails and re-installing it to no avail. Any ideas? Both machines are PowerBook G4 OS X 10.4. -- Derek Neighbors Integrum Technologies http://www.integrumtech.com "Redefining IT"
2007 Jun 18
0
Phoenix Rails Users Group
...s for your web development project. Please note that the location has changed, Molly Brannigans decided that we weren''t a big enough group for their banquet room and wanted to start charging us for using the projector. We will now be meeting at the offices of Integrum Technogies ( http://integrumtech.com/contact) until further notice. The presentation should only take about an hour, after which we will be ordering pizza and will have people on hand to help with any Rails related problems/questions that you may have. Hope to see you there! -- Josh Knowles joshknowles-Re5JQEeQqe8AvxtiuMwx3w@p...
2007 Mar 29
21
a better "should have valid associations"
This is pretty much the same as last time around, if you recall. Thanks to Wilson for converting to the new form. I''ve added a few lines. Basically, it iterates over your model associations and does two things. - First, just try to call the association. Usually fixes speeling erors or other such silliness. - Second, try to find a record with an :include on the association. This
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 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
2007 May 27
12
Checking for Range
how would you check for a range using rspec? person.password.range.should == Range.new(5..40) <- this doesn''t work -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070527/4d8cb007/attachment-0001.html
2006 Feb 10
36
Advocating RoR in the enterprise?
Hi folks, I''m looking for advice on how to promote RoR in my workplace. Specifically, I''d like to work out a strategy for promoting development in Rails as a new alternative to our existing technology (the usual suspects... mostly Java/Oracle, .NET, PHP, and a bit of Perl here and there). Some background: I work for a fairly large state environmental agency as a web developer.