lib/clevic.rb in clevic-0.13.0.b5 vs lib/clevic.rb in clevic-0.13.0.b6

- old
+ new

@@ -6,11 +6,18 @@ end end # TODO should this really be here? # There are other inflection gems. -# JRuby-1.5.2 raises exception if this require has a .rb on the -require 'active_support/inflector' + +# for camelize and friends +# TODO JRuby-1.5.2 raises exception if this require has a .rb on the +require 'sequel/core' +require 'sequel/extensions/inflector' + +# for demodulize, tableize, humanize +require 'sequel' +require 'sequel/extensions/inflector' require 'clevic/framework' require 'clevic/sequel_length_validation.rb' require 'clevic/record.rb' require 'clevic/view.rb'