Jarl Friis
2013-Oct-01 12:25 UTC
Which git commit corresponds to the Rails 4.0.0 gem version
I am trying to make a git bisect on something that works with the 4.0.0 gem version of Rails and is broken in the `4-0-stable branch`.(https://github.com/rails/rails/issues/12417) Normally I would expect a tag called `v4.0.0`, however there is no such tag in the rails repository. Oddly enough there is a branch called `4-0-0` (in addition to the `4-0-stable` branch), but that branch cannot be the source of the gem either, since the file `RAILS_VERSION` contains 4.0.0.rc2 Any help is appreciated. Jarl -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
Gergo Erdosi
2013-Oct-01 12:31 UTC
Re: Which git commit corresponds to the Rails 4.0.0 gem version
There is a tag for v4.0.0: https://github.com/rails/rails/tree/v4.0.0 -- Gergo Erdosi On Tue, Oct 1, 2013 at 2:25 PM, Jarl Friis <jarl@softace.dk> wrote:> I am trying to make a git bisect on something that works with the > 4.0.0 gem version of Rails and is broken in the `4-0-stable > branch`.(https://github.com/rails/rails/issues/12417) > > Normally I would expect a tag called `v4.0.0`, however there is no > such tag in the rails repository. > > Oddly enough there is a branch called `4-0-0` (in addition to the > `4-0-stable` branch), but that branch cannot be the source of the gem > either, since the file `RAILS_VERSION` contains > > 4.0.0.rc2 > > > Any help is appreciated. > > Jarl > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-core+unsubscribe@googlegroups.com. > To post to this group, send email to rubyonrails-core@googlegroups.com. > Visit this group at http://groups.google.com/group/rubyonrails-core. > For more options, visit https://groups.google.com/groups/opt_out. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
Xavier Noria
2013-Oct-01 12:47 UTC
Re: Which git commit corresponds to the Rails 4.0.0 gem version
Maybe you made a typo? fxn@yeager:~/prj/rails/rails (master)$ git tag | grep v4 v4.0.0 v4.0.0.beta1 v4.0.0.rc1 v4.0.0.rc2 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
Rafael Mendonça França
2013-Oct-01 12:59 UTC
Re: Which git commit corresponds to the Rails 4.0.0 gem version
https://github.com/rails/rails/tree/v4.0.0 Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca On Tue, Oct 1, 2013 at 9:25 AM, Jarl Friis <jarl@softace.dk> wrote:> I am trying to make a git bisect on something that works with the > 4.0.0 gem version of Rails and is broken in the `4-0-stable > branch`.(https://github.com/rails/rails/issues/12417) > > Normally I would expect a tag called `v4.0.0`, however there is no > such tag in the rails repository. > > Oddly enough there is a branch called `4-0-0` (in addition to the > `4-0-stable` branch), but that branch cannot be the source of the gem > either, since the file `RAILS_VERSION` contains > > 4.0.0.rc2 > > > Any help is appreciated. > > Jarl > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-core+unsubscribe@googlegroups.com. > To post to this group, send email to rubyonrails-core@googlegroups.com. > Visit this group at http://groups.google.com/group/rubyonrails-core. > For more options, visit https://groups.google.com/groups/opt_out. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
Jarl Friis
2013-Oct-01 13:01 UTC
Re: Which git commit corresponds to the Rails 4.0.0 gem version
hmmm... I thought that a standard `git fetch` fetched all remote tags as well, apparently I needed to use `git fetch --tags` to get the latest tags... After that I got v4.0.0 Thanks a lot. Jarl 2013/10/1 Xavier Noria <fxn@hashref.com>:> Maybe you made a typo? > > fxn@yeager:~/prj/rails/rails (master)$ git tag | grep v4 > v4.0.0 > v4.0.0.beta1 > v4.0.0.rc1 > v4.0.0.rc2 > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-core+unsubscribe@googlegroups.com. > To post to this group, send email to rubyonrails-core@googlegroups.com. > Visit this group at http://groups.google.com/group/rubyonrails-core. > For more options, visit https://groups.google.com/groups/opt_out.-- Jarl Friis Softace ApS Rådhustorvet 7, 2. 3520 Farum LinkedIn: http://dk.linkedin.com/in/jarlfriis -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.