0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jan 10, 2025 — Jan 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix #issue4, by getting rid of call to singleton_class (thx dbalatero) More... about 15 years ago
test against rails 2.3.5 More... about 15 years ago
display version number of AS & AR in test output More... about 15 years ago
put dependency explicitly on 2.3.8 More... about 15 years ago
gemspec for 1.3.0 More... about 15 years ago
prepare for release More... about 15 years ago
work with inherited attributes (STI), fixes issue#3 More... about 15 years ago
added Gemfiles to test both, rails 3.x and 2.3 More... about 15 years ago
updated version to 1.2.0, which includes some rails 3 compat fixes More... over 15 years ago
move AR/i18n requirements to top More... over 15 years ago
ensure lib is on load_path, so that we can use SimpleEnum::VERSION in jeweler More... over 15 years ago
be explicit about depending on AR More... over 15 years ago
rails 2.x does not implement descendants, thus fallback to ancestors for rails 2.x More... over 15 years ago
subclasses is deprecated in favor of descendants in rails 3 More... over 15 years ago
version bump to 1.1.0 More... over 15 years ago
added hint in readme about rails3 compat More... over 15 years ago
changed contributors in README (again) More... over 15 years ago
changed contributors in README More... over 15 years ago
made tests run on jruby and added minor compatibility fix for 1.8.6, not sure if that broke 1.8.7 though :( More... over 15 years ago
Compatibility fixes for Ruby 1.9.1 and Rails 3.0 More... over 15 years ago
fixed [lwe/simple-enum GH-2], by making EnumHash extend AS::OrderedHash More... over 15 years ago
got rid of ArraySupport More... over 15 years ago
released version 1.0.1 More... almost 16 years ago
use version from library More... almost 16 years ago
store version string in constant More... almost 16 years ago
removed constant, because access via methods is easier to override etc. More... almost 16 years ago
Merge branch 'master' of github.com:lwe/simple_enum More... almost 16 years ago
added gemspec More... almost 16 years ago
Use constant instead of class variables. More... almost 16 years ago
Fixed and added tests for the *_for_select method. More... almost 16 years ago