This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class HackTheWorld | |
include Sidekiq::Worker | |
include Sidekiq::AnyQueue | |
def perform(arg1, arg2) | |
// ... | |
end | |
end | |
HackTheWorld.perform_async_on_queue(:fast, "arg1", "arg2") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"caret_extra_width": 1, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Color Scheme - Default/SpaceCadet.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"font_size": 15, | |
"highlight_line": true, | |
"ignored_packages": | |
[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// load Ruby on Rails unobtrusive scripting adapter for jQuery | |
// handles AJAX forms and client-side validation | |
//= require jquery_ujs |
NewerOlder