provideal / tabulatr

A tight DSL to build tables of ActiveRecord or Mongoid models with sorting, pagination, finding/filtering, selecting and batch actions. Tries to do for tables what formtastic and simple_form did for forms.
Other
160 stars 15 forks source link

Monkeypatch mongoid only if it is present. #25

Closed rwz closed 13 years ago

rwz commented 13 years ago

The way it is now it breaks kaminari gem on loading by creating empty Mongoid module. https://github.com/amatsuda/kaminari/blob/master/lib/kaminari/railtie.rb#L18