Steve Klabnik
2013-Apr-05 16:47 UTC
Re: Possible bug in rails when I search a polymorphic association and array scope as LIKE
1) Please report bugs to the Rails issues tracker, not here: http://github.com/rails/rails/issues This mailing list is for discussion about features to the framework. 2) Rails 2.3 does not receive bug fixes, as per our maintenance policy: http://weblog.rubyonrails.org/2013/2/24/maintenance-policy-for-ruby-on-rails/So even if it is a bug, it''s not going to get fixed. Sorry about that! Please try to upgrade to Rails 3.2. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Rodrigo Rosenfeld Rosas
2013-Apr-05 17:25 UTC
Re: Possible bug in rails when I search a polymorphic association and array scope as LIKE
Steve, I also believed it was a 2.3 related bug at first but the Gemfile is for a recent Rails version. Did you check it? Em 05-04-2013 13:47, Steve Klabnik escreveu:> 1) Please report bugs to the Rails issues tracker, not here: > http://github.com/rails/rails/issues This mailing list is for > discussion about features to the framework. > > 2) Rails 2.3 does not receive bug fixes, as per our maintenance > policy: > http://weblog.rubyonrails.org/2013/2/24/maintenance-policy-for-ruby-on-rails/ > So even if it is a bug, it''s not going to get fixed. Sorry about that! > Please try to upgrade to Rails 3.2. > -- > 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?hl=en. > 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Steve Klabnik
2013-Apr-05 17:29 UTC
Re: Possible bug in rails when I search a polymorphic association and array scope as LIKE
I did not, because it should be filed on the issues tracker if it affects > 2.3. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Alfonso Uceda
2013-Apr-08 06:21 UTC
Re: Possible bug in rails when I search a polymorphic association and array scope as LIKE
Ok thank you, I''m going to publish in github but this "bug" is still in Rails 3.2. A greeting! El viernes, 5 de abril de 2013 19:29:14 UTC+2, Steve Klabnik escribió:> > I did not, because it should be filed on the issues tracker if it affects > > 2.3. >-- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Matt Jones
2013-Apr-08 19:55 UTC
Re: Possible bug in rails when I search a polymorphic association and array scope as LIKE
There are two existing issues related to this: https://github.com/rails/rails/issues/950 https://github.com/rails/rails/issues/7402 The code in #7402 may be helpful in your particular situation. --Matt Jones On Apr 8, 2013, at 2:21 AM, Alfonso Uceda wrote:> Ok thank you, I''m going to publish in github but this "bug" is still in Rails 3.2. > > A greeting! > > El viernes, 5 de abril de 2013 19:29:14 UTC+2, Steve Klabnik escribió: > I did not, because it should be filed on the issues tracker if it affects > 2.3. > > -- > 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?hl=en. > 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.