mickey / job_board

A simple moderated job board aggregator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launch specs with rake spec so the db is reset !

# find all jobs where tags are either id1, id2 or id3 => id1 || id2 || id3
#Job.all(:conditions => {'tag_ids' => [id1, id2, id3]})

#find all jobs where tags contains id1, id2 AND id3 => id1 && id2 && id3
#Job.all(:conditions => {'tag_ids' => {'$all' => [id1, id2, id3] }})

About

A simple moderated job board aggregator


Languages

Language:JavaScript 87.6%Language:Ruby 12.4%