|
View:
New views
13 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: Plans to upgrade to Rails 2.1?On Wed, Jun 25, 2008 at 8:34 AM, Nate Murray <nate@...> wrote:
> Hey Guys, > are there any plans to upgrade CruiseControl.rb to rails 2.1? I wanted to > check to see if 1) anyone is working on this or 2) if there are any reasons > not to do this. Sounds like a good idea, and it is easy with Git - just clone and start hacking. Note, I believe Alexey is still planning to move the repository to GitHub Real Soon (?). Then, you can make your changes easily public and sync-able. It is more work for you to publish your branch changes when it it still on the RubyForge git repo. -- Chad _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: Plans to upgrade to Rails 2.1?On Wed, Jun 25, 2008 at 9:51 AM, Chad Woolley <thewoolleyman@...> wrote:
> Note, I believe Alexey is still planning to move the repository to > GitHub Real Soon (?). Yup. Real Soon :) As for upgrading to Rails 2.1, what would we gain by doing it? -- Alex Verkhovsky _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: Plans to upgrade to Rails 2.1?Perhaps compatibility with Ruby 1.8.7?
|
|
|
Re: Plans to upgrade to Rails 2.1?On Wed, Jul 2, 2008 at 5:10 PM, Siu Ying <siu.ying@...> wrote:
> Perhaps compatibility with Ruby 1.8.7? Hmm... this does sound like a good reason. 1.8.7 is not a sane Ruby version yet, but eventually we'll have to support it. -- Alexey Verkhovsky _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: Plans to upgrade to Rails 2.1?On Wed, Jun 25, 2008 at 2:42 PM, Alexey Verkhovsky
<alexey.verkhovsky@...> wrote: > As for upgrading to Rails 2.1, what would we gain by doing it? I'd say easier hackability, as well. Can't hurt to keep up with the times and have the code be what people will be familiar with... _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: Plans to upgrade to Rails 2.1?On Wed, Jul 2, 2008 at 7:28 PM, Chad Woolley <thewoolleyman@...> wrote:
>> As for upgrading to Rails 2.1, what would we gain by doing it? > I'd say easier hackability, as well. Can't hurt to keep up with the > times and have the code be what people will be familiar with... Having thought about it for a bit, I'd say we should maybe port it to Merb instead :) Smaller memory footprint, and it's similar enough to Rails that hackability wont suffer too much. -- Alexey Verkhovsky _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: Plans to upgrade to Rails 2.1?I'd second that - our builders are WAY to big and bulky for what they do, and I think merb could significantly help with that.
On Wed, Jul 2, 2008 at 8:51 PM, Alexey Verkhovsky <alexey.verkhovsky@...> wrote:
_______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: Plans to upgrade to Rails 2.1?On Wed, Jul 2, 2008 at 7:51 PM, Alexey Verkhovsky
<alexey.verkhovsky@...> wrote: > Having thought about it for a bit, I'd say we should maybe port it to > Merb instead :) Smaller memory footprint, and it's similar enough to > Rails that hackability wont suffer too much. I think that is a great idea. How would you approach it? Maybe we can start from scratch on a clean slate GitHub project, and begin porting the functional tests to TDD the equivalent Merb features into existence? Are there any integration-type tests (Selenium, etc?) in existence anywhere? _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: Plans to upgrade to Rails 2.1?On Thu, Jul 3, 2008 at 1:06 PM, Chad Woolley <thewoolleyman@...> wrote:
> How would you approach it? We plan to spike it this Saturday. -- Alex _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: Plans to upgrade to Rails 2.1?Hey guys, I'm curious about the state of the Merb fork of cruisecontrol.
1) Did this happen? If so where is the canonical git repo? I'm guessing github, but which one? 2) Is this the "official" plan to move forward with this? Sorry, I'm not sure who the core developers of cruisecontrol.rb are. I'm just curious if the Merb fork is the hobby of a few or the vision of the future. I ask all of this because I'd like to do some cruisecontrol hacking (more plugins, iphone interface etc) and I'd just like to know the best place to focus my efforts. Thanks! Nathan Murray Software Developer CPO Commerce, Inc. 120 W. Bellevue Drive, Suite 300 Pasadena, CA 91105 http://cpooutlets.com/ t: 626.585.3600 x236 f: 626.585.3555 On Thu, Jul 3, 2008 at 3:26 PM, Alexey Verkhovsky <alexey.verkhovsky@...> wrote:
_______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: Plans to upgrade to Rails 2.1?Alexey and I are the two main developers, though we often have help from others. The current plan is to move to merb, and also to github. Alexey will have to tell you what the status is currently.
Jeremy On Mon, Jul 21, 2008 at 9:58 AM, Nate Murray <nate@...> wrote:
_______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: Plans to upgrade to Rails 2.1?On Mon, Jul 21, 2008 at 11:02 AM, Jeremy Lightsmith
<jeremy.lightsmith@...> wrote: > Alexey will have to tell you what the status [of Merb port] is currently. Been spiking it out last week, and will continue doing so tomorrow. It's nowhere near done, we are not even sure if it's a good idea yet. :) -- Alex _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
| Free embeddable forum powered by Nabble | Forum Help |