Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

What's new?

jeffkreeftmeijer edited this page Sep 13, 2010 · 7 revisions

0.3.0

  • Mongoid adapter
  • Navvy::Logger rewrite
  • Removed the Daemon script and Navvy::Worker.daemonize method
  • Generator rewrite and generating Sequel migrations
  • No more Jeweler, the .gemspec should be updated manually
  • Using a Bundler Gemfile for contributors
  • Major cleanups in code and specs

0.2.5

  • renamed db/migrate/create_navvy_table.rb to db/migrate/create_jobs.rb to fix name conflicts

0.2.4

  • next_migration_number is self.next_migration_number to fix the rails 3 generator

0.2.3

  • Updated the Daemon gem version number
  • Fix for OracleDB

0.2.2

  • Updated dependencies
  • Several small bugfixes.

0.2.1

  • Worker Daemon and script/navvy
  • Navvy::Job.delete_all convenience method
  • Refactored the adapters to remove duplication.
  • Several small bugfixes.

0.2.0

0.1.2

  • Ruby 1.9 compatibility
  • Navvy::Job DataMapper adapter

0.1.1

  • Fixed the Navvy::Job arguments bug.
  • Added the generator for Rails 3.
  • Navvy::Log defaults to not logging at all to support non-rails setups.
  • Added Navvy::Job#status.
  • Fixed the ActiveRecord timestamp problem.
  • Several small bugfixes.
Clone this wiki locally