mrichman (Mark A. Richman)

Name
Mark A. Richman
Email
Website/Blog
http://www.markrichman.com
Company
Empire Software, Inc.
Location
Parkland, FL
Member Since
May 22, 2008 (about 1 year)

Following 14 coders and watching 46 repositories view all →

Public Repositories (1)

  • apptemplate

    Rails 2.3 Application Template

    legend

    Created Fri Apr 10 05:52:28 -0700 2009

Public Activity feed

mrichman created gist: 298805 Mon Feb 08 17:21:44 -0800 2010
def assert_presence_required(object, field) # Test that the initial object is valid asser...
mrichman updated gist: 298312 Mon Feb 08 08:26:25 -0800 2010
(SELECT t1.team_id, t1.name FROM team t1 INNER JOIN round_team rt ON rt.team_id = t1.team_id INNE...
mrichman updated gist: 298312 Mon Feb 08 08:25:27 -0800 2010
(SELECT * FROM team t1 INNER JOIN round_team rt ON rt.team_id = t1.team_id INNER JOIN round r ON ...
mrichman created gist: 298312 Mon Feb 08 08:24:21 -0800 2010
(SELECT * FROM team t1 INNER JOIN round_team rt ON rt.team_id = t1.team_id INNER JOIN round r ON ...
mrichman created gist: 297680 Sun Feb 07 13:15:25 -0800 2010
test_should_create_user(UsersControllerTest): ActionController::DoubleRenderError: Render and/or ...
mrichman created gist: 273933 Sun Jan 10 18:05:46 -0800 2010
I have Zentest, redgreen, autotest-rails, autotest-fsevent, autotest-growl installed, and get thi...
mrichman updated gist: 270541 Wed Jan 06 11:14:56 -0800 2010
class AccountsController < ApplicationController def new @account = Account.new
mrichman created gist: 270541 Wed Jan 06 11:12:43 -0800 2010
class AccountsController < ApplicationController def new @account = Account.new
mrichman updated gist: 269417 Tue Jan 05 07:30:40 -0800 2010
class Account < ActiveRecord::Base has_many :jobs
mrichman updated gist: 269417 Tue Jan 05 07:10:44 -0800 2010
class Account < ActiveRecord::Base has_many :jobs
mrichman updated gist: 269417 Tue Jan 05 06:56:36 -0800 2010
# password: "secret" foo: username: foo
mrichman updated gist: 269417 Tue Jan 05 06:55:37 -0800 2010
# password: "secret" foo: username: foo
mrichman created gist: 269417 Tue Jan 05 06:54:59 -0800 2010
class AccountsController < ApplicationController def new @account = Account.new
mrichman created gist: 269368 Tue Jan 05 05:21:59 -0800 2010
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I"lib:test" "/Library/Ruby/G...
mrichman started watching aaronchi/jrails Thu Dec 31 13:13:58 -0800 2009
jrails's description:
jRails is a drop-in jQuery replacement for Prototype/script.aculo.us on Rails. Using jRails, you can get all of the same default Rails helpers for javascript functionality using the lighter jQuery library.
mrichman started watching activestylus/formtastic-sass Fri Dec 04 21:01:48 -0800 2009
formtastic-sass's description:
Flexible Formtastic styling with Sass
mrichman started watching drnic/ruby-on-rails-tmbundle Sun Nov 29 18:36:53 -0800 2009
ruby-on-rails-tmbundle's description:
Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
mrichman created gist: 245211 Sun Nov 29 17:50:01 -0800 2009
/***************************************************************************** Global **********...
mrichman created gist: 245202 Sun Nov 29 17:43:10 -0800 2009
class CreateUsers < ActiveRecord::Migration def self.up create_table :users do |t|
mrichman created gist: 233849 Fri Nov 13 06:06:49 -0800 2009
private string GetterRobbottoAsciiArt = Environment.NewLine + Environment.NewLine + Env...
mrichman updated gist: 232068 Wed Nov 11 08:05:39 -0800 2009
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/...
mrichman created gist: 232068 Wed Nov 11 08:00:56 -0800 2009
// character "&amp;" is the first character of a delimiter but occurred as data <script type="te...
mrichman started watching thoughtbot/suspenders Sun Nov 08 18:12:43 -0800 2009
suspenders's description:
A Rails project template, intended to keep app baselines up to date. Includes shoulda, mocha, factory_girl, Hoptoad, git rake tasks, cap recipes, etc.
mrichman started watching lifo/docrails Sun Nov 08 15:49:34 -0800 2009
docrails's description:
PLEASE CHECK http://github.com/lifo/docrails/wikis
mrichman updated gist: 229408 Sun Nov 08 10:05:14 -0800 2009
1) Error: test_should_create_user(UsersControllerTest): NoMethodError: undefined method `symbol...
mrichman updated gist: 229408 Sun Nov 08 10:04:41 -0800 2009
1) Error: test_should_create_user(UsersControllerTest): NoMethodError: undefined method `symbol...
mrichman created gist: 229408 Sun Nov 08 10:03:17 -0800 2009
1) Error: test_should_create_user(UsersControllerTest): NoMethodError: undefined method `symbol...
mrichman created gist: 228846 Sat Nov 07 11:16:11 -0800 2009
$ rake db:seed --trace (in /Users/mark/Sites/rails/rails_sample_app) ** Invoke db:seed (first_time)
mrichman updated gist: 228739 Sat Nov 07 07:34:23 -0800 2009
class CreateUsers < ActiveRecord::Migration def self.up create_table :users do |t|
mrichman created gist: 228739 Sat Nov 07 07:32:04 -0800 2009
class CreateUsers < ActiveRecord::Migration def self.up create_table :users do |t|
mrichman opened issue 1 on pixels-and-bits/strappy Wed Oct 28 13:15:26 -0700 2009
404 on install
mrichman created gist: 219039 Mon Oct 26 14:07:19 -0700 2009
Processing PagesController#home (for 127.0.0.1 at 2009-10-26 17:06:09) [GET] Parameters: {"acti...
mrichman opened issue 8 on ffmike/BigOldRailsTemplate Mon Oct 26 08:44:03 -0700 2009
Error generating application.sass
mrichman opened issue 1 on jcnetdev/jobberrails Mon Oct 26 07:39:46 -0700 2009
Anyone home?
mrichman started watching stevenbristol/lovd-by-less Sat Oct 10 12:12:49 -0700 2009
lovd-by-less's description:
Open Source Social Network written in Ruby on Rail by Less Everything