Read More 1 minute read RRails 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…
Read More 9 minute read RRails 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…
Read More 2 minute read RRails JSON Objects Using JBuilder to Customize ItbyFlow VelazquezAugust 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…
Read More 2 minute read RRails 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…
Read More 3 minute read RRails 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…
Read More 4 minute read RRails Omniauth Gem AuthenticationsbyFlow VelazquezMay 1, 2012 Reading Time: 4 minutesHaving a site that allows you to authenticate using a third-party service, such as Facebook, Twitter or Google,…
Read More 1 minute read TTesting 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
Read More 1 minute read RRails 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…
Read More 4 minute read TTesting Environment Rails TDD Setup With Guard and ForemanbyFlow VelazquezMarch 1, 2012 Reading Time: 4 minutesThis article shows my current TDD environment setup, it’s all based on many of the links listed at…
Read More 3 minute read RRails 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,…