Liskov Principle & MiniTest Posted by wojtekmach on July 17, 2012 — 0 comments I just wrote how you can use inheritance with MiniTest: Liskov Principle & MiniTest . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a ...
Back in May, the fourth annual JRuby Conference was held in Minneapolis, MN, the homebase of most of the core team. Open Source enthusiasts gathered from near and far for three days of talks, socializing and views from the historic Guthrie theatre. Well, we have good news for those wh...
Host your own Rails apps Posted by mattslay on July 17, 2012 — 0 comments Learn how to host your own Rails apps right in a Virtual Machine. Don't laugh... it really works. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to...
Refactoring with Hexagonal Rails Posted by gma on July 17, 2012 — 0 comments I've been applying ideas from Matt Wynne's Hexagonal Rails talk to my app, cleaning up complicated controller actions. I wrote it up: Refactoring with Hexagonal Rails . Comments Post a Comment Comment abi...
Depois de pensar sobre os primórdios do Scrum, acho que a raíz tanto do Scrum quanto Lean são sistemas complexos adaptativos . Quando nós criamos Scrum nós não falamos sobre Lean, falamos sobre sistemas complexos adaptativos. Eu acho que Scrum e Lean são implementações complementares ...
The long sound representation ("ー") is disorderly used in the Japanese translation. For instance, "text_repository_usernames_mapping" uses "ユーザー", and "default_doc_category_user" uses "ユーザ", both meaning the same thing ("User"). The attached patch addresses the problem by changing all...
Tuesday, July 17, 2012 at 5:38AM There are days when I'm amazed that this whole Internet thing works at all. MongoHub-Mac - OS/X GUI for MongoDB. This looks like the best-maintained fork. Latency Comparison Numbers - Some things are fast in your computer. Some things are not. Acceptan...
prissy 1.0.0 Even prettier JSON console output install gem install prissy Download Documentation Subscribe Stats Authors Paul Sadauskas 7 total downloads 7 for this version Owners Links Homepage Gemfile gem "prissy", "~> 1.0.0" Versions 1.0.0 July 17, 2012 Runtime Dependencies multi_j...
Rapidly Deploy Applications to Hybrid Clouds with Engine Yard and CloudStack Gain Competitive Advantage with Platform as a Service How Platform as a Service Enables Innovation Scaling your Rubyists: Dynamic Staffing for a Dynamic Language See a Clear Path to App Portability in the Clo...
Adds MiniTest as the default testing library in Rails 3.x
A more user friendly interface to the xcode-select command showing more info
TrinityLabs-Prostock-DeltaBot-3dPrinter
Generic client for self-describing APIs built with django-tastypie.
rm user wrote: did you use lightbox? or if i click on image it'd be just a link to full-image ? No lightbox, just a link to the full image. You can have a look at r9933 for more details. any example here? what about 1.4 version - will it be included there as well? No example here, fea...
Sinatra apps are typically written in a single file. It starts up and shuts down nearly instantaneously. It doesn’t use much memory and it serves requests very quickly. But, it also offers nearly every major feature you expect from a full web framework: RESTful resources, templating (...
After that is complete, the two groups have agreed to work on a new version of JavaScript dubbed “Harmony”, which will be a more modest evolution of the current JavaScript, minus some of the more ambitious features like namespaces and packages. Other features, like classes, will likel...
I’m not really shy about using method_missing but I think it does come with a few caveats (I can think of 3): 1) There is a worry that your code will break if your ghost method’s name is already defined as another method. For example, if you have an app for dealing with car stereos an...
Luis Lavena , Posted April 2, 2010, 5:31 pm I would have to disagree with you Yehuda on this. For some gems, the scenario you’re presenting will work, for others, it wouldn’t. Let’s ignore for a second that bundler doesn’t like gems with native extensions or specific platform gems tha...