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

https://github.com/rubyhcm/rails_engine


https://github.com/rubyhcm/rails_engine

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Installation
Add this line to your application's Gemfile:

```ruby
gem "blog_engine"
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install blog_engine
```

# Run new app
```rails plugin new blog_engine --mountable```

```rake blog_engine:install:migrations```

add ```//= link blog_engine/application.css``` to ```manifest.js```

or create ```blog_engine/config/initializers/assets.rb``` and add below code into it:

```Rails.application.config.assets.precompile += %w( blog_engine/application.css blog_engine/application.js )```