Skip to content

boyofsky/jobs.ruby.tw

 
 

Repository files navigation

jobs.ruby.tw

Job board for Ruby and Rails developers in Taiwan

A free service by Ruby Taiwan http://ruby.tw

Build Status Code Climate

Requirements

  • Ruby >= 1.9.3
  • Bundler

How to get started?

cp config/database.yml.example config/database.yml
cp config/config.yml.example config/config.yml
bundle
rake db:create:all
rake db:migrate
rake db:seed
rails server

How to run spec?

rake spec

User Stories

  • [v] Signup as an employer
  • [v] Post a job
  • [v] List my jobs
  • [v] Edit my job
  • [v] Search jobs
  • [v] Employer can close job
  • [v] Not display jobs which is closed or overdue
  • [v] Employer can select deadline date or click forever checkbox
  • [v] Social link: Tweet this job, Facebook it, Plurk it.
  • [v] RSS feed
  • [v] Employer can preview job posting
  • [v] Mobile interface
  • [v] Auto-deployment
  • Model JobType and Occupation
  • Caching for jobs/index and jobs/show actions
  • Highlight the job if employer sponsors via paypal

Employer profile

  • Login name
  • Password
  • Email

Job profile

  • Job title
  • Job type: Full-time, Part-time, Contract, Internship, Other
  • Job occupation: Web back-end, Web front-end, Web-design, QA/Testing, Other
  • Company name
  • Location
  • URL
  • Description
  • How to Apply for this position
  • Deadline

Web Design

  • Job index page
  • Job show page
  • New/Editing job page
  • Sign-up, Sign-in, Forget password, Resend confirmation pages
  • About page

Reference sites

Contributors

https://github.com/rubytaiwan/jobs.ruby.tw/graphs/contributors

License

  • The code is licensed under the MIT License
  • The images (any files inside /app/assets/images) are copyright.

About

Job board for Ruby and Rails developers in Taiwan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.2%
  • Ruby 43.0%
  • CSS 10.0%
  • JavaScript 0.8%