1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test/cases
Terry Meacham 11ab04b111 Added queue_name_delimiter attribute.
- Added ActiveJob::Base#queue_name_delimiter to allow for
  developers using ActiveJob to change the delimiter from the default
  ('_') to whatever else they may be using (e.g., '.', '-', ...).

- Updated source guide to include a blurb about the delimiter.
2014-10-26 21:46:05 -05:00
..
adapter_test.rb Clean adapter_test.rb and skip test for sidekiq in unsupported rubies 2014-08-13 13:55:08 +00:00
argument_serialization_test.rb Fix string/gid collision in job arguments 2014-09-25 10:00:19 -07:00
callbacks_test.rb Active Job refactoring 2014-09-03 23:01:46 +03:00
job_serialization_test.rb Active Job refactoring 2014-09-03 23:01:46 +03:00
logging_test.rb - Remove duplication in AJ logging test for setting logger. 2014-10-20 12:38:11 +05:30
queue_naming_test.rb Added queue_name_delimiter attribute. 2014-10-26 21:46:05 -05:00
queuing_test.rb Active Job refactoring 2014-09-03 23:01:46 +03:00
rescue_test.rb - Remove duplication in AJ logging test for setting logger. 2014-10-20 12:38:11 +05:30
test_case_test.rb [ActiveJob] TestCase (Will squash before merge) 2014-09-02 14:26:43 +00:00
test_helper_test.rb Merge pull request #17005 from y-yagi/fix_aj_test_helper 2014-09-23 10:44:44 +02:00