Hello, I just got rails master working, and I''m writing down what currently isn''t working to get a clean new project generated. The first thing that came up is the generated Gemfile needs some lovin'' tender and sweet. I don''t know if having the Gemfile refer to branch: ''3-2-stable'' is there for a particular reason, but it caught my attention. I was wondering why it was there if I used the --edge option when I generated the app. The other thing I noticed immediately was that the config used the deprecated config.whiny_nils option. in config/environments/development.rb The last thing is that something in active_record/dynamic_matchers.rb was breaking, but that isn''t something I''m worried about at the second. Should I open a pull request or just leave it alone until someone else makes it as hugtastic as possible? ~Johnneylee -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/qntvA-N6lH4J. 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.
Steve Klabnik
2012-Sep-27 16:07 UTC
Re: Rails master generates deprecated method calls in config
Things only improve if people submit pull requests! I''m not sure that you''re actually using master, though, if you''re getting a reference to 3-2-stable... -- 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.
Johnneylee Rollins
2012-Sep-27 16:17 UTC
Re: Rails master generates deprecated method calls in config
Hey, I removed the branch reference from the gemfile. At the moment, I have a ref pointing to the latest passing build commit hash from travis. I''ll be brave and see if a pull request would help! ~Johnneylee On Thu, Sep 27, 2012 at 12:07 PM, Steve Klabnik <steve@steveklabnik.com> wrote:> Things only improve if people submit pull requests! > > I''m not sure that you''re actually using master, though, if you''re > getting a reference to 3-2-stable... > > -- > 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.
Xavier Noria
2012-Sep-28 02:59 UTC
Re: Rails master generates deprecated method calls in config
When generating a new app using a local checkout, you normally want to pass the --dev option. -- 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.
Johnneylee Rollins
2012-Sep-28 05:33 UTC
Re: Rails master generates deprecated method calls in config
I hadn''t been using the local checkout, since I wasn''t making any changes yet. ~Johnneylee On Thu, Sep 27, 2012 at 10:59 PM, Xavier Noria <fxn@hashref.com> wrote:> When generating a new app using a local checkout, you normally want to pass > the --dev option. > > -- > 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.