Hi, I just started a project with Rails, and am using Git. I thought of keeping the edge of Rails in vendor/rails, especially since I can do so pretty easily with a submodule. However, I wanted to ask how stable the edge usually is? I mean some projects are fairly stable because they''re not pushed until they pass the tests. I didn''t know if it is that way for rails or not. Thanks, Brandon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Mar 16, 12:39 am, "Brandon Olivares" <programmer2...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > However, I wanted to ask how stable the edge usually is? I mean some > projects are fairly stable because they''re not pushed until they pass the > tests. I didn''t know if it is that way for rails or not. >A patch that has failing (or causes existing tests to fail) would not be committed. Occasionally a change might be committed that causes failures with a combination of circumstances that the core member committing the patch didn''t have access to (eg change X breaks stuff on Windows). When it comes to new features or additions, sometimes it takes a few stabs at it to get things right. If I was running a project on edge I''d certainly keep a close eye on what changes were going in. Fred --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---