rixrix / jobberrails forked from jcnetdev/jobberrails
- Source
- Commits
- Network (13)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Tag:
v0.1
commit 5b21a06b42f1cf077a262b6815060374522a0922
tree 45e28adad2c25b9ff82456ad9c405db83d06599d
parent 26322dd357c1e6d7c109d126e3f3b4ff2b75007b
tree 45e28adad2c25b9ff82456ad9c405db83d06599d
parent 26322dd357c1e6d7c109d126e3f3b4ff2b75007b
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | Wed Jun 11 18:22:51 -0700 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | Wed Jun 11 18:22:51 -0700 2008 | |
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
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

