Sha256: a41897d2bf42e5b5c095eff08176cd25f792abb4ccc074f825de2f5cad615965

Contents?: true

Size: 1001 Bytes

Versions: 8

Compression:

Stored size: 1001 Bytes

Contents

= Edgarj

Edgarj is an Ajax-based scaffold with:

* QBE(Query By Example) search form.
* column sort on record list.
* popup view & controller for 'belongs_to' relation table to pick up a
  parent record.
* csv download.
* user-role based access control.
* Following levels of customization:
  1. select columns and its order on view for list, form, and search-form
  1. overwrite partial-template for each list, form, and search-form

== Prerequisites

* Rails 3.2 (because of our projects' rails version consistency).
* external 'User' model.

== KNOWN BUGS

* "rake scaffold" (not "rake edgarj:scaffold") generates
  WRONG functional test, which uses Edgarj's functional test template.

== Building Package

1. check if all tests are passed:
    $ rake test
1. Gem package is built under pkg/edgarj-N.NN.NN.gem by:
    $ rake app:edgarj:build_gem
1. commit Gemfile.lock (I don't know why Gemfile.lock is updated here).
1. puch the package to rubygems site by:
    $ gem push pkg/edgarj-N.NN.NN.gem

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
edgarj-0.02.00 README.rdoc
edgarj-0.01.30 README.rdoc
edgarj-0.01.29 README.rdoc
edgarj-0.01.28 README.rdoc
edgarj-0.01.27 README.rdoc
edgarj-0.01.26 README.rdoc
edgarj-0.01.25 README.rdoc
edgarj-0.01.24 README.rdoc