
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
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
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.