Sha256: ed5815f64bbd3c65094617a70d439c24509c462ed9a3f2a942b129fe39f3f66c

Contents?: true

Size: 781 Bytes

Versions: 7

Compression:

Stored size: 781 Bytes

Contents

# Symphonia
> simple core toolkit for my rails apps

## Installation

add to your Gemfile: `gem 'symphonia`, path: '$SYMPHONIA_PATH'

or

`gem 'symphonia', git: 'git@git.easy.cz:lukas/symphonia.git', branch: 'v2'`

after `bundle install` run post-installation: `rails g symphonia:setup`

> Setup prepare `config/initializers/settings.rb`, create `spec/spec_helper.rb`, add stylesheets and javascripts references and copy basic layout.


## Upgrade to v4.0
1. update Gemfile:
```ruby
gem 'rails', '~> 6.1'
gem 'symphonia', '~> 4.0'
source "https://gems.luk4s.cz" do
  gem 'symphonia_spec', group: %i[development test]
end
```
And `bundle update`
2. upgrade rails:
   https://guides.rubyonrails.org/upgrading_ruby_on_rails.html
```bash
export THOR_MERGE=vimdiff
rails app:update
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
symphonia-4.2.0 README.md
symphonia-4.1.3 README.md
symphonia-4.1.2 README.md
symphonia-4.1.1 README.md
symphonia-4.1.0 README.md
symphonia-4.0.1 README.md
symphonia-4.0.0 README.md