https://github.com/bustikiller/riews
A Drupal-like customizable views engine
https://github.com/bustikiller/riews
drupal-views rails rails-engine
Last synced: 3 months ago
JSON representation
A Drupal-like customizable views engine
- Host: GitHub
- URL: https://github.com/bustikiller/riews
- Owner: bustikiller
- License: mit
- Created: 2017-07-03T17:56:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:05:41.000Z (about 4 years ago)
- Last Synced: 2025-02-09T23:17:37.274Z (5 months ago)
- Topics: drupal-views, rails, rails-engine
- Language: Ruby
- Homepage:
- Size: 196 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Riews
[](https://app.codacy.com/app/bustikiller/riews?utm_source=github.com&utm_medium=referral&utm_content=bustikiller/riews&utm_campaign=badger)
[](https://semaphoreci.com/bustikiller/riews)
[](https://hakiri.io/github/bustikiller/riews/master)
[](https://coveralls.io/github/bustikiller/riews?branch=master)Short description and motivation.
## Usage
How to use my plugin.## Installation
Add this line to your application's Gemfile:```ruby
gem 'riews', git: 'https://github.com/bustikiller/riews'
```And then execute:
```bash
$ bundle
```Or install it yourself as:
```bash
$ gem install riews
```Please, take into account that there is no stable release yet.
### Mounting the routes
Add this line to your application's routes file:
```ruby
mount Riews::Engine, at: '/riews', as: :riews
```### Executing the migrations
Import and execute the migrations:
```bash
rake riews:install:migrations
rake db:migrate
```## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).