[Rails-core] Re: Dependency related issues

2006-08-22 Thread Jonathan Viney
I'll second that. I'm running a largish application on edge that uses about 8 plugins and the only issue I had was related to the fact that Ruby libraries any no longer auto-loaded.-Jonathan. On 8/23/06, Tobias Luetke <[EMAIL PROTECTED]> wrote: For the record, Shopify works fine with the new depen

[Rails-core] Re: Can we update gems to edge at least weekly

2006-08-22 Thread Dominic Sisneros
Save error.  The proxy is blocking all the WEBDAV methodsOn 8/22/06, Josh Knowles <[EMAIL PROTECTED]> wrote: On 8/22/06, Dominic Sisneros <[EMAIL PROTECTED]> wrote: Also, I have another box that I use as a subversion server inside the WAN that I use for development and from this I am able to use

[Rails-core] Re: Can we update gems to edge at least weekly

2006-08-22 Thread Dominic Sisneros
When rails first started out, the way to track edge from the wiki documents was to dogem install rails -s http://gems.rubyonrails.orgAlso, 'Rails Recipes' (page 227 Living on the Edge) says to do sudo gem install rails -s http://gems.rubyonrails.orgWhen I use this method now, it gives meSuccessful

[Rails-core] Re: Can we update gems to edge at least weekly

2006-08-22 Thread Josh Knowles
On 8/22/06, Dominic Sisneros <[EMAIL PROTECTED]> wrote: Also, I have another box that I use as a subversion server inside the WAN that I use for development and from this I am able to use svn with no problemsso that my subversion client is working correctly, just not when going through our gateway

[Rails-core] Re: Can we update gems to edge at least weekly

2006-08-22 Thread Corey Donohoe
On 8/22/06, Dominic Sisneros <[EMAIL PROTECTED]> wrote: > Also, I have another box that I use as a subversion server inside the WAN > that I use for development and from this I am able to use svn with no > problems so that my subversion client is working correctly, just not when > going > through

[Rails-core] Re: Can we update gems to edge at least weekly

2006-08-22 Thread Jeremy Kemper
On 8/22/06, Dominic Sisneros <[EMAIL PROTECTED]> wrote: Nope, I got the same error message as abovesvn: PROPFIND request failed on '/svn/rails/trunk' svn: PROPFIND of '/svn/rails/trunk': Could not read status line: An established connection was aborted by the software in your host machine.   ( ht

[Rails-core] Re: Ordered Enumerable#group_by ?

2006-08-22 Thread court3nay
On Aug 22, 2006, at 12:15 PM, Jeremy Kemper wrote:On 8/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > No plans that I know of. In the one app where I need the ordering to be> preserved, I just redefined group_by to use the Array version. Another > option is to call sort_by on the result but

[Rails-core] Re: Can we update gems to edge at least weekly

2006-08-22 Thread Dominic Sisneros
Also, I have another box that I use as a subversion server inside the WAN that I use for development and from this I am able to use svn with no problemsso that my subversion client is working correctly, just not when going through our gateway thanks in advancedominicOn 8/22/06, Dominic Sisneros <[E

[Rails-core] Re: Can we update gems to edge at least weekly

2006-08-22 Thread Dominic Sisneros
Nope, I got the same error message as abovesvn: PROPFIND request failed on '/svn/rails/trunk' svn: PROPFIND of '/svn/rails/trunk': Could not read status line: An established connection was aborted by the software in your host machine.   ( http://dev.rubyonrails.org)On 8/22/06, Jeremy Kemper <[EMAI

[Rails-core] Re: Ordered Enumerable#group_by ?

2006-08-22 Thread Jeremy Kemper
On 8/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > No plans that I know of. In the one app where I need the ordering to be> preserved, I just redefined group_by to use the Array version. Another > option is to call sort_by on the result but that can get ugly.ok then, I'll keep my own copy.C

[Rails-core] Re: Can we update gems to edge at least weekly

2006-08-22 Thread Jeremy Kemper
On 8/22/06, Dominic Sisneros <[EMAIL PROTECTED]> wrote: I tried updating that file.  This is what I get after that.D:\workspace\fti\vendor>svn co http://dev.rubyonrails.org/svn/rails/trunk railssvn: PROPFIND request failed on '/svn/rails/trunk' svn: PROPFIND of '/svn/rails/trunk': Could not read s

[Rails-core] Re: Can we update gems to edge at least weekly

2006-08-22 Thread Dominic Sisneros
I tried updating that file.  This is what I get after that.D:\workspace\fti\vendor>svn co http://dev.rubyonrails.org/svn/rails/trunk railssvn: PROPFIND request failed on '/svn/rails/trunk' svn: PROPFIND of '/svn/rails/trunk': Could not read status line: An established connection was aborted by the

[Rails-core] Re: Dependency related issues

2006-08-22 Thread nseckar
Dave Thomas wrote: > My biggest problem is that I often organize code into subdirectories, > but don't follow the Java convention of placing that code into > modules named after the subdirectories. You may call this "Java conventions" but this has also been our convention since we started loadin

[Rails-core] Re: Dependency related issues

2006-08-22 Thread Dave Thomas
On Aug 21, 2006, at 6:01 PM, [EMAIL PROTECTED] wrote: I'd like to get down to either i) fixing all the dependencies issues with the new code or ii) giving up and reverting to the old. It would really help if those of you who have had troubles could file some tickets and assign them to me. If yo

[Rails-core] Re: Dependency related issues

2006-08-22 Thread Zack Chandler
On 8/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hello Mislav, > > > With the new dependency code, what is the best way to reload plugin code on > > each request so we don't have to restart the server while we're > > developing/contributing to a plugin? > > At the moment plugins relo

[Rails-core] Re: Can we update gems to edge at least weekly

2006-08-22 Thread Corey Donohoe
On 8/22/06, Dominic Sisneros <[EMAIL PROTECTED]> wrote: > At work, I am behind a firewall that blocks all subversion traffic. I am > able to use rubygems to download rails but the gemserver at > http://gems.rubyonrails.org hasn't been updated to trunk in awhile (No > restful stuff). Is it possib

[Rails-core] Re: Dependency related issues

2006-08-22 Thread nseckar
Hello Mislav, > With the new dependency code, what is the best way to reload plugin code on > each request so we don't have to restart the server while we're > developing/contributing to a plugin? At the moment plugins reload by default. However, this turns out to cause a lot of problems with s

[Rails-core] Can we update gems to edge at least weekly

2006-08-22 Thread Dominic Sisneros
At work, I am behind a firewall that blocks all subversion traffic.  I am able to use rubygems to download rails but the gemserver at http://gems.rubyonrails.org hasn't been updated to trunk in awhile (No restful stuff).  Is it possible to update the gems to follow edge on a weekly basisthanks,domi

[Rails-core] Re: Ordered Enumerable#group_by ?

2006-08-22 Thread thibaut . barrere
> No plans that I know of. In the one app where I need the ordering to be > preserved, I just redefined group_by to use the Array version. Another > option is to call sort_by on the result but that can get ugly. ok then, I'll keep my own copy. thanks! Thibaut --~--~-~--~~

[Rails-core] Re: Ordered Enumerable#group_by ?

2006-08-22 Thread Marcel Molina Jr.
On Tue, Aug 22, 2006 at 04:42:28PM +0200, Thibaut Barr�re wrote: > the changeset 3727 removed the ordering on Enumerable::group_by (it now > returns a Hash, instead of the Array previously, to be closer from the Ruby > 1.9 behaviour). > > Is there any plan to add an ordered version back into the

[Rails-core] Re: Dependency related issues

2006-08-22 Thread Mislav Marohnić
This isn't exactly an issue, but a usage question for which I didn't want to open a new topic:With the new dependency code, what is the best way to reload plugin code on each request so we don't have to restart the server while we're developing/contributing to a plugin? Thanks,-MislavOn 8/22/06, [E

[Rails-core] Ordered Enumerable#group_by ?

2006-08-22 Thread Thibaut Barrère
Hi!the changeset 3727 removed the ordering on Enumerable::group_by (it now returns a Hash, instead of the Array previously, to be closer from the Ruby 1.9 behaviour).Is there any plan to add an ordered version back into the core ? Thibaut --~--~-~--~~~---~--~~ You

[Rails-core] Re: Dependency related issues

2006-08-22 Thread Tobias Luetke
For the record, Shopify works fine with the new dependency code. I did have some issues when moving over but all those issues were pointing to errors in my code. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby