Sha256: b63329c12c90cdfe4705b4c78268eb9136e12c1e47fdf74ef3ba2d65d1f09183

Contents?: true

Size: 495 Bytes

Versions: 2

Compression:

Stored size: 495 Bytes

Contents

# Bit Core Rails engine

This engine provides basic models and logic for slideshows.

## Version 2.0.x

Please note that version 2.0.x supports only Ruby 2.3.0 and Rails 5. If you need
support for Rails 4, please use the latest 1.x version.

## Dependencies

The host application will need to specify an Arm class 'app/models/arm.rb'

```ruby
# app/models/arm.rb
class Arm
  ...
end
```

## Running Specs

```console
bin/rake app:db:drop app:db:create app:db:migrate RAILS_ENV=test
bin/rake
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bit_core-2.0.0.beta2 README.md
bit_core-2.0.0.beta1 README.md