All Projects → ruby-jobs → ruby-jobs

ruby-jobs / ruby-jobs

Licence: other
Jobs for Ruby developers

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ruby-jobs

qless-php
PHP Bindings for qless
Stars: ✭ 25 (-65.75%)
Mutual labels:  jobs
frontend-developer-coding-challenge
Are your looking for a remote developer job? Solve this frontend developer challenge and show us what you can do and what you are an expert at!
Stars: ✭ 112 (+53.42%)
Mutual labels:  jobs
kube-job-cleaner
DEPRECATED: Delete complete/failed Kubernetes jobs after one hour
Stars: ✭ 99 (+35.62%)
Mutual labels:  jobs
workq
A super tiny work queue
Stars: ✭ 38 (-47.95%)
Mutual labels:  jobs
vagas
Espaço para a divulgação de vagas para desenvolvedores backend via issues do Github.
Stars: ✭ 5,685 (+7687.67%)
Mutual labels:  jobs
Hangfire.MissionControl
A plugin for Hangfire that enables you to launch jobs manually.
Stars: ✭ 51 (-30.14%)
Mutual labels:  jobs
awesome-mobile-robotics
Useful links of different content related to AI, Computer Vision, and Robotics.
Stars: ✭ 243 (+232.88%)
Mutual labels:  jobs
Foundatio.Samples
Foundatio Samples
Stars: ✭ 34 (-53.42%)
Mutual labels:  jobs
vagas
🤝 Venha fazer parte do nosso time
Stars: ✭ 15 (-79.45%)
Mutual labels:  jobs
remote-jobs-client
Agregador de vagas de trabalho remoto para área de T.I e afins...
Stars: ✭ 68 (-6.85%)
Mutual labels:  jobs
rysolv
Code analytics, silly hackathons, and matching developers with great jobs
Stars: ✭ 67 (-8.22%)
Mutual labels:  jobs
jobs
RoadRunner: Background PHP workers, Queue brokers
Stars: ✭ 59 (-19.18%)
Mutual labels:  jobs
career-resources
Some SWE/PM/Designer related career resources for students
Stars: ✭ 154 (+110.96%)
Mutual labels:  jobs
updater
Update mechanism of f1jobs.co
Stars: ✭ 20 (-72.6%)
Mutual labels:  jobs
ECS-Phyllotaxis
Learning ECS - 100k Cubes in Phyllotaxis pattern
Stars: ✭ 17 (-76.71%)
Mutual labels:  jobs
laravel-admin
LaravelAdmin是基于PHP开发的基础管理后台系统,做到开箱即用,为新项目开发省去了基础功能开发的步骤;此系统采用前后端分离模式,后端使用Laravel,前端使用vue;主要包含:登录、注销、可视化数据大屏、管理员、角色管理、菜单管理、权限管理、错误日志、登录日志、访问日志、获取服务器CPU使用率、内存使用率等功能。后端主要使用Artisan命令行、Jobs消息队列、 Rules验证规则、Restful API、Composer扩展包、Redis秒杀、Extend自定义扩展类:微信授权、钉钉告警推送、MongoDB、阿里云OSS、七牛云存储、七牛云直播、php-jwt TOKEN、Phpoffice、MySql数据库字典、Elasticsearch等技术。
Stars: ✭ 45 (-38.36%)
Mutual labels:  jobs
theeye-of-sauron
TheEye Dockers and QuickStart
Stars: ✭ 27 (-63.01%)
Mutual labels:  jobs
chronus
Chronus是360数科技术团队基于阿里开源项目TBSchedule重写的分布式调度。
Stars: ✭ 174 (+138.36%)
Mutual labels:  jobs
flask-jobs
Flask-related job opportunities.
Stars: ✭ 74 (+1.37%)
Mutual labels:  jobs
parallelizer
Simplifies the parallelization of function calls.
Stars: ✭ 62 (-15.07%)
Mutual labels:  jobs

Ruby Jobs Code Climate Build Status Test Coverage

Repositório do Ruby Jobs www.rubyjobs.com.br.

O projeto foi criado com o intuito de mostrar ofertas de emprego para desenvolvedores Ruby.

Instalação

Clone o repositório

git clone https://github.com/ruby-jobs/ruby-jobs.git

Instale as dependências

bundle install
overcommit --install

Copie o conteúdo do arquivo database.yml.example e crie um arquivo database.yml. Nele configure seus dados de acesso ao postgresql

Crie o banco, rode as migrations e opcionalmente rode os seeds para ter uma base de dados inicial.

rake db:create
rake db:migrate
rake db:seed

Configure as chaves do reCAPTCHA como varíaveis de ambiente. adicione as seguintes linhas no .bash_profile (Mac) ou .bashrc (Linux).

export RECAPTCHA_SITE_KEY="YOURPUBLICKEY"
export RECAPTCHA_SECRET_KEY="YOURPRIVATEKEY"

Para o deploy no Heroku, use os comandos:

heroku config:set RECAPTCHA_SITE_KEY="YOURPUBLICKEY"
heroku config:set RECAPTCHA_SECRET_KEY="YOURPRIVATEKEY
heroku config:set NEW_RELIC_KEY="YOURNEWRELICKEY"

Rode os testes 👍

rspec

Rode a aplicação 😁

rails server
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].