0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Regenerated gemspec for version 0.2.3 More... over 14 years ago
Version bump to 0.2.3 More... over 14 years ago
include observable in all activerecord models More... over 14 years ago
update gemspec More... over 14 years ago
Version bump to 0.2.2 More... over 14 years ago
quick rename More... over 14 years ago
Regenerated gemspec for version 0.2.1 More... over 14 years ago
Version bump to 0.2.1 More... over 14 years ago
when new callbacks are added, find out about them and make sure observational still works More... over 14 years ago
get rid of .document More... over 14 years ago
udpate .document file More... over 14 years ago
Regenerated gemspec for version 0.2.0 More... over 14 years ago
Version bump to 0.2.0 More... over 14 years ago
add rails init.rb More... over 14 years ago
add info about finding the docs at docs.github More... over 14 years ago
setup YARD rake task More... over 14 years ago
doc Class#observes More... over 14 years ago
update the readme to support the new syntaxes More... over 14 years ago
add the equivalent :after callback More... over 14 years ago
add a shortcut for active_record observers of :before => :create More... over 14 years ago
instead of keeping our own list of callbacks here, use the list that gets stored in active_record More... over 14 years ago
ok, this is MUCH DRYer More... over 14 years ago
start adding support for activerecord callbacks More... over 14 years ago
add method to delete observers of a class More... over 14 years ago
make Class#observes use the observer framework in Observational instead of AR callbacks More... over 14 years ago
observers should observe particular actions More... over 14 years ago
add actions to observers to only be notified in certain situations More... over 14 years ago
quick refactoring More... over 14 years ago
setup basic observable More... over 14 years ago
use the observer class to handle the invokation 'of the method More... over 14 years ago