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

taskgration

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taskgration

  • 0.1.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Taskgration

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'taskgration'

And then execute:

$ bundle

Or install it yourself as:

$ rake taskgration:install:migrations

Usage

1. Creating a task to migrate

$ rails generate taskgration:create YOUR_TASK_MIGRATION_NAME

2. Running the unapplied tasks migrations

$ rake taskgration:up

3. Rolling back applied tasks migrations

$ rake taskgration:down TASKGRATION_VERSION=YOUR_VERSION_NUMBER #=> Rollback 1 specific version
$ rake taskgration:down TASKGRATION_STEPS=QUANTITY_OF_STEPS #=> Rollback the number of times passed
$ rake taskgration:down #=> Rollback always the newest created migration

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 11 Jul 2022

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