rails--rails/railties/lib
Kasper Timm Hansen 5aea0952e7 Pass `rails runner` args onto file again.
When making the new command insfrastructure I had missed that
`bin/rails runner some_file.rb some args` would pass the extra
args onto the file in `ARGV`.

Now fixed by allowing the command to take extra args again, and
make sure to remove the file name from `ARGV`.
2016-11-20 16:02:39 +01:00
..
rails Pass `rails runner` args onto file again. 2016-11-20 16:02:39 +01:00
rails.rb Add missing `+` around a some literals. 2016-10-27 00:27:47 +03:00