<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Ruby on Rails Outsourcing</title>
    <link>http://www.ruby-on-rails-outsourcing.com/rss/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Kirana Tama - Rails outsourcing company that helps small businesses minimize their costs</description>
    
    
        <item>
          <title>Getting started with Pundit</title>
          <description>
            &lt;p&gt;What is Pundit? Pundit is a gem that provides set of helpers to build a simple, robust and scaleable authorization system&lt;/p&gt;
            
          </description>
          <pubDate>Fri, 23 Nov 2012 06:52:45 GMT</pubDate>
          <guid>http://www.ruby-on-rails-outsourcing.com/articles/2012/11/23/getting-started-with-pundit/</guid>
          <link>http://www.ruby-on-rails-outsourcing.com/articles/2012/11/23/getting-started-with-pundit/</link>
        </item>
    
        <item>
          <title>Make your Rails development faster with Zeus</title>
          <description>
            &lt;p&gt;
Nothing is perfect and even a great framework like Ruby on Rails has its weak parts, and one of those is speed. 
When your application starts growing and you start adding gems, it starts to take really long to start up, be it the server, console or just running a single spec.
&lt;/p&gt;
            
          </description>
          <pubDate>Thu, 04 Oct 2012 00:00:00 GMT</pubDate>
          <guid>http://www.ruby-on-rails-outsourcing.com/articles/2012/10/04/make-your-rails-development-faster-with-zeus/</guid>
          <link>http://www.ruby-on-rails-outsourcing.com/articles/2012/10/04/make-your-rails-development-faster-with-zeus/</link>
        </item>
    
        <item>
          <title>Adding user rating feature using letsrate</title>
          <description>
            &lt;p&gt;
    To engage your site user is to make your web application interactive.
    Interactive could lead to many things.
    For example: allow your user to rate your content.
&lt;/p&gt;
            
          </description>
          <pubDate>Fri, 14 Sep 2012 00:00:00 GMT</pubDate>
          <guid>http://www.ruby-on-rails-outsourcing.com/articles/2012/09/14/adding-user-rating-feature-using-letsrate/</guid>
          <link>http://www.ruby-on-rails-outsourcing.com/articles/2012/09/14/adding-user-rating-feature-using-letsrate/</link>
        </item>
    
        <item>
          <title>Manage your seed data using Seedbank</title>
          <description>
            &lt;p&gt;
Seedbank gives you a convention for splitting off seeds into multiple files, it allows you to have seeds for different environments, and it gives you some additional rake tasks so you can load just one seed file if you need it , so you can generate a bunch of test data for your development database but not have it pollute your production database.
Since the Rails core team were good enough to give us rake db:setup it would be rude not to use it.
&lt;/p&gt;
            
          </description>
          <pubDate>Fri, 07 Sep 2012 02:24:28 GMT</pubDate>
          <guid>http://www.ruby-on-rails-outsourcing.com/articles/2012/09/07/manage-your-seed-data-using-seedbank/</guid>
          <link>http://www.ruby-on-rails-outsourcing.com/articles/2012/09/07/manage-your-seed-data-using-seedbank/</link>
        </item>
    
        <item>
          <title>MailCatcher - a dead simple SMTP service for your development environment</title>
          <description>
            &lt;p&gt;
&lt;a href=&quot;http://mailcatcher.me/&quot;&gt;MailCatcher&lt;/a&gt; is a super simple SMTP server which catches any message sent to it to display in a web interface. 
I am use MailCatcher will improve your productivity when you need to debug your email related 
feature.
&lt;/p&gt;

            
          </description>
          <pubDate>Mon, 27 Aug 2012 00:00:00 GMT</pubDate>
          <guid>http://www.ruby-on-rails-outsourcing.com/articles/2012/08/27/mailcatcher---a-dead-simple-smtp-service-for-your-development-environment/</guid>
          <link>http://www.ruby-on-rails-outsourcing.com/articles/2012/08/27/mailcatcher---a-dead-simple-smtp-service-for-your-development-environment/</link>
        </item>
    
        <item>
          <title>Getting started with Active Admin - Part 2</title>
          <description>
            &lt;p&gt;
Let us continue what have been completed on part 1.
In this post we will explore Active Admin feature even more.
We Will change the site title, add more field to Post model, using scope, 
using status_tag, adding related posts links on Post show page and lastly, 
improving our dashboard.
&lt;/p&gt;
            
          </description>
          <pubDate>Thu, 19 Jul 2012 00:00:00 GMT</pubDate>
          <guid>http://www.ruby-on-rails-outsourcing.com/articles/2012/07/19/getting-started-with-active-admin---part-2/</guid>
          <link>http://www.ruby-on-rails-outsourcing.com/articles/2012/07/19/getting-started-with-active-admin---part-2/</link>
        </item>
    
        <item>
          <title>Getting started with Active Admin - Part 1</title>
          <description>
            &lt;p&gt;
Creating an administration interface for a project can be a tedious task.

Lucky for Rails developers there are &lt;a href=&quot;http://activeadmin.info/&quot; target=&quot;_blank&quot;&gt;Active Admin&lt;/a&gt;, 
a framework for creating administration style interfaces.
&lt;/p&gt;
            
          </description>
          <pubDate>Tue, 10 Jul 2012 00:00:00 GMT</pubDate>
          <guid>http://www.ruby-on-rails-outsourcing.com/articles/2012/07/10/getting-started-with-active-admin---part-1/</guid>
          <link>http://www.ruby-on-rails-outsourcing.com/articles/2012/07/10/getting-started-with-active-admin---part-1/</link>
        </item>
    
        <item>
          <title>Getting started with Sorcery</title>
          <description>
            Sorcery is an autentication library for Rails 3.
Compared to other library in the same category,
&lt;a href=&quot;https://github.com/NoamB/sorcery&quot;&gt;Sorcery&lt;/a&gt; does not generates code for your MVC.
And that is the first thing that make me want to try this lib.
            
          </description>
          <pubDate>Thu, 10 May 2012 00:00:00 GMT</pubDate>
          <guid>http://www.ruby-on-rails-outsourcing.com/articles/2012/05/10/getting-started-with-sorcery/</guid>
          <link>http://www.ruby-on-rails-outsourcing.com/articles/2012/05/10/getting-started-with-sorcery/</link>
        </item>
    
        <item>
          <title>How to test external API</title>
          <description>
            &lt;p&gt;
  Using external API as a data source is a common use case in any modern web app.
  This could be a problem when we start to testing.
  Any test on the part that use the data source must make request to the actual external API.
&lt;/p&gt;

            
          </description>
          <pubDate>Thu, 29 Mar 2012 00:00:00 GMT</pubDate>
          <guid>http://www.ruby-on-rails-outsourcing.com/articles/2012/03/29/how-to-test-external-api/</guid>
          <link>http://www.ruby-on-rails-outsourcing.com/articles/2012/03/29/how-to-test-external-api/</link>
        </item>
    
        <item>
          <title>Using Sphinx as search server</title>
          <description>
            &lt;p&gt;This post should get you started to use Sphinx on your Rails application. I only try to cover some of core topics of Sphinx that is Indexing and Searching.&lt;/p&gt;
            
          </description>
          <pubDate>Tue, 28 Feb 2012 04:41:18 GMT</pubDate>
          <guid>http://www.ruby-on-rails-outsourcing.com/articles/2012/02/28/using-sphinx-as-search-server/</guid>
          <link>http://www.ruby-on-rails-outsourcing.com/articles/2012/02/28/using-sphinx-as-search-server/</link>
        </item>
    
    
  </channel>
</rss>

