1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/ashirazi/mongoid-encrypted-fields into ashirazi-master More... over 12 years ago
Revert "Removed dependency on ActiveSupport, because it's dependencies were conflicting" More... over 12 years ago
Revert "No code change. Fixing indentation, removed commented out code, and annotating" More... over 12 years ago
Incorrect dependency. We want the standard library time, not the Rails version. More... over 12 years ago
No code change. Fixing indentation, removed commented out code, and annotating end tags for clarity. More... over 12 years ago
Removed dependency on ActiveSupport, because it's dependencies were conflicting with the requirements of my Sinatra project: > $ bundle install > Bundler could not find compatible versions for gem "rack": > In Gemfile: > mongoid-encrypted-fields (>= 0) ruby depends on > rack (~> 1.4.5) ruby > > unicorn (>= 0) ruby depends on > rack (1.5.1) ActiveSupport concern is nothing but a syntactic sugar on standard Ruby meta techniques. More... over 12 years ago
Specifying which Mongoid types can currently be encrypted. More... over 12 years ago
Adding the ability to encrypt Mongoid Hash fields. Added some documentation for the methods that will make it easier for others to reverse-engineer what was going on. In particular, the reliance on #to_s was undocumented. It would be nice to be able to plug-in an alternative (I had intended on using #to_yaml instead of #to_s). Note the use of eval should be fine, since the string is generated from Hash#to_s, and not from user input. More... over 12 years ago
Getting logging working for non-rails projects. Was getting this message when uncommenting debug messages: NameError: uninitialized constant Logger More... over 12 years ago
Getting "bundle console" working. We weren't pulling in ActiveSupport. Also added a dependency on pry, since I prefer it over plain irb for console work. More... over 12 years ago
No functional change. Alphabetizing dependencies for ease of maintenance. More... over 12 years ago
removed active support and time dependencies pending further review More... over 12 years ago
Ignoring vi swap file when creating a new (unnamed) file. More... over 12 years ago
Fixing tests. The AES#generate_salt signature now includes a parameter. Also wrapped comment for readability at 80 cols. More... over 12 years ago
Adding the ability to run tests via a standard rake command: rake spec More... over 12 years ago
Adding missing dependencies required to run gem. Rake is a build tool, and thus a development dependency, not a runtime one. More... over 12 years ago
Ignoring vi swap files. More... over 12 years ago
Merge branch 'master' of github.com:KoanHealth/mongoid-encrypted-fields More... over 12 years ago
Removing baked in cipher classes for 1.1 More... over 12 years ago
Update README.md More... over 12 years ago
Added change log for version 1.1 More... over 12 years ago
Update for version 1.1 More... over 12 years ago
Specify dependencies and set version to 1.0.0 More... over 12 years ago
Update comments More... over 12 years ago
Strip linefeeds More... over 12 years ago
Comment logging More... over 12 years ago
Minor refactoring More... over 12 years ago
Version 0.0.5 More... over 12 years ago
Add encrypted date time and time More... over 12 years ago
Added logging More... over 12 years ago