RRails Read More 1 minute read Streaming Data With Rails > 3.1byHerman MorenoSeptember 18, 2012 Reading Time: < 1 minuteOne of the new features that shipped with Rails 3.1 was streaming support. Now, all you need is…
RRails Read More 9 minute read Backbone.js And Basic Rails ExamplebyadminAugust 28, 2012 Reading Time: 6 minutesRecently, I have been involved in a couple of projects where we use a lot of Backbone.js, and…
RRails Read More 2 minute read JSON Objects Using JBuilder to Customize ItbyMagmaLabs TeamAugust 24, 2012 Reading Time: 2 minutesUsually when it comes to customizing JSON objects we use as_json, i.e., if we want to show a…
RRails Read More 2 minute read Active Record Database: Load i18n TranslationsbyVictor VelazquezJuly 26, 2012 Reading Time: 2 minutesWhenever you are working on a project using i18n Internationalization, all your translations are specified on a bunch…
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
RRails Read More 1 minute read CSV: Responding in Rails 3 With CommabyHerman MorenoMarch 6, 2012 Reading Time: < 1 minuteIn one of our applications, as a feature, I had to allow users to export certain data to…
TTesting Read More 4 minute read Environment Rails TDD Setup With Guard and ForemanbyMagmaLabs TeamMarch 1, 2012 Reading Time: 4 minutesThis article shows my current TDD environment setup, it’s all based on many of the links listed at…
RRails Read More 3 minute read Settings Managing on Rails ApplicationsbyEdwin CruzFebruary 27, 2012 Reading Time: 3 minutesIs it a nightmare to manage global settings in your Rails Apps? I used to have this problem,…