Sha256: a718cfcad8efa43c1ffc5d4ca168f2d7d2f86e72ff800df60cb8281a28200673

Contents?: true

Size: 684 Bytes

Versions: 2

Compression:

Stored size: 684 Bytes

Contents

# Gindex

:dash: Instant **concurrent indexes** 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'
```

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

2 entries across 2 versions & 1 rubygems

Version Path
gindex-0.1.1 README.md
gindex-0.1.0 README.md