Sha256: b8e3cd0f1c10ab022031bb104f1097d8ce2b5d2b463835f4f0989c16c4fde008

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

Stones
======
[![Gem Version](https://badge.fury.io/rb/stones.png)](http://badge.fury.io/rb/stones)

Each time I created a new Rails project these files are required.
I got tired of it and collected them in a gem.

Some files (e.g. reset.css) can be overwritten by a
corresponding one from your project.

Files:

    app/assets/images/facebook_32.png
    app/assets/images/github_32.png
    app/assets/images/google_32.png
    app/assets/images/matique.ico
    app/assets/images/twitter_32.png
    app/assets/stylesheets/print.css
    app/assets/stylesheets/reset.css
    app/views/layouts/application.html.erb
    app/views/layouts/_body.slim
    app/views/layouts/_flash.slim
    app/views/layouts/_footer.slim
    app/views/layouts/_header.slim
    app/views/layouts/_html_head.slim
    app/views/root/about.slim
    app/views/shared/_error_explanation.html.erb
    config/initializers/concerns.rb

Installation
------------
To install add the following to your Gemfile:

    gem 'stones'

and run bundle.

Recommended
-----------

- rvm
- ruby 3.1.0
- rails 7.0.1

Dropped/cleaned files (still available in version 0.2.5):

- Rakefile
- .watchr
- lib/tasks/backup.rake

Rails
-----

"stones" takes care of a "<head>" change introduced by Rails 7.x.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stones-1.2.0 README.md