Project

General

Profile

« Previous | Next » 

Revision 4b836b62

Added by Dominic Cleal almost 8 years ago

fixes #15751 - replace spork with spring in development

To make use of it, run bin/rails and bin/rake rather than plain
rails or rake commands, and run `spring status` or `spring stop` to
check and stop current background processes.

Test log removal has moved to the logging framework as the file would
not be recreated after being deleted in the test helper, since the
Rails environment and logger are not reloaded on each `rake test`.

  • added
  • modified
  • copied
  • renamed
  • deleted