leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
537 stars 215 forks source link

HOW TO SUBMIT ISSUES #228

Open leikind opened 9 years ago

leikind commented 9 years ago

Your bug report or a question should always be accompanied by the following:

If there is an error:

arel (6.0.0) lib/arel/visitors/reduce.rb:6:in `accept'
wice_grid (3.4.14) lib/wice/wice_grid_misc.rb:64:in `block in _sanitize_sql_hash_for_conditions'
wice_grid (3.4.14) lib/wice/wice_grid_misc.rb:63:in `map'
wice_grid (3.4.14) lib/wice/wice_grid_misc.rb:63:in `_sanitize_sql_hash_for_conditions'
wice_grid (3.4.14) lib/wice/wice_grid_misc.rb:74:in `block in merge_conditions'
wice_grid (3.4.14) lib/wice/wice_grid_misc.rb:72:in `each'
wice_grid (3.4.14) lib/wice/wice_grid_misc.rb:72:in `merge_conditions'
wice_grid (3.4.14) lib/wice_grid.rb:271:in `form_ar_options'
wice_grid (3.4.14) lib/wice_grid.rb:304:in `read'
wice_grid (3.4.14) lib/wice_grid.rb:350:in `resultset'
wice_grid (3.4.14) lib/wice/helpers/wice_grid_view_helpers.rb:661:in `pagination_info'
wice_grid (3.4.14) lib/wice/helpers/wice_grid_view_helpers.rb:617:in `pagination_panel_content'
wice_grid (3.4.14) lib/wice/helpers/wice_grid_view_helpers.rb:398:in `block in grid_html'
wice_grid (3.4.14) lib/wice/grid_renderer.rb:101:in `pagination_panel'
wice_grid (3.4.14) lib/wice/helpers/wice_grid_view_helpers.rb:393:in `grid_html'
wice_grid (3.4.14) lib/wice/helpers/wice_grid_view_helpers.rb:126:in `define_grid'
wice_grid (3.4.14) lib/wice/helpers/wice_grid_view_helpers.rb:76:in `grid'
app/views/ahera/_materials_grid.html.erb:1:in 
[cut]

If this is a server side issue

When adding code and stacktraces, ALWAYS use github Markdown: https://guides.github.com/features/mastering-markdown/ . Github provides preview functionality for issues. Use it.

When adding Ruby or HTML or CSS code, make sure you specify type of the code attached so that github highlights it correctly.

If your are not ready to spend a minute and correctly format your bug report or a question making it easier for me to read it, then I don't think I am willing to spend my time helping you.