Watching OmniAuth Part 1 on RailsCasts via @rai...
<% title "Sign In" %> <% if @authentications %> <% unless @authentications.empty? %> <p><strong>You can sign in to this ac...
Wohoo! Got the Login with Twitter to finally wo...
Some things have changed since OmniAuth version 1.0 was released. Each provider is now a separate gem that should be inclu...
Railscasts - Sortable Table Columns:
class ProductsController < ApplicationController helper_method :sort_column, :sort_direction def index @products = Product...
カード決済サービスStripeの解説記事。 / “#288 Billing with Stri...
<%= form_for @subscription do |f| %> <% if @subscription.errors.any? %> <div class="error_messages"> <h2><%= pluralize(@su...
