Skip to content

Instantly share code, notes, and snippets.

View juanm55's full-sized avatar

JuanManuel LF juanm55

View GitHub Profile
@juanm55
juanm55 / 20110909202649_create_evaluator_relations.rb
Created September 9, 2011 20:28
just some error im getting trying to do a migration in rails 3
#the actual migration generated....
class CreateEvaluatorRelations < ActiveRecord::Migration
def self.up
end
def self.down
end
end
@juanm55
juanm55 / gem list local output
Created August 23, 2011 15:56
a simple list of outputs i keep getting trying to install mongrel
$ gem list --local
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.10)
actionpack (3.0.10)
activemodel (3.0.10)
activerecord (3.0.10)
activeresource (3.0.10)