William Notowidagdo Kiranatama Staff
Knowledge

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.

Continue reading...
William Notowidagdo Kiranatama Staff
Knowledge

Creating an administration interface for a project can be a tedious task. Lucky for Rails developers there are Active Admin, a framework for creating administration style interfaces.

Continue reading...
William Notowidagdo Kiranatama Staff
Knowledge

Sorcery is an autentication library for Rails 3. Compared to other library in the same category, Sorcery does not generates code for your MVC. And that is the first thing that make me want to try this lib.

Continue reading...

How to test external API  

29 Mar 2012
William Notowidagdo Kiranatama Staff
Knowledge

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.

Continue reading...
William Notowidagdo Kiranatama Staff
Knowledge

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.

Continue reading...