scrubber / jquery_grid_for_rails

Rails plugin wrapping the jqGrid jQuery plugin - beautiful and feature rich AJAX grid table for your Rails app!

This URL has Read+Write access

commit  bd022466c9b19304dab2baecbd09f9de934e3897
tree    e692c079db8e0b6d3b9aef83ab934b1d4960218d
parent  0e6d98b0701cf97adaa488fb212486d7ad00f62b
jquery_grid_for_rails / test / jquery_grid_for_rails_test.rb
100644 9 lines (7 sloc) 0.165 kb
1
2
3
4
5
6
7
8
9
require 'test_helper'
 
class JqueryGridForRailsTest < ActiveSupport::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end