Rails Layout Gem
generates application layout files using Bootstrap or Foundation. My blog post on the Rails Layout Gem v1.0.1 release give...
Rendering Collections in Rails
Rendering Collections in Rails Posted by croaky on January 07, 2014 — 0 comments Partials are a great way to break down co...
Here's the method that hands over an authentici...
Controller actions are protected from Cross-Site Request Forgery (CSRF) attacks by including a token in the rendered html ...
We still need a couple more sponsors to make @l...
With out the continued support of the companies below the Los Angeles Ruby Conference would not be the quality it is today...
Rendering Collections in Rails
Rendering Collections in Rails Joël Quenneville December 31, 2013 rails Partials are a great way to break down complex vie...
Jenkins CI with Rails projects
Jenkins CI with Rails projects Posted by vitobotta on January 08, 2014 — 0 comments I wrote a post on how to set up a Jenk...
テストは文法がむづいわ / “テストの基本構造 - RSpec/Capybara入門 - Ru...
require 'spec_helper' describe 'トップページ' do specify '挨拶文を表示' do visit root_path expect(page).to have_css('p', text: 'Hello ...
Ruby on Rails Guides: Active Record Validations...
Database constraints and/or stored procedures make the validation mechanisms database-dependent and can make testing and m...
Beginner’s guide to testing Rails apps
I'm frequently asked what it takes to begin testing Rails applications. The hardest part of being a beginner is that you o...
Getting Started with Rails — Ruby on Rails Guid...
Rails is a web application development framework written in the Ruby language. It is designed to make programming web appl...
Explaining RubyMotion views to Rails developers
Yesterday I put out an article explaining Apple's MVC pattern in a way Rails developers could understand, and it got a cra...