El Miércoles, 18 de febrero de 2015 18:20:15 'Andrey Korobkov' via ActiveScaffold : Ruby on Rails Gem escribió: > > , however > > unscope(:order) is a rails 4 method, and it would break rails 3.2 > > compatibility, so it should be added only for rails 4. > > Well, may this fix go only to the master branch for rails 4. > It would be useful just now for projects with new rails. >
There isn't a master branch for rails 4. Master branch works for rails >= 3.2, so it must be added with a check for Rails.version. -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
