0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed require rake from gemspec More... almost 11 years ago
removed gemspec.orig More... almost 11 years ago
replace errors.add_to_base by errors[:base] More... almost 11 years ago
base_class is a class method More... almost 11 years ago
replace ActiveRecord::Base.send(:class_name_of_active_record_descendant, self).to_s by self.base_class.name More... almost 11 years ago
remove before_validation overriden method, instead using before_validation=>:set_identifier More... almost 11 years ago
merged with Mygrid annotations More... almost 11 years ago
use .table_name= instead of set_table_name More... almost 11 years ago
replaced named_scope with scope, and updated version More... almost 11 years ago
fix files list in gemspec More... almost 11 years ago
include all files in gem, fixed init.rb to reflect name change More... almost 11 years ago
fixed other renaming in gemspec More... almost 11 years ago
started renaming to my_annotation to avoid clash with existing gem More... almost 11 years ago
updated version to 0.5.0 More... almost 11 years ago
Merge remote-tracking branch 'quyen/master' More... almost 11 years ago
readme minor change More... almost 11 years ago
update readme More... almost 11 years ago
fix load_paths error More... almost 11 years ago
replace some deprecated methods More... almost 11 years ago
edit annotations.gemspec More... almost 11 years ago
remove init file, it is already replaced under rails/init More... almost 11 years ago
add gemspec and rails/init.rb More... almost 11 years ago
updated to use autoload instead of load, to avoid deprecation warnings More... almost 11 years ago
some optimizations, and also made versioning optional More... about 12 years ago
added a method to acts_as_annotation_value to assist in getting a set of all values (used, or seeded) that have been used with one or more attribtue names More... over 12 years ago
added a method to acts_as_annotatable_value that provides the count of annotations for one or more attribute names - handy for generating tag clouds More... over 12 years ago
removed unneeded tasks directory, that was causing deprecation warnings More... over 12 years ago
More README updates More... over 12 years ago
Updated README with more up to date info More... over 12 years ago
Added include_values optional argument (default: false) to as many finder methods. This allows you to specify whether value records must be included in the query results or not, and *may* be used to improve performance. More... over 12 years ago