Sha256: b134af29e02ca614fedf74a601eed59472fe6fff94a5dd0d9b7cc6a102bebead
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 Bytes
Contents
= MagicGrid Takes a collection and creates a paginated table of using a supplied column definition. == Basic Usage In your +Gemfile+: gem 'magic_grid', :git => 'git://github.com/rmg/magic_grid.git' In your view: <%= magic_grid(@posts, [:title, :author]) %> == Development To test, <code>(cd test/dummy && rake RAILS_ENV=test db:create db:migrate) && rake test</code>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
magic_grid-0.9.3 | README.rdoc |
magic_grid-0.9.2 | README.rdoc |