Sha256: 7f5ce8da571144e5baa892902c2ecfd1a6f0ef08d3af5339236ebc9dcc2d0c4a

Contents?: true

Size: 1.99 KB

Versions: 1

Compression:

Stored size: 1.99 KB

Contents

# weLaika's Suspenders [![Build Status](https://travis-ci.org/welaika/welaika-suspenders.svg?branch=master)](https://travis-ci.org/welaika/welaika-suspenders)

This is a [suspenders](https://github.com/thoughtbot/suspenders) fork in use at [weLaika](http://dev.welaika.com).
Big thanks to [thoughtbot](http://thoughtbot.com/community) for providing such a great starting point.


## Installation

First install the suspenders gem:

    gem install welaika-suspenders

If you are using RVM, please create a new gemset named like `projectname`:

    rvm gemset create projectname
    rvm gemset use projectname

Then run:

    welaika-suspenders projectname

This will create a rails app in `projectname`. This script creates a
new git repository. It is not meant to be used against an existing repo.

Then run:

    cd projectname && bin/setup

If you want to add an empty bare repository as origin, run

    git remote add origin git@github.com:welaika/projectname.git

## Version number

`welaika-suspenders` version number isn't related to thoughbot's [suspenders](https://github.com/thoughtbot/suspenders).

## Changelog

We merge commits from thoughbot's [suspenders](https://github.com/thoughtbot/suspenders) periodically.

List of changes we made since [this is commit](https://github.com/thoughtbot/suspenders/tree/d24d6eab4cc254f8bebfd73fd2b26fbbd2647e86):
- remove `host` key in database.yml
- add [priscilla](https://github.com/Arkham/priscilla) gem
- add [pry-bloodline](https://github.com/Arkham/pry-bloodline) gem
- add [rails-i18n](https://github.com/svenfuchs/rails-i18n) gem and use italian, english as available locales
- add [letter_opener](https://github.com/ryanb/letter_opener) gem
- add [faker](https://github.com/stympy/faker) gem
- remove segment.io javascript code
- add [slim-rails](https://github.com/slim-template/slim-rails) gem
- add some html meta tags
- use EU region as default for Heroku
- use pry-byebug instead of byebug
- use CDATA wrapper for javascript
- create a .ruby-gemset file with app name

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
welaika-suspenders-2.3.0 README.md