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.
> 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.
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:
> > 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.
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)
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?
> 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.
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:
>> 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.
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!
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:
> 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.
> > 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.
- 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:
> > > 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.
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!
On Thu, Dec 11, 2008 at 3:02 PM, Andrea <roundcri...@gmail.com> wrote:
> 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:
>> 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:
>> > 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:
>> > > Hi,
>> > > As planned last night, I have created a project on github for the
>> > > RubyJobs open source project.
>> > > 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.
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:
> 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.
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...
On Thu, Dec 11, 2008 at 3:11 PM, Mike Brennan <m...@ratemyarea.com> wrote:
> 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:
> > 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.
> 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:
> > 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:
> > > 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:
> > > > Hi,
> > > > As planned last night, I have created a project on github for the
> > > > RubyJobs open source project.
> > > > 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.
> 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
> On Thu, Dec 11, 2008 at 3:11 PM, Mike Brennan <m...@ratemyarea.com> wrote:
>> 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:
>> > 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.
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...
On Thu, Dec 11, 2008 at 3:50 PM, Brian Kenny <brian.bke...@gmail.com> wrote:
> Something like this might be all thats needed for the database ERD design
> 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
>> On Thu, Dec 11, 2008 at 3:11 PM, Mike Brennan <m...@ratemyarea.com>wrote:
>>> 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:
>>> > 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.
> 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
> On Thu, Dec 11, 2008 at 3:50 PM, Brian Kenny <brian.bke...@gmail.com> wrote:
> > Something like this might be all thats needed for the database ERD design
> > 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
> >> On Thu, Dec 11, 2008 at 3:11 PM, Mike Brennan <m...@ratemyarea.com>wrote:
> >>> 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:
> >>> > 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.
> 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.
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.
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.
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)
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:
> 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:
> > Hi,
> > As planned last night, I have created a project on github for the
> > RubyJobs open source project.
> > 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.
> 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:
> > 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:
> > > Hi,
> > > As planned last night, I have created a project on github for the
> > > RubyJobs open source project.
> > > 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.
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:
> On Dec 11, 7:43 pm, Dermot Brennan <dermot.bren...@gmail.com> wrote:
> > 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:
> > > 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:
> > > > Hi,
> > > > As planned last night, I have created a project on github for the
> > > > RubyJobs open source project.
> > > > 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.