bogdanvlviv
|
cffb9bc1f6
|
Use say /error instead of puts /$stderr.puts
Follow up 44007c0709
|
2018-08-22 22:39:03 +03:00 |
|
Akira Matsuda
|
6a728491b6
|
[Railties] require_relative => require
This basically reverts 618268b4b9
|
2017-10-21 22:48:26 +09:00 |
|
Pat Allan
|
acea68de02
|
Adding frozen_string_literal pragma to Railties.
|
2017-08-14 19:08:09 +02:00 |
|
Akira Matsuda
|
618268b4b9
|
[Railties] require => require_relative
|
2017-07-01 18:35:43 +09:00 |
|
yuuji.yaginuma
|
92dae5dfda
|
use appropriate type for rc option
This fixes the following warning.
```
Expected boolean default value for '--rc'; got "~/.railsrc" (string)
```
|
2016-12-14 11:12:13 +09:00 |
|
Kasper Timm Hansen
|
83776676e5
|
Hide commands from API site.
They're just barren on the site and confure more than guide, instead
rely on the built in --help to guide users.
|
2016-10-28 20:44:58 +02:00 |
|
Kasper Timm Hansen
|
6813edc7d9
|
Initial command structure.
|
2016-09-25 21:31:35 +02:00 |
|