Sha256: 06008c549185e7960bcb48c93790a281330dcac19e9ef51a5c25d67f02bb0d37
Contents?: true
Size: 1.81 KB
Versions: 1
Compression:
Stored size: 1.81 KB
Contents
= JqGridRails Providing easy ways to build grids within Rails == About JqGridRails is a helper plugin to build grids using {jqGrid}[http://www.trirand.com/blog/]. It provides a number of features to allow a minimal amount of effort to build grids. However, it is also built with the maximum amount of flexibility in mind. As such, it provides easy access to all the capabilities jqGrid has to offer and allows the application to choose how much support is automatically provided. == Installation === RubyGems Add JqGridRails to your applications Gemfile: gem 'jqgrid_rails' Or, if you want the bleeding edge, point to the repository: gem 'jqgrid_rails', :git => 'git@github.com/chrisroberts/jqgrid_rails.git' === Setup If you are in Rails 2, add the tasks to the bottom of your Rakefile (not needed for Rails 3): require 'jqgrid_rails/tasks' And run the install task: rake jqgrid_rails:install === Loading assets Use the javascript and stylesheet expansions to load jqgrid <%= javascript_include_tag :jqgrid_rails %> <%= stylesheet_link_tag :jqgrid_rails %> == Building grids TODO == History jqgrid_rails was originally created by {Nick Ewing}[http://github.com/nickewing]. == Contributors * {Nick Ewing}[http://github.com/nickewing] * {David Cato}[http://github.com/davec] * {Christopher Kuttruff}[http://github.com/ckuttruff] * {Ryan Golec}[http://github.com/ryangolec] == Resources * {jqGrid}[http://www.trirand.com/blog/] * {jqGrid Wiki}[http://www.trirand.com/jqgridwiki/doku.php?id=start] * {jqGrid Options}[http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options] * {jqGrid Events}[http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events] * {jqGrid ColModel Options}[http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options] == License * Continuing with the MIT license. See LICENSE.rdoc
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jqgrid_rails-1.2.4 | README.rdoc |