Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various improvements #41

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 17, 2021

  1. Various improvements

    Removed
    -------
    
    * `rack` as dependency
    * Unused `config.ru`
    
    Changed
    -------
    
    * Default path for cache is now in `./tmp` directory instead of `./config`
    
    Added
    -----
    
    * Support of Rails 6
    
    Development
    -----------
    
    * [EditorConfig](https://editorconfig.org/) added
    * [RuboCop](https://github.com/rubocop-hq/rubocop) added and offenses fixed
    * RuboCop task added for Travis CI
    * Drop support for Ruby <= 2.2 (they even will not get security patches)
    * Ignore built gems for git
    AlexWayfer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    48236e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    e7065de View commit details
    Browse the repository at this point in the history
  2. Update RuboCop

    And resolve it's offenses.
    
    Including new metadata in gemspec.
    AlexWayfer committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2143588 View commit details
    Browse the repository at this point in the history
  3. Allow Rails < 8

    AlexWayfer committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    3fc1772 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcd4f52 View commit details
    Browse the repository at this point in the history