I''ve come up with my very first patch to Rails. I''ve gone through the guide and got to the point where I''d need to create a lighthouse ticket. But I simply cannot because nearly any lighthouse page, esp. https://rails.lighthouse.com is so slow to load that the browser resets the connection. I''ve googled around and seem to be the only one with this problem (i.e. found nothing -- perhaps searched the wrong terms). Both FF (5.0) and Chrome does the same thing, the same happens at home and at work. Anybody have any clue? What am I missing? Is there any other way to file a small patch? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Where did you find the instruction? We''ve moved to Github Issues for a while now, so that one must be *really* outdated Sent from my iPhone On Aug 4, 2011, at 7:40 PM, boomerang <andras.zimmer@gmail.com> wrote:> I''ve come up with my very first patch to Rails. I''ve gone through the > guide and got to the point where I''d need to create a lighthouse > ticket. But I simply cannot because nearly any lighthouse page, esp. > https://rails.lighthouse.com is so slow to load that the browser > resets the connection. > > I''ve googled around and seem to be the only one with this problem > (i.e. found nothing -- perhaps searched the wrong terms). Both FF > (5.0) and Chrome does the same thing, the same happens at home and at > work. > > Anybody have any clue? What am I missing? > Is there any other way to file a small patch? > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Read the Contributing to Ruby on Rails guide: http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html -- Guillermo Iguaran Sent with Sparrow (http://www.sparrowmailapp.com) On Thursday, August 4, 2011 at 3:15 PM, boomerang wrote:> I''ve come up with my very first patch to Rails. I''ve gone through the > guide and got to the point where I''d need to create a lighthouse > ticket. But I simply cannot because nearly any lighthouse page, esp. > https://rails.lighthouse.com is so slow to load that the browser > resets the connection. > > I''ve googled around and seem to be the only one with this problem > (i.e. found nothing -- perhaps searched the wrong terms). Both FF > (5.0) and Chrome does the same thing, the same happens at home and at > work. > > Anybody have any clue? What am I missing? > Is there any other way to file a small patch? > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com (mailto:rubyonrails-core@googlegroups.com). > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com (mailto:rubyonrails-core+unsubscribe@googlegroups.com). > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
As Prem said, you want to use GitHub issues these days. https://rails.lighthouseapp.com/ (note: lighthouseapp.com, not lighthouse.com) is now available in read only mode, but it''s not for new bugs, just to preserve the knowledge in the old issue threads and not break URLs all over the web (I''ve even got some in my own code). -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Thanks, it got it sorted. I read this BTW (see Sections 5.7 and 5.8): http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html (i.e. it''s not the edge version kindly pointed at by Guillermo but it''s at a pretty prominent place I guess). On Aug 5, 1:42 am, Prem Sichanugrist <sikand...@gmail.com> wrote:> Where did you find the instruction? We''ve moved to Github Issues for a > while now, so that one must be *really* outdated > > Sent from my iPhone > > On Aug 4, 2011, at 7:40 PM, boomerang <andras.zim...@gmail.com> wrote: > > > > > > > > > I''ve come up with my very first patch to Rails. I''ve gone through the > > guide and got to the point where I''d need to create a lighthouse > > ticket. But I simply cannot because nearly any lighthouse page, esp. > >https://rails.lighthouse.comis so slow to load that the browser > > resets the connection. > > > I''ve googled around and seem to be the only one with this problem > > (i.e. found nothing -- perhaps searched the wrong terms). Both FF > > (5.0) and Chrome does the same thing, the same happens at home and at > > work. > > > Anybody have any clue? What am I missing? > > Is there any other way to file a small patch? > > > -- > > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > > To post to this group, send email to rubyonrails-core@googlegroups.com. > > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-core?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
On Fri, Aug 5, 2011 at 9:52 AM, boomerang <andras.zimmer@gmail.com> wrote:> Thanks, it got it sorted. I read this BTW (see Sections 5.7 and 5.8): > http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html (i.e. > it''s not the edge version kindly pointed at by Guillermo but it''s at a > pretty prominent place I guess).Yes, that''s updated in 3-0-stable, but waiting for a release to be published. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.