[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] New Ruby on Rails Powered Job Site

Michael Gorsuch

2/6/2006 2:45:00 PM

Hey everyone - I'm excited to announce that I've just released my
first commercial Rails app into the wild.

AreYouHiring?
http://www.areyou...

In a nutshell, it's a fast and clean job search engine w/ very
affordable pricing.

* free job searches
* free resume postings
* $1/day job postings
* $25 / mo resume database access

Take a peek, post your resume, or post a job. Any feedback is appreciated.

Thank you all, and thanks to the Rails team for creating such a
wonderful framework!


4 Answers

Will Shattuck

2/7/2006 3:04:00 AM

0

This is cool, great job! The site is quick and fairly easy to navigate.

Something for a UI point of view doesn't sit well with me however, but
I can't seem to pin it down. I think it has to do with the vertical
alignment of the main functions of the site and the white space, but
that may just be that I'm on 1024x768.

Other than my vague impression that I can't pin down ;) It works well.

Congrats,
Will




On 2/6/06, Michael Gorsuch <michael.gorsuch@gmail.com> wrote:
> Hey everyone - I'm excited to announce that I've just released my
> first commercial Rails app into the wild.
>
> AreYouHiring?
> http://www.areyou...
>
> In a nutshell, it's a fast and clean job search engine w/ very
> affordable pricing.
>
> * free job searches
> * free resume postings
> * $1/day job postings
> * $25 / mo resume database access
>
> Take a peek, post your resume, or post a job. Any feedback is appreciated.
>
> Thank you all, and thanks to the Rails team for creating such a
> wonderful framework!
>
>


--
Will Shattuck ( willshattuck.at.gmail.com )
Home Page: http://www.thewholecla...

When you get to your wit's end, you'll find God lives there.


Charles Ballowe

2/7/2006 4:01:00 AM

0

"Search our database of 5 resumes from 84 locations and 30 categories!"

??? that's a ton of locations and categories for 5 resumes.

On 2/6/06, Michael Gorsuch <michael.gorsuch@gmail.com> wrote:
> Hey everyone - I'm excited to announce that I've just released my
> first commercial Rails app into the wild.
>
> AreYouHiring?
> http://www.areyou...
>
> In a nutshell, it's a fast and clean job search engine w/ very
> affordable pricing.
>
> * free job searches
> * free resume postings
> * $1/day job postings
> * $25 / mo resume database access
>
> Take a peek, post your resume, or post a job. Any feedback is appreciated.
>
> Thank you all, and thanks to the Rails team for creating such a
> wonderful framework!
>
>


Will Shattuck

2/7/2006 4:09:00 PM

0

On 2/7/06, Michael Gorsuch <michael.gorsuch@gmail.com> wrote:
> I agree - the results don't align with my intentions ;-)
>
> I'm going to be cleaning that up in the coming days to either display
> only the number of resumes or to show something like this:
>
> "Search our database of 5 resumes from 2 locations and 3 categories!"
>
> Thanks for the comments.
>

That would make more sense :) Also the "Search Jobs" says the same
thing so whatever code you implement for the resume part would
probably also work for the "Search Jobs".

Will


Michael Gorsuch

2/9/2006 12:00:00 PM

0

Thanks for the advice, Will.

I've modified the front page so things make a bit more sense.

Both Ruby and Rails amazes me. This was a five minute task, from code
change, to subversion check in, to check out on the server.

On 2/7/06, Will Shattuck <willshattuck@gmail.com> wrote:
> On 2/7/06, Michael Gorsuch <michael.gorsuch@gmail.com> wrote:
> > I agree - the results don't align with my intentions ;-)
> >
> > I'm going to be cleaning that up in the coming days to either display
> > only the number of resumes or to show something like this:
> >
> > "Search our database of 5 resumes from 2 locations and 3 categories!"
> >
> > Thanks for the comments.
> >
>
> That would make more sense :) Also the "Search Jobs" says the same
> thing so whatever code you implement for the resume part would
> probably also work for the "Search Jobs".
>
> Will
>
>