0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Code Climate badge More... about 11 years ago
Update README to clarify use of the `type` keyword More... over 11 years ago
Bump version to 0.2.1 More... about 12 years ago
Ensure subtype value is always accessible on parent association More... about 12 years ago
Implement inheriting of attributes, and bump version to 0.2.0 More... about 12 years ago
Fix issue with mass assignment security improperly preventing associations from being set. More... about 12 years ago
Remove extraneous code, and bump version to 0.1.9 More... about 12 years ago
Fix bug with rake commands not being able to run if database tables don't exist More... about 12 years ago
Ensure child attribute methods are not overwritten by parent attribute methods of the same name (e.g.: created_at, updated_at) More... about 12 years ago
Minimize number of SQL calls when associating parents with children when executing a query over child records More... about 12 years ago
Update version references since rubygems doesn't allow version number reuse More... about 12 years ago
Update version references due to yanked gem More... about 12 years ago
Remove extraneous super call that is no longer needed More... about 12 years ago
Fix changelog More... about 12 years ago
Bump version to 0.1.6 More... about 12 years ago
Fix issues with objects not being available across multiple versions of Rails 3, and account for different ways in which sanitization works More... about 12 years ago
Bump version to 0.1.5 More... about 12 years ago
Fix issue with LoggerSanitizer not being defined More... about 12 years ago
Fix spelling of gemspec file More... about 12 years ago
Bump version to 0.1.4 More... about 12 years ago
Add more tests, add logging, and start working on making inheriting methods work More... about 12 years ago
Create more tests More... about 12 years ago
Add more tests More... about 12 years ago
Fix README More... about 12 years ago
Fix issue with mass assignment security only being defined in child, and greatly expand test suite More... about 12 years ago
Display Travis CI build status in README More... about 12 years ago
Use File.directory? since Dir.exist? does not exist in Ruby 1.8.7 More... about 12 years ago
Ensure SQLite database exists when spec runs More... about 12 years ago
Add Travis CI build config More... about 12 years ago
Add support for namespaced models More... about 12 years ago