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...
ASCIIcasts - “Episode 241 - Simple OmniAuth”:
A few weeks ago episodes 235 [watch , read ] and 236 [watch , read ] covered OmniAuth. OmniAuth provides a great way to in...
#213 Calendars - RailsCasts
<div id="calendar"> <h2 id="month"> <%= link_to "<", :month => (@date.beginning_of_month-1).strftime("%Y-%m") %> <%=h @dat...
#260 Messaging with Faye - RailsCasts
faye.ru require 'faye' require File.expand_path('../config/initializers/faye_token.rb', __FILE__) class ServerAuth def inc...
カード決済サービスStripeの解説記事。 / “#288 Billing with Stri...
<%= form_for @subscription do |f| %> <% if @subscription.errors.any? %> <div class="error_messages"> <h2><%= pluralize(@su...
[twitter bootstrap][RubyOnRails] / “#328 Twitte...
<!DOCTYPE html> <html> <head> <title>Store</title> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trun...
Railscasts - Sortable Table Columns:
class ProductsController < ApplicationController helper_method :sort_column, :sort_direction def index @products = Product...
#306 ElasticSearch Part 1 - RailsCasts
Add full text searching using ElasticSearch and Tire. Here I will show the steps involved in adding this search to an exis...
#339 Chef Solo Basics (pro) - RailsCasts:
#339 Chef Solo Basics Apr 06, 2012 | 17 minutes | Production , Deployment , Tools Chef is a provisioning tool which allows...
