This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
831be98f9a
rails--rails
/
activejob
/
test
/
adapters
/
qu.rb
6 lines
91 B
Ruby
Raw
Normal View
History
Unescape
Escape
Use frozen-string-literal in ActiveJob
2017-07-09 13:49:52 -04:00
# frozen_string_literal: true
[Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
2017-07-10 09:40:03 -04:00
applies new string literal convention in activejob/test The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
2016-08-06 12:41:18 -04:00
require
"
qu-immediate
"
Implemented :qu adapter
2014-06-12 04:14:42 -04:00
ActiveJob
::
Base
.
queue_adapter
=
:qu
Copy permalink