money-rails
lockbox
money-rails | lockbox | |
---|---|---|
4 | 13 | |
1,809 | 1,478 | |
0.1% | 0.5% | |
2.9 | 8.4 | |
8 days ago | about 1 month ago | |
Ruby | Ruby | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
money-rails
-
Keep Your Ruby Code Maintainable with Money-Rails
Money-Rails integrates the money gem in Rails. It can handle automatic conversion between the database representation of money to Money instances. These instances can then be used to access all helpers available from the money gem (we will get to an overview of those helpers later in this post).
- How to store properly a BigDecimal in Ruby on Rails
-
Ten Ruby gems for Rails you should definitely know about
Money-Rails
-
Currency Calculations in Ruby
Money-rails: An integration of RubyMoney for Ruby on Rails, mixing all the money's library power with Rails flexibility.
lockbox
-
Advanced Usages of Devise for Rails
The first step is to install the gem with bundle add authtrail. Additionally, since you'll be storing user-identifiable information such as emails and IP addresses in your app database, it's highly recommended that you encrypt this data in production using a combination of Lockbox and Blindindex gems.
-
Searching/Querying with Active Record Encryption
Your app queries an encrypted ActiveStash index, which says what rows in your existing database should be retrieved. It works with all the popular application-level encryption plugins for ActiveRecord, including ActiveRecord Encryption, and Lockbox.
-
Life monitoring with org mode and telegram chat bot
Content is encrypted using https://github.com/ankane/lockbox default setup I've been considering adding optional end-to-end encryption as well, but am a bit afraid people might lose access to content forever if they lose access to keys.
-
Rails application boilerplate for fast MVP development
lockbox and blind_index for email fields encryption
-
Build an API in Rails with Authentication
Install lockbox and blind_index.
-
Question on encrypted content
https://github.com/ankane/lockbox this is for the actual encryption of data
- DB Encryption
-
Ten Ruby gems for Rails you should definitely know about
Lockbox
-
Rails 7 introduces Active Record Encryption
I've been using the lockbox gem to encrypt specified attributes.
-
How To Encrypt Fields in Ruby on Rails with Lockbox (Video)
I stumbled upon lockbox when looking for alternatives to attr_encrypted (It hadn't been updated for a while). It's really super & I'm pretty keen to share it :D
What are some alternatives?
strong_migrations - Catch unsafe migrations in development
counter_culture - Turbo-charged counter caches for your Rails app.
attr_encrypted - Generates attr_accessors that encrypt and decrypt attributes
Money - A Ruby Library for dealing with money and currency conversion.
blind_index - Securely search encrypted database fields
Monetize - A library for converting various objects into `Money` objects.
Lograge - An attempt to tame Rails' default policy to log everything.
phony_rails - This Gem adds useful methods to your Rails app to validate, display and save phone numbers. It uses the super awesome Phony gem (https://github.com/floere/phony).
bullet - help to kill N+1 queries and unused eager loading
Pagy - 🏆 The Best Pagination Ruby Gem 🥇
Brakeman - A static analysis security vulnerability scanner for Ruby on Rails applications