Public Gists by jbarket

Gravatar
Wed Aug 13 07:24:17 -0700 2008
1
2
3
require 'factories-and-workers'
require 'fileutils'
 
Gravatar
Fri Aug 01 10:22:39 -0700 2008
1
2
3
  <% @specification = question.specifications.build %>
  <%= error_messages_for :object => @specification %>
 
gist: 1857 undefined
Gravatar
Wed Jul 23 11:57:09 -0700 2008
1
2
3
class TodoMigration < ActiveRecord::Migration
  def self.up
    create_table :todos do |t|
Gravatar
Wed Jul 23 07:38:39 -0700 2008
1
2
3
<h1>Todos controller, edit action</h1>
 
<p>Edit this file in <tt>app/views/todos/edit.html.erb</tt></p>