Adding Facebook auth to Rails 3.1 app
We will learn how to add Facebook auth to an existing Rails 3.1 app. I assume that you want to use Devise as authentication solution so first of all we will add Devise to our app.
Continue reading...We will learn how to add Facebook auth to an existing Rails 3.1 app. I assume that you want to use Devise as authentication solution so first of all we will add Devise to our app.
Continue reading...Though Picky doesn’t have an ORM integration yet, it shouldn’t stop you to use it on your Rails app. I will show you how.
This is a preview of "How to integrate Picky in Rails application".
Continue reading...The case is you got single server and need to run foo.com on Ruby Enterprise Edition and bar.com on Ruby 1.9.2. Not to worry, RVM to the rescue!
Continue reading...In this post we will show you how easy to add basic API feature to an existing Rails application using Grape.
Continue reading...I'll show you how to easily integrate Jammit in a Rails 3 application.
Continue reading...