https://github.com/driftingruby/079-mountable-engines
Mountable Engines are a great way to extract code into its own namespace and allow the code to be reused in other applications. Other popular gems that are mountable engines are Devise and Doorkeeper.
https://github.com/driftingruby/079-mountable-engines
rails-engine ruby-on-rails
Last synced: 8 months ago
JSON representation
Mountable Engines are a great way to extract code into its own namespace and allow the code to be reused in other applications. Other popular gems that are mountable engines are Devise and Doorkeeper.
- Host: GitHub
- URL: https://github.com/driftingruby/079-mountable-engines
- Owner: driftingruby
- License: mit
- Created: 2017-05-08T02:36:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T01:17:30.000Z (over 7 years ago)
- Last Synced: 2025-02-15T08:31:30.717Z (10 months ago)
- Topics: rails-engine, ruby-on-rails
- Language: Ruby
- Homepage: https://www.driftingruby.com/episodes/rails-engines
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# BooksModule
Short description and motivation.
## Usage
How to use my plugin.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'books_module'
```
And then execute:
```bash
$ bundle
```
Or install it yourself as:
```bash
$ gem install books_module
```
## Contributing
Contribution directions go here.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).