Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evilmartians/ruby-on-whales
Ruby on Whales example and templates
https://github.com/evilmartians/ruby-on-whales
Last synced: 3 months ago
JSON representation
Ruby on Whales example and templates
- Host: GitHub
- URL: https://github.com/evilmartians/ruby-on-whales
- Owner: evilmartians
- License: mit
- Created: 2022-02-28T15:09:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T17:11:09.000Z (8 months ago)
- Last Synced: 2024-06-02T16:35:24.095Z (5 months ago)
- Language: Ruby
- Size: 1.14 MB
- Stars: 284
- Watchers: 14
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruby on Whales
This repository contains an example dockerized Ruby on Rails development configuration based on the [Ruby on Whales blog post][the-post].
## Example configuration
See the [example](./example) folder.
## Interactive generator
We also provide an interactive generator for Rails apps to quickly setup a dockerized environment for your app. Just run the following command and follow the instructions:
```sh
bundle exec rails app:template LOCATION='https://railsbytes.com/script/z5OsoB'
```You can also run it via [Ruby Bytes][] (so you can dockerize a Rails app without installing it on your host machine):
```sh
rbytes install https://railsbytes.com/script/z5OsoB
```## See also
- [Terraforming Rails](https://github.com/evilmartians/terraforming-rails)
## License
The code is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
[the-post]: https://evilmartians.com/chronicles/ruby-on-whales-docker-for-ruby-rails-development
[Ruby Bytes]: https://github.com/palkan/rbytes