Repository
git://github.com/rixrix/jobberrails.git
master
by
Richard Sentino
on
2008-12-11 18:19
(12 months ago)
- fixed missing resume attachment functionality in notifier
- fixed minor spacing problem in _details.html.haml which causes Haml to spit out errors when adding a new Job ad
- Enabled sendmail as primary mail client when sending email
- Added a few chunks of code to use a semi-authenticated RUD(retrieve/update/delete) of job ad using token
-- incl. manual approval of job ad by the admin for first time job poster
| Language | Code Added | Code Removed | Comments Added | Comments Removed | Blanks Added | Blanks Removed | |
|---|---|---|---|---|---|---|---|
| Ruby | 111 | 8 | 17 | 5 | 12 | 1 | |
| Haml | 1 | 3 | 0 | 0 | 1 | 0 |
| File | Language | Code Added | Code Removed | Comments Added | Comments Removed | Blanks Added | Blanks Removed |
|---|---|---|---|---|---|---|---|
app/controllers/admin/jobs_controller.rb
|
|||||||
| Ruby | 1 | 1 | 0 | 0 | 0 | 0 | |
app/controllers/jobs_controller.rb
|
|||||||
| Ruby | 57 | 2 | 7 | 5 | 5 | 0 | |
app/controllers/sessions_controller.rb
|
|||||||
| Ruby | 8 | 0 | 2 | 0 | 1 | 0 | |
app/models/job.rb
|
|||||||
| Ruby | 1 | 1 | 0 | 0 | 0 | 0 | |
app/models/notifier.rb
|
|||||||
| Ruby | 35 | 3 | 3 | 0 | 5 | 0 | |
app/views/jobs/parts/_apply_form.html.haml
|
|||||||
| Haml | 1 | 3 | 0 | 0 | 0 | 0 | |
| Ruby | 1 | 0 | 0 | 0 | 0 | 0 | |
app/views/jobs/parts/_details.html.haml
|
|||||||
| Haml | 0 | 0 | 0 | 0 | 1 | 0 | |
app/views/notifier/approved_job_ad.erb
|
|||||||
app/views/notifier/job_posted.erb
|
|||||||
app/views/notifier/job_posted_pending.erb
|
|||||||