Jobmarking is an open-source service for saving bookmarks for the Job postings that you find interesting on the internet. And by the virtue of being a collection of ‘interesting’ job posts, you can find it useful to search for jobs.
This application requires:
- Ruby version 1.9.3
- Rails version 3.2.13
- MongoDB version >= 2.4.2
Learn more about Installing Rails.
Learn more about Getting Started with MongoDB or Official MongoDB docs
- Template Engine: Haml
- Front-end Framework: Twitter Bootstrap (Sass)
- ORM: Mongoid
Take a peek at the various controllers in the app. That’s where all the fun is. Well, mostly. You can begin to contribute by writing good RSpec/Cucumber tests.
I intend to add new features as issues in https://github.com/dahotre/Jobmarking/issues
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am ‘Add some feature’)
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
If you add functionality to this application, create an alternative implementation, or build an application that is similar, please contact me and I’ll add a note to the README so that others can find your work.
- All the contributors of the open-source gems
- http://railscasts.com
Copyright © 2013, Aniket Dahotre