RRails Read More 3 minute read Active Records Destroy on SteroidsbySergio FigueroaMay 7, 2012 Reading Time: 2 minutesRunning out of memory or taking a lot of time when destroying a lot of records? The solution…
RRails Read More 4 minute read Omniauth Gem AuthenticationsbyMagmaLabs TeamMay 1, 2012 Reading Time: 4 minutesHaving a site that allows you to authenticate using a third-party service, such as Facebook, Twitter or Google,…
TTesting Read More 1 minute read Capybara/Webkit: Running Integration TestbyadminApril 3, 2012 Reading Time: < 1 minuteHave you ever had a big Ruby app where your tests are too complex with all those strong>@javascript@javascript
RRuby Read More 3 minute read Gem Crafting With JewelerbyVictor VelazquezNovember 15, 2011 Reading Time: 3 minutesA few days ago I was just wondering what the best way to craft a Gem was, and…
DDevelopment Read More 3 minute read Rbenv: How to Use It To Manage Your RubiesbyadminOctober 5, 2011 Reading Time: 3 minutesWhile working with ruby, you have some alternatives to manage your binaries using rbenv, but as you think…
WWeb dev Read More 2 minute read Rack: One File Web Page With This ApplicationbyMagmaLabs TeamApril 25, 2011 Reading Time: 2 minutesThere are times when you need to quickly create small Ruby web applications. You can do that in…
WWeb dev Read More 2 minute read Sinatra + Haml + Compass(SCSS) + BlueprintbyHector BustillosApril 6, 2011 Reading Time: 2 minutesLast week, I spent about half a day trying to get Sinatra working with Compass and Blueprint. At…
CCommunity Read More 5 minute read Ruby Language: Why We Have To Use It?byHector BustillosFebruary 25, 2011 Reading Time: 4 minutesWe have been seeing a lot of posts about different Rails and Ruby topics, such as benchmarks, ways…
RRuby Read More 5 minute read DSL: Building It To Create Callbacks In RubybyMagmaLabs TeamJanuary 14, 2011 Reading Time: 4 minutesDo you know what a Domain Specific Language(DSL) is and how to implement one in Ruby?. This article…
DDevelopment Read More 6 minute read Ruby Enterprise Edition: Improving Your Development Life With ItbyEdwin CruzDecember 7, 2010 Reading Time: 5 minutesHave you ever wondered if you can do something to make your ruby development even faster? Are you…