New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

isotope_contacts

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isotope_contacts

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

IsotopeContacts

IsotopeContacts is a gem providing a rails engine for contact management.

It is compatible with Rails 3.1+

Demo site

See it in action here.

Screenshots

Here are some screenshots of what it looks like:

Contact Listing

Contact Show

Installation

You can install it by adding the following to your Gemfile:

gem 'isotope_contacts', :git => 'http://github.com/isotope11/isotope_contacts.git'

Then in your config/routes.rb:

mount IsotopeContacts::Engine => "/isotope_contacts"

Then just fire up your app and visit /isotope_contacts

Developing on IsotopeContacts

IsotopeContacts is implemented as a Rails engine and its tests are run in the context of a dummy Rails app. The process for getting the tests to run is similar to setting up a regular rails app:

bundle exec rake -f test/dummy/Rakefile db:drop db:create db:migrate db:test:prepare

Once this setup has been done, IsotopeContacts's specs can be run by executing this command:

bundle exec rake test

FAQs

Package last updated on 06 Feb 2012

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