0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day 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
Version 1.0.6 More... over 7 years ago
Merge pull request #4 from cainlevy/rails_4_2_compat More... over 7 years ago
Fixes for Rails 4.2 compatibility. More... over 7 years ago
v1.0.5 More... almost 9 years ago
simplify rakefile More... almost 9 years ago
remove unnecessary respond_to cost by defining humanize methods early More... almost 9 years ago
Merge pull request #3 from christopherwright/master More... about 9 years ago
Fix typo in comment More... about 9 years ago
fix homepage url More... about 10 years ago
Version 1.0.4 More... about 10 years ago
Ignore Gemfile.lock More... about 10 years ago
Rails3 didn't have ActiveRecord.version--wrap version in Gem::Version More... about 10 years ago
Use Gem::Version for better version comparison More... about 10 years ago
Fix AttributeFormats#define_normalization_method_for for Rails 4.0.4+ More... about 10 years ago
Merge remote-tracking branch 'ksr/rails4' More... almost 11 years ago
woops, sqlite dependency revert More... almost 11 years ago
reverting some unnecessary gem version updates More... almost 11 years ago
actually, keep it locked at rails 3.2 More... almost 11 years ago
upgrade some gems and lock it to rails 4.0.0 More... almost 11 years ago
v 1.0.2 More... about 11 years ago
define SemanticAttributes module early More... about 11 years ago
ruby 1.9.*: instance_methods returns symbols now, so use method_defined? instead More... almost 12 years ago
add ruby 1.9.* support to semantic_attributes More... about 12 years ago
ditch railtie for now, and ensure ActiveRecord::Base.semantic_attributes() reader defaults to a set if nil More... about 12 years ago
load the files manually since this isn't in vendor/plugins anymore More... about 12 years ago
trying to follow rails 3.2.2 plugin gems conventions more More... about 12 years ago
fix gemspec name of repo (still have a underscore/hyphen schism) More... about 12 years ago
gemified and added a Railtie, fixed tests, and removed old {read,write}_inheritable_attribute style of accessors More... about 12 years ago
pass args through alias_method_chain to valid? More... over 12 years ago
now runs in rails 3.0.7 More... over 12 years ago