Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edgarj

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edgarj

  • 4.06.10
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= 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
    2. 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.

== Dummy App

  • How to run $ cd test/dummy $ rake db:drop && rake db:create && rake db:migrate $ FIXTURES_PATH=../../test/fixtures rake db:fixtures:load $ rails server
  • How to test $ cd [RAILS_ROOT] $ rake test

== KNOWN BUGS

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

== Building Package

  1. make sure to increment lib/edgarj/version.rb
  2. check if all tests are passed: $ bundle exec rake test
  3. commit any updated files.
  4. Gem package is built under pkg/edgarj-N.NN.NN.gem by: $ bundle exec rake app:edgarj:build_gem
  5. commit Gemfile.lock when it is updated.
  6. puch the package to rubygems site by: $ gem push pkg/edgarj-N.NN.NN.gem

FAQs

Package last updated on 31 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc