[Rails-core] Re: CI Server for Rails

2010-01-13 Thread Anuj Dutta
Hello all, Has anyone tried installing and running the CI server for their local fork of Rails? I have just been trying to do that and for one think the instructions are poor and dated and must be updated since all new *Rails 3*is in the town. I had a word with Chad Woolley (thewoolleyman) who

Re: [Rails-core] Re: CI Server for Rails

2010-01-13 Thread Chad Woolley
On Wed, Jan 13, 2010 at 11:55 AM, Anuj Dutta dutta.a...@googlemail.com wrote: Hello all, Has anyone tried installing and running the CI server for their local fork of Rails? I have just been trying to do that and for one think the instructions are poor and dated and must be updated since all

Re: [Rails-core] Re: CI Server for Rails

2010-01-13 Thread Anuj Dutta
2010/1/14 Chad Woolley thewoolley...@gmail.com On Wed, Jan 13, 2010 at 11:55 AM, Anuj Dutta dutta.a...@googlemail.com wrote: Hello all, Has anyone tried installing and running the CI server for their local fork of Rails? I have just been trying to do that and for one think the

Re: [Rails-core] Re: CI Server for Rails

2010-01-13 Thread Chad Woolley
On Wed, Jan 13, 2010 at 1:34 PM, Anuj Dutta dutta.a...@googlemail.com wrote: Thanks for the correct. Well, I have started looking into Chef and really got no where with it :o( but I will keep trying. No, I apologize - I didn't read your email closely enough - you had it right. Anyway, the

Re: [Rails-core] Re: CI Server for Rails

2010-01-13 Thread Anuj Dutta
2010/1/14 Chad Woolley thewoolley...@gmail.com On Wed, Jan 13, 2010 at 1:34 PM, Anuj Dutta dutta.a...@googlemail.com wrote: Thanks for the correct. Well, I have started looking into Chef and really got no where with it :o( but I will keep trying. No, I apologize - I didn't read your email

Re: [Rails-core] Re: CI Server for Rails

2010-01-13 Thread Chad Woolley
On Wed, Jan 13, 2010 at 1:44 PM, Anuj Dutta dutta.a...@googlemail.com wrote: No problem. Yeah, it should be easily repeatable and extensible. I will keep an eye on the repository. To be more clear, here's all you need to do with my current setup:

Re: [Rails-core] Re: CI Server for Rails

2010-01-13 Thread Matt Duncan
The Opscode cookbooks repository has a pretty good variety of examples, just about all that I've ever looked at are well documented too. http://github.com/opscode/cookbooks/ On Wed, Jan 13, 2010 at 3:50 PM, Chad Woolley thewoolley...@gmail.comwrote: On Wed, Jan 13, 2010 at 1:44 PM, Anuj Dutta

[Rails-core] Rails 3 plugin paths

2010-01-13 Thread Sam Granieri
I'm currently working on a rails app that separates open-source plugins and company specific plugins into two folders, /vendor/plugins and /vendor/shared_plugins by adding /vendor/shared_plugins to config.plugin_paths . The initial refactoring of plugins