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
- Host: GitHub
- URL: https://github.com/alykafoury/localdatabase
- Owner: alykafoury
- License: mit
- Created: 2017-02-08T10:31:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T10:37:59.000Z (over 9 years ago)
- Last Synced: 2025-02-27T03:15:53.949Z (over 1 year ago)
- Topics: database, local, rails, rails-gem, ruby-gem
- Language: Ruby
- Homepage: https://github.com/alykafoury/localDatabase
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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).