An open API service indexing awesome lists of open source software.

https://github.com/alykafoury/localdatabase

Gem for managing the local database configuration in rails
https://github.com/alykafoury/localdatabase

database local rails rails-gem ruby-gem

Last synced: 2 months ago
JSON representation

Gem for managing the local database configuration in rails

Awesome Lists containing this project

README

          

# LocalDatabase
Uses database.local.yml instead of database.yml in test and development environment

## Usage
Just install the Gem and you are good to go

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'local_database'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install local_database
```

## Contributing

## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).