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

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.

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).