
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Amistad adds friendships management into a rails application. it supports ActiveRecord, Mongoid and MongoMapper.
Add the following line in your Gemfile:
gem 'amistad'
Then run:
bundle install
Refer to the wiki pages for usage and friendships management documentation.
There are rake tasks available which allow you to run the activerecord tests for three rdbms:
rake spec:activerecord:sqlite
rake spec:activerecord:mysql
rake spec:activerecord:postgresql
In order to run these tasks you need to create a confiuration file for the databases connections:
spec/support/activerecord/database.yml
sqlite:
adapter: "sqlite3"
database: ":memory:"
mysql:
adapter: mysql2
encoding: utf8
database: <name of mysql database>
username: <username>
password: <password>
postgresql:
adapter: postgresql
encoding: unicode
database: <name of postgresql database>
username: <username>
password: <password>
Of course there are some tasks for running mongodb orms based tests:
rake spec:mongoid
rake spec:mongo_mapper
The default rake tasks runs the ActiveRecord tests for the three rdbms followed by the Mongoid tests.
Copyright © 2010 Rawane ZOSSOU. See LICENSE for details.
FAQs
Unknown package
We found that amistad demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.