2009/9/30 Simon Arnaud <[email protected]> > Hi > > If I require 'sequel/extensions/inflector' before sequel, it fails, because > inflector uses sequel. > > I fixed it by requiring sequel before, but it should do it itself :) >
I realize I do not need this extension anyway, but I was misguided with 2.12.0 which says : "String <http://sequel.rubyforge.org/rdoc/classes/String.html> inflection methods (e.g. “people”.singularize) have been moved into sequel/extensions/inflector." But it should also have been noted that it was replaced by Sequel::Inflections :) It might have been added later though. Simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
