Paul Chavard
ff9e87b88e
Use letter opener
2018-10-04 18:21:43 +02:00
Pierre de La Morinerie
46d04fc131
README: recommand bin/setup
to initialize a development environment
2018-09-03 14:31:48 +02:00
Pierre de La Morinerie
a89cfe7904
setup: use overmind to start the application server
2018-09-03 14:31:48 +02:00
Pierre de La Morinerie
18fd99c1f2
setup: explain what initializing the database does
2018-09-03 14:31:48 +02:00
Pierre de La Morinerie
2e536e90f2
setup: initialize .env file
2018-09-03 14:31:48 +02:00
Pierre de La Morinerie
2f1e47a7a5
setup: install mailcatcher
2018-09-03 14:31:48 +02:00
Pierre de La Morinerie
f52822b75b
update: install yarn dependencies
2018-09-03 14:31:41 +02:00
Pierre de La Morinerie
291baad96b
update: don't restart the server
...
The server is typically started using `overmind start`: better to
handle the update and the startup separately.
2018-09-03 14:31:36 +02:00
Pierre de La Morinerie
a33e2cd3fb
update: don't clear tmp files
...
There is no strict need for this, and cached files take a long time
to be regenerated when restarting the server.
2018-09-03 14:31:30 +02:00
Pierre de La Morinerie
20df107620
update: update yarn dependencies
2018-09-03 14:31:23 +02:00
Pierre de La Morinerie
a0e2643dbd
bin: re-generate binstubs for bundler
...
Otherwise the unicorn binstub complains that the bundler binstub wasn't
generated by Bundler.
2018-08-02 14:01:42 +02:00
Pierre de La Morinerie
f36bae17e9
bin: generate binstubs for unicorn
...
Binstubs generated with `bundle binstubs unicorn`
2018-08-02 14:01:09 +02:00
Paul Chavard
bf7c023380
Add webpacker and use it for new_design
2018-07-25 15:14:06 +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
Pierre de La Morinerie
c2bc151803
spring: add generated spring binstub
...
File generated with `bundle exec spring binstub`.
Use it with `bin/spring rails`, or `bin/spring rspec`.
2018-06-20 10:31:15 +02:00
Paul Chavard
6136e3a3f8
Update binstubs
2018-05-22 17:03:52 +02:00
gregoirenovel
e26f4148ff
Bump development gems
...
- brakeman
- rubocop
- scss_lint
2018-03-06 16:17:22 +01:00
gregoirenovel
fe7f8da636
Revert "Bump development gems"
...
This reverts commit d6ad3fc3fd
.
2018-03-06 15:11:26 +01:00
gregoirenovel
d6ad3fc3fd
Bump development gems
...
- brakeman
- rubocop
- scss_lint
2018-03-06 10:36:35 +01:00
gregoirenovel
7c34807f46
Don’t use unless
2018-01-12 11:32:43 +01:00
Mathieu Magnin
608419701e
Add and install delayed_job gem
2017-09-27 16:47:32 +02:00
gregoirenovel
2b25a17af1
[Ref #288 ] Remove /bin from .gitignore, add binstubs
2017-05-12 17:40:22 +02:00
Xavier J
de4bddee93
delete bin
2017-02-13 12:16:48 +01: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