This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class=”grid”> | |
<div class=”grid__item one-whole”> | |
THIS IS USELESS (I've seen this too many times...) | |
</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.grid | |
.grid__item.one-half> | |
.grid__item.one-half> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="grid"> | |
<div class="grid__item one-half"> | |
</div><!-- | |
--><div class="grid__item one-half"> | |
</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HireFire::Resource.configure do |config| | |
config.dyno(:worker) do | |
HireFire::Macro::Delayed::Job.queue('worker', mapper: :active_record) | |
end | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: utf-8 | |
source 'https://rubygems.org' | |
ruby '2.0.0' | |
gem 'rails', '4.0.0' | |
# Webserver | |
gem 'unicorn' | |
# Database |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ CoursAvenue git:(master) rake jobs:work --trace | |
** Invoke jobs:work (first_time) | |
** Invoke jobs:environment_options (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
dyld: DYLD_ environment variables being ignored because main executable (/bin/ps) is setuid or setgid | |
** Execute jobs:environment_options | |
** Execute jobs:work | |
[Worker(host:Nimas-MBP.local pid:2009)] Starting job worker | |
rake aborted! |