rails--rails/tools
Yves Senn 2e59604909 make it possible to customize the executable inside rereun snippets.
In the Rails repository we use a `bin/test` executable to run our tests.
However the rerun snippets still included `bin/rails test`:

BEFORE:
```
Failed tests:

bin/rails test test/cases/adapters/postgresql/schema_test.rb:91
```

AFTER:
```
Failed tests:

bin/test test/cases/adapters/postgresql/schema_test.rb:91
```
2015-06-13 11:58:43 +02:00
..
README.md minor docs change [ci skip] 2014-11-03 12:37:39 +05:30
console ./tools/console to drop into irb with rails loaded 2010-03-28 18:18:25 -07:00
line_statistics Doc fix [ci skip] 2015-03-06 23:37:54 +05:30
profile Use block variable instead of global 2015-06-01 19:44:40 -05:00
test.rb make it possible to customize the executable inside rereun snippets. 2015-06-13 11:58:43 +02:00

README.md

Rails dev tools

This is a collection of utilities used for Rails internal development. They aren't used by Rails apps directly.

  • console drops you in irb and loads local Rails repos
  • profile profiles Kernel#require to help reduce startup time