Sha256: 180343b0204a5ed5c56f3e4fdfb1e2d01c17b2f84a5b7f72acd0166d31ae38f0

Contents?: true

Size: 720 Bytes

Versions: 1

Compression:

Stored size: 720 Bytes

Contents

# g index

:speedboat: Instant **concurrent** index migrations for Rails

```ruby
rails g index users email
```

Also works with multi-column indexes

```ruby
rails g index deliveries store_id delivered_at
```

## Installation

Add this line to your application’s Gemfile:

```ruby
gem 'gindex', group: :development
```

And then execute:

```sh
bundle
```

## TODO

- add `:name` option to long index names

## Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help:

- [Report bugs](https://github.com/ankane/gindex/issues)
- Fix bugs and [submit pull requests](https://github.com/ankane/gindex/pulls)
- Write, clarify, or fix documentation
- Suggest or add new features

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gindex-0.1.2 README.md