-
Adding support to database driven counter and not in memory anymore.
-
Simplifying code
-
new API:
reserve_<column name> # use to get the auto generated number without # saving the model in the database
-
BUG FIX: Updates were updating the number count. oO
now the number is only incremented when you create the model.
-
BUG FIX: If using %y%m and only year changes, counter was not restarting.
-
Performance improvement
-
Refactoring
-
Updating gem description
-
Working!
-
Initial code