rixrix / jobberrails forked from jcnetdev/jobberrails

Jobberbase on Rails

This URL has Read+Write access

jcnetdev (author)
Mon Jun 23 04:31:55 -0700 2008
commit  5b21a06b42f1cf077a262b6815060374522a0922
tree    45e28adad2c25b9ff82456ad9c405db83d06599d
parent  26322dd357c1e6d7c109d126e3f3b4ff2b75007b
name age message
file .gitignore Loading commit data...
file README
file Rakefile Wed Jun 11 18:22:51 -0700 2008 Initial Rails Project [jcnetdev]
directory app/
directory config/
directory db/
directory doc/ Wed Jun 11 18:22:51 -0700 2008 Initial Rails Project [jcnetdev]
directory public/
directory script/
directory test/
directory vendor/
README
== jobberRails

jobberRails is a conversion of the excellent open source php web app, JobberBase, to Rails.

www.jobberrails.com


== Current Version
v0.1 

Working:
- Job Posting
- Categories
- Search
- RSS FEEDS

Coming Soon:
- Apply Now
- Ideal Job Form
- Admin Tools
- Email Verification

v1.0 will include all the functionality that currently exists in JobberBase
v2.0 will include additional functionality not currently in JobberBase


== Install Instructions

1) Set up Database (database.yml)

2) Run rake db:create db:migrate db:seed

3) Start server


== Hosted Version

The latest version is currently running on a MorphExchange developer account here:
http://jobberrails.morphexchange.com

== Help

If you want to help improve JobberRails, fork the code on github and start making changes & converting features. 
I'll be extremely happy to merge your changes back in and give you credit for your work in the changelog.

Please make sure to use spaces (no tabs), and an indent width of 2.


== Maintainers

--
Jacques Crocker
railsjedi@gmail.com
www.railsjedi.com

Handled initial project creation.

-- 
Tyler Crocker
neorails@gmail.com
www.neorails.com

Completed Search, RSS, and Admin Sections

--
[Your Name Here]
[if you start coding now...]

--
For more awesome Open Source Rails applications go to www.opensourcerails.com.


== Technologies Used

Haml / Sass (html and css)
JQuery (javascript framework)
AttachmentFu (Rails Plugin)
BetterPartials (Rails Plugin)
BackgroundJob (Rails Plugin)
SeedFu (Rails Plugin)
AppConfig (Rails Plugin)


== S3 Support for Resumes

To store uploaded resume files in S3, update job_applicant.rb changing the :storage mechanism from
:file_system to :s3. You'll also need to create a config/amazon_s3.yml with the following yml format:

    development:
      bucket_name: appname_development
      access_key_id:
      secret_access_key:
     
    test:
      bucket_name: appname_test
      access_key_id:
      secret_access_key:
     
    production:
      bucket_name: appname
      access_key_id:
      secret_access_key:


== Credits

All credit for this app goes to the fine folks over at JobberBase who put together the slick looking interface for 
a vertical job board. See them at www.jobberbase.com