1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bonus features are included again More... about 14 years ago
moved job files into lib directory More... about 14 years ago
put basic logging back into background script. this commit breaks support for some previous versions of rails More... about 14 years ago
no longer using daemons gem. More... about 14 years ago
Background-Fu config file is now config/background.rb instead of config/daemons.rb. No longer use the rails initialization process load workers. More... about 14 years ago
copy over daemons script and config in Rails 3 generator More... about 14 years ago
rails generate background [--skip-migration] [--skip-examples] More... about 14 years ago
added necessary requires to Railtie More... about 14 years ago
RAILS_ROOT is deprecated so use Rails.root if its available More... about 14 years ago
added version file necessary for jeweler More... about 14 years ago
oops forgot to add MAJOR in version check when loading Railite More... about 14 years ago
only load railtie if Rails 3 More... about 14 years ago
BackgroundFu::Railtie basics More... about 14 years ago
convert to jeweler More... about 14 years ago
Job run chain callbacks complete More... about 14 years ago
before_rescue and after_rescue callbacks More... about 14 years ago
simple magic (worker) callbacks More... about 14 years ago
were are describing after_init not after_initialize More... about 14 years ago
after_init callback executes given methods after initializing Job More... about 14 years ago
finished writing specs for invocation of job More... about 14 years ago
implemented specs for Job#enqueue! and initialization More... about 14 years ago
all parts of callbacks (class macros, checkers, and callers) are dynamically gernated when including Job::Callbacks More... about 14 years ago
added after_invoke callback More... about 14 years ago
shared examples for any callback point More... about 14 years ago
the basics of callbacks (before_invoke) More... about 14 years ago
no longer using Test::Unit and using RSpec More... about 14 years ago
starting callbacks More... about 14 years ago
getting ready to spec More... about 14 years ago
patched bonus include depending on rails version
sk
More... almost 15 years ago
Fix for non-existent config file More... almost 15 years ago