openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
mongoid-encrypted-fields
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 18 hours
ago.
Jul 24, 2024 — Jul 24, 2025
Showing page 5 of 6
Search / Filter on:
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
Jerry Clinesmith
More...
over 12 years ago
Revert "Removed dependency on ActiveSupport, because it's dependencies were conflicting"
Arild Shirazi
More...
over 12 years ago
Revert "No code change. Fixing indentation, removed commented out code, and annotating"
Arild Shirazi
More...
over 12 years ago
Incorrect dependency. We want the standard library time, not the Rails version.
Arild Shirazi
More...
over 12 years ago
No code change. Fixing indentation, removed commented out code, and annotating end tags for clarity.
Arild Shirazi
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.
Arild Shirazi
More...
over 12 years ago
Specifying which Mongoid types can currently be encrypted.
Arild Shirazi
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.
Arild Shirazi
More...
over 12 years ago
Getting logging working for non-rails projects. Was getting this message when uncommenting debug messages: NameError: uninitialized constant Logger
Arild Shirazi
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.
Arild Shirazi
More...
over 12 years ago
No functional change. Alphabetizing dependencies for ease of maintenance.
Arild Shirazi
More...
over 12 years ago
removed active support and time dependencies pending further review
Andy Davis
More...
over 12 years ago
Ignoring vi swap file when creating a new (unnamed) file.
Arild Shirazi
More...
over 12 years ago
Fixing tests. The AES#generate_salt signature now includes a parameter. Also wrapped comment for readability at 80 cols.
Arild Shirazi
More...
over 12 years ago
Adding the ability to run tests via a standard rake command: rake spec
Arild Shirazi
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.
Arild Shirazi
More...
over 12 years ago
Ignoring vi swap files.
Arild Shirazi
More...
over 12 years ago
Merge branch 'master' of github.com:KoanHealth/mongoid-encrypted-fields
Jerry Clinesmith
More...
over 12 years ago
Removing baked in cipher classes for 1.1
Jerry Clinesmith
More...
over 12 years ago
Update README.md
Jerry Clinesmith
More...
over 12 years ago
Added change log for version 1.1
Jerry Clinesmith
More...
over 12 years ago
Update for version 1.1
Jerry Clinesmith
More...
over 12 years ago
Specify dependencies and set version to 1.0.0
Jerry Clinesmith
More...
over 12 years ago
Update comments
Jerry Clinesmith
More...
over 12 years ago
Strip linefeeds
Jerry Clinesmith
More...
over 12 years ago
Comment logging
Jerry Clinesmith
More...
over 12 years ago
Minor refactoring
Jerry Clinesmith
More...
over 12 years ago
Version 0.0.5
Jerry Clinesmith
More...
over 12 years ago
Add encrypted date time and time
Jerry Clinesmith
More...
over 12 years ago
Added logging
Jerry Clinesmith
More...
over 12 years ago
←
1
2
3
4
5
6
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree