Skip to content

mxgrn/netzke-basepack-dm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netzke Basepack DataMapper adapter

Allows using Basepack data componets (grids and panels) with DataMapper.

Implements Netzke::Basepack::DataAdapters::AbstractAdapter from Basepack.

Warning: WIP (and not published on rubygems yet). Please, contribute!

Installation

Add this line to your application's Gemfile after 'netzke-basepack':

gem 'netzke-basepack-dm', git: "git://github.com/nomadcoder/netzke-basepack-dm"

And then execute:

$ bundle

Usage

After installation, you should be able to simply configure Basepack components with DataMapper models, e.g.:

MyGrid < Netzke::Basepack::GridPanel
  def configure(c)
    c.model = "MyDataMapperModel"
  end
end

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Credits

Initially was implemented as part of Basepack by @pschyska

About

Netzke Basepack DataMapper adapter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages