Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
RubyJobs - an open source project from Ruby Ireland
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 49 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
gavinjoyce@gmail.com  
View profile  
 More options Dec 10 2008, 3:44 pm
From: "gavinjo...@gmail.com" <gavinjo...@gmail.com>
Date: Wed, 10 Dec 2008 12:44:55 -0800 (PST)
Local: Wed, Dec 10 2008 3:44 pm
Subject: RubyJobs - an open source project from Ruby Ireland
Hi,

As planned last night, I have created a project on github for the
RubyJobs open source project.

http://github.com/GiantCranes/rubyjobs/tree/master

If you are new to git, create a github account and read their useful
guides. You will be up and running very quickly, it is
straightforward. [http://github.com/guides/home]

For those that weren't present at the meeting, RubyJobs will be a
simple job board Rails app. Everyone is welcome to get involved in the
design and development of the project. Once it has been fleshed out a
little we will deploy it and begin to use it as the place to post and
find Ruby jobs in Ireland.

To begin, it would be useful to have a discussion on the kinds of
features that we would like the application to have. My preference to
aim for simplicity, the 37signals job board is a good example of the
simplicity I would like to see : http://jobs.37signals.com/. What
would you like to see in the app? What features should we leave out?

I've replaced a few defaults in the skeleton rails app, please let me
know if this doesn't suit you:

 * jQuery instead of Prototype
 * RSpec instead of TestUnit

I've also generated the user and sessions models/controllers/views/
specs using the restful_authentication plugin. If you run the
application you should be able to create an account and login. There
are currently 259 passing specs for the authentication system, I think
that good test coverage is something that we should aim for from the
start.

Please post any issues that you may have when running the app on your
environment, this will allow us to fix or document any troublesome
areas.

Let me know if any of the tools, gems, plugins are new to you and I'll
provide links to some resources.

I think that between us we should be able to have a working job board
application with a week or two.

Thanks,
Gavin


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gavinjoyce@gmail.com  
View profile  
 More options Dec 10 2008, 3:52 pm
From: "gavinjo...@gmail.com" <gavinjo...@gmail.com>
Date: Wed, 10 Dec 2008 12:52:55 -0800 (PST)
Local: Wed, Dec 10 2008 3:52 pm
Subject: Re: RubyJobs - an open source project from Ruby Ireland
I forgot to add, please post if you plan on contributing to the
project in any way.

On Dec 10, 8:44 pm, "gavinjo...@gmail.com" <gavinjo...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrea  
View profile  
 More options Dec 10 2008, 5:35 pm
From: Andrea <roundcri...@gmail.com>
Date: Wed, 10 Dec 2008 14:35:55 -0800 (PST)
Local: Wed, Dec 10 2008 5:35 pm
Subject: Re: RubyJobs - an open source project from Ruby Ireland
cool, Thanks so much for taking the time to do this
I can help on the jquery side of things ( i used it before ) but I
would like to get involved in the core as well.

I had a look at the 37 signals one and it looks good, I like the way
they keep to simple things that work well
-  rss and maybe twit/friendfeed when there s a new job too? :D

liked the layout
Location / Job / Company

Cheers

Andrea

On Dec 10, 8:52 pm, "gavinjo...@gmail.com" <gavinjo...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gavinjoyce@gmail.com  
View profile  
 More options Dec 10 2008, 5:49 pm
From: "gavinjo...@gmail.com" <gavinjo...@gmail.com>
Date: Wed, 10 Dec 2008 14:49:28 -0800 (PST)
Local: Wed, Dec 10 2008 5:49 pm
Subject: Re: RubyJobs - an open source project from Ruby Ireland

> I can help on the jquery side of things

Great, a nice big live search box on the homepage would be useful.

> I would like to get involved in the core as well

Cool, perhaps we should decide on the first set of features by Friday?
We could then aim to have some features complete by mid next week.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Declan McGrath  
View profile  
 More options Dec 10 2008, 6:00 pm
From: Declan McGrath <decla...@gmail.com>
Date: Wed, 10 Dec 2008 15:00:35 -0800 (PST)
Local: Wed, Dec 10 2008 6:00 pm
Subject: Re: RubyJobs - an open source project from Ruby Ireland
That's great Gavin!

Just a bit of a heads up on a few issues I encountered after git'ing
down the repo. On Ubuntu 8.04 I needed to
- install rubygems 1.3.1, easiest way was to, as root,
    - download http://rubyforge.org/frs/download.php/45904/rubygems-update-1.3.1.gem
    - gem install rubygems-update-1.3.1.gem
    - update_rubygems
    - note: this changed my gem directory from /var/lib/gems/1.8 to /
usr/lib/ruby/gems/1.8/
- install Rails 2.2.2
- install AASM see the install section on the page
http://github.com/rubyist/aasm/tree/master
- install Ubuntu packages for sqlite3 and libsqlite3-ruby via aptitute
(note: I tried to install 'gem install sqlite3-ruby' but I got the
errors make: *** No rule to make target `ruby.h', needed by
`sqlite3_api_wrap.o' so I went with the Ubuntu libsqlite3-ruby package
instead and it worked fine)

Whoa! Now all I need to do is post some jobs :-)

Dec


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denis Hennessy  
View profile  
 More options Dec 10 2008, 6:33 pm
From: Denis Hennessy <dhenne...@gmail.com>
Date: Wed, 10 Dec 2008 23:33:15 +0000
Local: Wed, Dec 10 2008 6:33 pm
Subject: Re: [ruby_ireland] RubyJobs - an open source project from Ruby Ireland
Hi Gavin,

I'm sorry I missed last night; sounds like it was an interesting  
evening.

Can you summarise what the goals of the rubyjobs project is. For  
example, is someone going to run it as a business (as in, sell the  
ability to advertise to other businesses)? Is it a separate site or do  
you imagine many identical copies of it running on lots of domains?  
If free, how do you stop recruitment agencies filling it up? Is it  
just full-time jobs or projects too?

Cheers,
Denis


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gavinjoyce@gmail.com  
View profile  
 More options Dec 10 2008, 7:00 pm
From: "gavinjo...@gmail.com" <gavinjo...@gmail.com>
Date: Wed, 10 Dec 2008 16:00:52 -0800 (PST)
Local: Wed, Dec 10 2008 7:00 pm
Subject: Re: RubyJobs - an open source project from Ruby Ireland

> Can you summarise what the goals of the rubyjobs project is.

There are two main aims:

1) As a community work on open source projects so that we can learn
from each other and improve. This is a nice simple little app to start
with, we should have results quite quickly. I have a few ideas for
other open source projects and I'm sure others do too.

2) Create a simple resource for hooking up companies and people with
Ruby skills.

> is someone going to run it as a business

I'd be happy to run the website without a business model. It wouldn't
cost much to run and I'd hope to get some contract work through it
anyway.

> Is it a separate site or do you imagine many identical copies of it running on lots of domains?

I've begun the registration of a .ie domain - I'll post again when the
registration is complete. Being open source, anyone would be free use
the codebase to setup their own job boards.

> If free, how do you stop recruitment agencies filling it up?

My personal preference would be not to allow recruitment agencies post
jobs. We may have to build in some moderation features as the site
grows, but that can wait until we have a problem with spam or invalid
posts.

> Is it just full-time jobs or projects too?

I think any projects, contracts or jobs that have a Ruby requirement
should be allowed.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denis Hennessy  
View profile  
 More options Dec 10 2008, 7:38 pm
From: Denis Hennessy <dhenne...@gmail.com>
Date: Thu, 11 Dec 2008 00:38:41 +0000
Local: Wed, Dec 10 2008 7:38 pm
Subject: Re: [ruby_ireland] Re: RubyJobs - an open source project from Ruby Ireland
Sounds interesting. I'd be happy to help once it's clear what work  
needs doing.

In the meantime, how about setting up a (free) uservoice.com account
  It's a good service for gathering feature ideas and letting people  
vote on them. Once it's clear what's needed, a lighthouse project  
would be handy to manage who's doing what.

/dh

On 11 Dec 2008, at 00:00, gavinjo...@gmail.com wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tony Byrne  
View profile  
 More options Dec 11 2008, 3:05 am
From: Tony Byrne <tonyby...@gmail.com>
Date: Thu, 11 Dec 2008 08:05:25 +0000
Local: Thurs, Dec 11 2008 3:05 am
Subject: Re: [ruby_ireland] RubyJobs - an open source project from Ruby Ireland
Hi All,

On 10 Dec 2008, at 20:44, gavinjo...@gmail.com wrote:

> For those that weren't present at the meeting, RubyJobs will be a
> simple job board Rails app. Everyone is welcome to get involved in the
> design and development of the project. Once it has been fleshed out a
> little we will deploy it and begin to use it as the place to post and
> find Ruby jobs in Ireland.

I wasn't able to make it this month, but I think this is an excellent  
idea!  Well done!

Regards,

Tony.

Tony Byrne.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dermot Brennan  
View profile  
 More options Dec 11 2008, 5:04 am
From: Dermot Brennan <dermot.bren...@gmail.com>
Date: Thu, 11 Dec 2008 02:04:14 -0800 (PST)
Local: Thurs, Dec 11 2008 5:04 am
Subject: Re: RubyJobs - an open source project from Ruby Ireland

This a great idea. I'm definitely going to try it out.

I see you're using ERB as the view template. Have you considered using
Haml? I've used Haml and Sass on a few projects and I think it's
great. It's definitely something you should think about at the start
of a project before too much work has been put into the views.

-Dermot

On Dec 10, 8:44 pm, "gavinjo...@gmail.com" <gavinjo...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Declan McGrath  
View profile  
 More options Dec 11 2008, 8:04 am
From: "Declan McGrath" <decla...@gmail.com>
Date: Thu, 11 Dec 2008 13:04:26 +0000
Local: Thurs, Dec 11 2008 8:04 am
Subject: Re: [ruby_ireland] Re: RubyJobs - an open source project from Ruby Ireland

I should be able to dig out some time to contribute. Also I like the
simplicity of the 37 signals jobs board.

Regards,
Dec

On Wed, Dec 10, 2008 at 8:52 PM, gavinjo...@gmail.com
<gavinjo...@gmail.com>wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrea  
View profile  
 More options Dec 11 2008, 10:02 am
From: Andrea <roundcri...@gmail.com>
Date: Thu, 11 Dec 2008 07:02:39 -0800 (PST)
Local: Thurs, Dec 11 2008 10:02 am
Subject: Re: RubyJobs - an open source project from Ruby Ireland
right so maybe its time to have a set of features

- lists all available jobs by date desc
- when selecting one more details
- people can add jobs (maybe email required for validation purposes)
- can search by job, category, company

how does it sound?

Andrea

On Dec 11, 1:04 pm, "Declan McGrath" <decla...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darragh Curran  
View profile  
 More options Dec 11 2008, 10:07 am
From: "Darragh Curran" <darragh.cur...@gmail.com>
Date: Thu, 11 Dec 2008 15:07:08 +0000
Local: Thurs, Dec 11 2008 10:07 am
Subject: Re: [ruby_ireland] Re: RubyJobs - an open source project from Ruby Ireland
Sounds good -

for the backburner -
how about people commenting about job postings, If I saw a job
posting, and talked to them and was impressed, I'd like to share that
with other users - to help highlight the good/interesting jobs.
how about being able to post yourself as being available for hire
(this has happened a good bit on the group so far)

Sorry I'll not be able to contribute - next two months are busy!

Darragh


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Brennan  
View profile  
 More options Dec 11 2008, 10:11 am
From: Mike Brennan <m...@ratemyarea.com>
Date: Thu, 11 Dec 2008 07:11:39 -0800 (PST)
Local: Thurs, Dec 11 2008 10:11 am
Subject: Re: RubyJobs - an open source project from Ruby Ireland
Another job board that I always thought looked good and which might be
another source for inspiration (design-wise) is Cameron Moll's
Authentic Jobs, check it out:

http://authenticjobs.com/

On Dec 10, 8:44 pm, "gavinjo...@gmail.com" <gavinjo...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Nelligan  
View profile  
 More options Dec 11 2008, 10:36 am
From: "Paul Nelligan" <nell...@gmail.com>
Date: Thu, 11 Dec 2008 15:36:13 +0000
Local: Thurs, Dec 11 2008 10:36 am
Subject: Re: [ruby_ireland] Re: RubyJobs - an open source project from Ruby Ireland

I personally would like to have a database of ruby programmers in Ireland
included also, along with a summary of their projects and availability,
contact details etc.... so that potential employers can browse candidates,
and find people who fit their requirements... This has the added benefit of
growing the community because we have a service that people can sign up
to...

Maybe this is a feature that we can add later, once the board is up and
running...

cheers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Declan McGrath  
View profile  
 More options Dec 11 2008, 10:47 am
From: Declan McGrath <decla...@gmail.com>
Date: Thu, 11 Dec 2008 15:47:27 +0000
Local: Thurs, Dec 11 2008 10:47 am
Subject: Re: [ruby_ireland] Re: RubyJobs - an open source project from Ruby Ireland
Sounds good.

Plus always rank paid for ads at the top :-)

On Thursday 11 December 2008 15:02:39 Andrea wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Kenny  
View profile  
 More options Dec 11 2008, 10:50 am
From: "Brian Kenny" <brian.bke...@gmail.com>
Date: Thu, 11 Dec 2008 15:50:08 +0000
Local: Thurs, Dec 11 2008 10:50 am
Subject: Re: [ruby_ireland] Re: RubyJobs - an open source project from Ruby Ireland

Something like this might be all thats needed for the database ERD design

http://bkenny.com/blog/ruby_jobs.png

2008/12/11 Paul Nelligan <nell...@gmail.com>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Nelligan  
View profile  
 More options Dec 11 2008, 11:06 am
From: "Paul Nelligan" <nell...@gmail.com>
Date: Thu, 11 Dec 2008 16:06:06 +0000
Local: Thurs, Dec 11 2008 11:06 am
Subject: Re: [ruby_ireland] Re: RubyJobs - an open source project from Ruby Ireland

Just looking at the ERD, and wondering:

1) are we going to have different types of users?, i.e. administrators,
recruiters, ruby programmers? (administrators could be particularly
important when dealing with spam)
2) should the requirements be searchable and/or categorisable... e.g. years
of experience required, skills required - e.g. javascript, AJAX, Haml, Merb,
Rails

Maybe it's overcomplicating things at this early stage, but just throwing it
out there anyway...

cheers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Kenny  
View profile  
 More options Dec 11 2008, 11:17 am
From: Brian Kenny <brian.bke...@gmail.com>
Date: Thu, 11 Dec 2008 08:17:58 -0800 (PST)
Local: Thurs, Dec 11 2008 11:17 am
Subject: Re: RubyJobs - an open source project from Ruby Ireland
I would agree with both points.

On Dec 11, 4:06 pm, "Paul Nelligan" <nell...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ciaran.lee@gmail.com  
View profile  
 More options Dec 11 2008, 12:28 pm
From: "ciaran....@gmail.com" <ciaran....@gmail.com>
Date: Thu, 11 Dec 2008 09:28:45 -0800 (PST)
Local: Thurs, Dec 11 2008 12:28 pm
Subject: Re: RubyJobs - an open source project from Ruby Ireland
I'd love to help with this - thanks for starting it off Gavin.
C

On Dec 10, 8:44 pm, "gavinjo...@gmail.com" <gavinjo...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gavinjoyce@gmail.com  
View profile  
 More options Dec 11 2008, 2:05 pm
From: "gavinjo...@gmail.com" <gavinjo...@gmail.com>
Date: Thu, 11 Dec 2008 11:05:05 -0800 (PST)
Local: Thurs, Dec 11 2008 2:05 pm
Subject: Re: RubyJobs - an open source project from Ruby Ireland
A great response so far and some good ideas. We're going to have to
make some decisions as a group, how about if we just +1 the ideas that
we like, the highest score for each area determines the decision.
Design by committee works ... right?

> Have you considered using Haml?

I used HAML for a while on carlist.ie but quickly lost interest in it.
I'd rather use ERB for views. Like everything else, I'm happy to go
with whatever the consensus is.

[+1 ERB]

> http://authenticjobs.com/ (check it out)

I like the simplicity of this too. They have a similar model to the
37signals one. It doesn't look like job posters create account, they
just fill in the form to add a job.

I'd like to do something similar. People posting jobs don't need an
account. Having posted a job, they would receive an email with a
couple of links - one for marking the job as filled and one for
deleting the job altogether. Job posting would stay on the site for a
period of time, perhaps 30 days.

[+1 Job Postings without an account]

We would still need the user authentication system for moderators.

> - can search by job, category, company

Could we get away with just a simple live search box? "rails contract
dublin" would return all the Rails contracts in Dublin. There is not
going to be a huge number of postings and a simple solution might be
enough.

[+1 Live search box as the only search mechanism]

> I personally would like to have a database of ruby programmers in Ireland ... Maybe this is a feature that we can add later

This would be useful, we'll be in a better position to plan additional
features like this once we have completed the core application.

> Plus always rank paid for ads at the top :-)

Are people happy if this project has no commercial aims? That would
mean free ad posting and no advertisment.

[+1 Non-commercial website]

> Are we going to have different types of users?, i.e. administrators, recruiters, ruby programmers?

I strongly favor not allowing recruitment companies posting jobs. I
don't think that they bring any value to the table.

[-1 Recruiters]

Feel free to vote on any issues that I missed - we can tally the
results tomorrow.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gavinjoyce@gmail.com  
View profile  
 More options Dec 11 2008, 2:08 pm
From: "gavinjo...@gmail.com" <gavinjo...@gmail.com>
Date: Thu, 11 Dec 2008 11:08:20 -0800 (PST)
Local: Thurs, Dec 11 2008 2:08 pm
Subject: Re: RubyJobs - an open source project from Ruby Ireland
I applied for rubyjobs.ie with blacknight last night. They are looking
for "a signed letter on the group's headed paper". Do we have such a
thing? If not, can someone who has a printer write a letter on the
groups behalf and fax it to blacknight? (059 9164239)

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dermot Brennan  
View profile  
 More options Dec 11 2008, 2:43 pm
From: Dermot Brennan <dermot.bren...@gmail.com>
Date: Thu, 11 Dec 2008 11:43:01 -0800 (PST)
Local: Thurs, Dec 11 2008 2:43 pm
Subject: Re: RubyJobs - an open source project from Ruby Ireland
Some more thoughts :-

It would be great to have RSS feeds, tagging and comments. People
could subscribe to a feed rubyjobs.ie/jobs.rss?tags=rails+loadzamoney
+css . I guess those features aren't really essential for the first
version.

Instead of building your own comment system, you could use Intense
Debate (http://intensedebate.com) or Disqus (http://disqus.com) to
quickly add a commenting system.

Google maps integration could be a useful feature, so that you could
easily see exactly where a job is based.

You would need an "apply to" text field, where employers can describe
how to apply. I think that's more flexible than just displaying an
email address or something.  authenticjobs.com and jobs.37signals.com
both have this.

Need to decide on whether a rich text editor, textile or just plain
text is used for the job description input.

I think if the site has good full text search and simple tags or
categorisation, there shouldn't be any need to add tons of fields like
subcategories, num_years_experience and skills_required etc. to the
Job model.

-Dermot

On Dec 11, 10:04 am, Dermot Brennan <dermot.bren...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gavinjoyce@gmail.com  
View profile  
 More options Dec 11 2008, 4:41 pm
From: "gavinjo...@gmail.com" <gavinjo...@gmail.com>
Date: Thu, 11 Dec 2008 13:41:58 -0800 (PST)
Local: Thurs, Dec 11 2008 4:41 pm
Subject: Re: RubyJobs - an open source project from Ruby Ireland
[+1 RSS feeds for search]

On Dec 11, 7:43 pm, Dermot Brennan <dermot.bren...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Nelligan  
View profile  
 More options Dec 11 2008, 5:00 pm
From: "Paul Nelligan" <nell...@gmail.com>
Date: Thu, 11 Dec 2008 22:00:41 +0000
Local: Thurs, Dec 11 2008 5:00 pm
Subject: Re: [ruby_ireland] Re: RubyJobs - an open source project from Ruby Ireland

Now that I think of it, we really don't need much job categorisation (aside
from perhaps the region), given what we're trying to achieve... so scrap my
suggestion for job categorisation, and i'll chastise myself for the bad
suggestion ;)

but i'm still pro the idea of having a searchable database of programmers in
later iterations (obviously not the first), and i'll volunteer to write the
code if others are in agreement...

[+1]

also, non-commercial enterprise

[+1]

On Thu, Dec 11, 2008 at 9:41 PM, gavinjo...@gmail.com
<gavinjo...@gmail.com>wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 49   Newer >
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google