Skip to content

Instantly share code, notes, and snippets.

View fredguth's full-sized avatar

Fred Guth fredguth

  • Brasília, DF, Brazil
View GitHub Profile
@fredguth
fredguth / gist:9229607
Created February 26, 2014 13:38
keybase.md
### Keybase proof
I hereby claim:
* I am fredguth on github.
* I am fred (https://keybase.io/fred) on keybase.
* I have a public key whose fingerprint is 4DB2 E86F 0029 93C6 3E83 E52B 2879 0B5A 97A9 4FB2
To claim this, I am signing this object:
@fredguth
fredguth / Gemfile.lock
Created January 16, 2014 21:16
My Gemfile.lock
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.0.2)
actionpack (= 4.0.2)
mail (~> 2.5.4)
actionpack (4.0.2)
activesupport (= 4.0.2)
builder (~> 3.1.0)
erubis (~> 2.7.0)
@fredguth
fredguth / Gemfile
Created January 16, 2014 21:15
My Gemfile
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.2'
# Use sqlite3 as the database for Active Record
#gem 'sqlite3'
gem 'pg'
# Use SCSS for stylesheets
@fredguth
fredguth / gist:4059877
Created November 12, 2012 15:07 — forked from frederico/gist:4059512
Vaga para Programador Ruby
Requisitos da vaga:
- Experiência em ruby (2 anos);
- Rails 3 >=
- HTML/CSS/JS;
- Postgresql;
- Unix/Linux;
- posição full-time (40 horas/semana);
- remoto, com reuniões diárias via Skype e presenciais de 1 a 2 vezes por mês;
- horário flexível;
@fredguth
fredguth / gist:4059875
Created November 12, 2012 15:07 — forked from frederico/gist:4059512
Vaga para Programador Ruby
Requisitos da vaga:
- OO
- HTML/CSS/JS
- Experiência comprovada em desenvolvimento web (2 anos) em qualquer linguagem de preferência ruby
- Rails 3 >=
- Postgresql ou Mysql
- Unix/Linux
- posição full-time (40 horas/semana);
- remoto, com reuniões diárias via Skype e presenciais de 1 a 2 vezes por mês;
- horário flexível;
@fredguth
fredguth / gist:4059202
Created November 12, 2012 12:44
Vaga para Programador Ruby
A vaga
- posicão full-time (40 horas/semana);
- remoto, com reuniões diárias via Skype e presenciais de 1 a 2 vezes por mês;
- horário flexível;
- profissional no Rio de Janeiro ou com disposição de viajar pelo menos 1 vez por mês;
- foco no desenvolvimento de back-end para aplicação Web;
- remuneração à combinar;
- elegibilidade para entrar para o pool de stock options da empresa;
O projeto
@fredguth
fredguth / profile.rb
Created August 18, 2012 14:01
Stack Overflow Question 12016316
class Profile < ActiveRecord::Base
belongs_to :user, :class_name => 'User'
attr_accessible :name, :owner
attr_accessor :name, :owner
attr_reader :owner