Preferência na ordem:
- chocolate com amendoim
- baunilha
- chocolate
Preferência na ordem:
require 'pty' | |
require 'active_support' | |
require 'active_support/core_ext/time' | |
require 'active_support/core_ext/numeric' | |
TIMEOUT_TO_KILL_DYNO = 3.minute.from_now | |
TIMEOUT_TO_ANY_KILL = 30.seconds | |
MAX_PROBLEMS = 3 | |
PROBLEMS = { |
rake() { if [ -f bin/rake ]; then bin/rake "$@"; else bundle exec rake "$@"; fi } | |
rails() { if [ -f bin/rails ]; then bin/rails "$@"; else bundle exec rails "$@"; fi } | |
rspec() { if [ -f bin/rspec ]; then bin/rspec "$@"; else bundle exec rspec "$@"; fi } |
queue = Sidekiq::Queue.new("low") | |
queue.each do |job| | |
if job.klass == "MailChimpUpdate" | |
job.delete | |
end | |
end |
def json | |
if self.persisted? | |
original_bylines_json = self.class.find(self.id).bylines.as_json | |
else | |
original_bylines_json = [].as_json | |
end | |
end | |
# --------------- |
@media all { | |
.page-break { | |
display: none; | |
} | |
} | |
@media print { | |
.page-break { | |
display: block; | |
page-break-before: always; |
class PeopleController < CrudController | |
respond_to :js | |
def new | |
object = build_resource | |
object.personable = Individual.new | |
super | |
end |
gh_commit(){ | |
echo "https://github.com/$1/$2/commit/$3" | |
} | |
nohup_commit(){ | |
gh_commit "nohupbrasil" $* | |
} | |
contabil_commit(){ | |
nohup_commit "contabilidade" $* |
Caminhos Para Vida Sustentável
em 4 módulos
março a maio de 2013
Instituto Arca Verde
São Francisco de Paula - RS