Commit graph

6 commits

Author SHA1 Message Date
Pierre de La Morinerie
5990439ab7 app: update code to Rails 6.1 2021-03-25 13:24:53 +01:00
Paul Chavard
6a24c3f812 Rails app:update 2020-07-07 18:03:56 +02:00
Pierre de La Morinerie
ae5754e6c6 spring: add Spring to binstubs of default commands
Binstubs generated with `bundle exec spring binstub --all`.

This allows to type `bin/rails`, `bin/rake` or `bin/rspec` and have it
using Spring (rather than `bin/spring rails`).

On my machine it produces a nice speedup:

- `rake -T`: 5.6s
- `bin/rake -T`: 0.25s

The startup speedup for `rails` and `rspec` is similar.
2018-06-20 10:31:15 +02:00
gregoirenovel
2b25a17af1 [Ref #288] Remove /bin from .gitignore, add binstubs 2017-05-12 17:40:22 +02:00
Xavier J
56ba164326 Delete bin on Git 2015-12-24 09:11:53 +01:00
Xavier J
b5b83e939a First Commit 2015-08-10 11:05:06 +02:00