i have tried may different sites but I like apidock.com the most -daya "I enjoy the massacre of ads. This sentence will slaughter ads without a messy...
I ran across this analysis of "newbie" Ruby mistakes http://japhr.blogspot.com/2009/10/newbie-feedback.html I hadn't done the challenge itself, but I'm not...
Thanks for sharing that - Symbol to proc is nice, however it can make code look more obscure. &: + is certainly more concise than |s,t| s + t, but does it help...
I would rather a sum /method /for the array, see something like: *times.map(&:to_time).sum* That would really signal your intent, probably be reusable, and...
FYI, there is no need to call Symbol.to_proc on the binary :+ operator, inject handles that just fine: [1,2].inject(&:+) == [1,2].inject(:+) #=> true Also, I...
Interesting. It makes sense that it would be non-performant, but I tend to eschew it for the reason that it is rails-specific until 1.8.7 It's not as much a...
This has been an interesting read. I feel like a Ruby Newbie, as I still feel more comfortable in perl, however, I take exception to the assertion that the...
I feel dirty just typing it :-). Not really - I did .net in my pre-enlightenment days. I have been contacted to do project management for a large ASP.NET app ...
I have been doing some work with Flex independent of Rails, but I do have an old application that I worked on while reading Flex on Rails. Pretty much the...
Flex sounds interesting. I can also do a quick overview of deploying Rails apps on Heroku if anybody is interested. We have deployed a few test instances on...
All, I've been using New Relic's RPM service to do some performance tuning on an app. If we need some filler, I could possibly discuss that a wee bit. Wes...
... If these are recorded and posted somewhere, my vote is for Heroku. I haven't gotten around to deploying anything, but I'm curious as to how to deploy ...
Did we ever decide on what is being presented at the meeting tonight? I know Flex as discussed and I mentioned Heroku. I do not have a formal presentation...
Thanks for the reminder! Yes - Bassel is going to do a talk on Flex, and an informal talk on Heroku would be great (IMO). Keith ... Keith Lancaster ...
I'm iffy at this point, but it looks like some great stuff is going to be presented tonight. I will try to make it. Leo ... -- *Leo Grove* CEO *SSL Corp* ...
As a followup to Jim's heroku talk tonight, I wanted to let you know that our houstonrb.com site has been moved to heroku as well. The code is up on github...