Sha256: 42de8f61bc6084a58e63b3913d3cdbfc453c20ec4b93e86599be10d38368369b
Contents?: true
Size: 1005 Bytes
Versions: 7
Compression:
Stored size: 1005 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 == Version Edgarj 4.* for Rails 4 Edgarj 0.* for Rails 3.2 == Prerequisites * Rails * 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. commit any updated files. 1. Gem package is built under pkg/edgarj-N.NN.NN.gem by: $ rake app:edgarj:build_gem 1. commit Gemfile.lock since it is updated. 1. puch the package to rubygems site by: $ gem push pkg/edgarj-N.NN.NN.gem
Version data entries
7 entries across 7 versions & 1 rubygems