money-rails
Integration of RubyMoney - Money with Rails (by RubyMoney)
strong_migrations
Catch unsafe migrations in development (by ankane)
money-rails | strong_migrations | |
---|---|---|
4 | 20 | |
1,809 | 4,138 | |
0.1% | 0.7% | |
2.9 | 9.2 | |
8 days ago | 10 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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
Posts with mentions or reviews of money-rails.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-13.
-
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.
strong_migrations
Posts with mentions or reviews of strong_migrations.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-21.
-
Kamal Proxy – A minimal HTTP proxy for zero-downtime deployments
Strong migrations helps writing migrations that are safe for ZDD deploys. We use it in our rails app, catches quite a few potential footguns. https://github.com/ankane/strong_migrations
- Strong_migrations: Catch Unsafe Migrations in Development
- Catch Unsafe Migrations in Development
-
Careful with That Lock, Eugene
In the Rails world, the gem strong_migrations can be used to detect these: https://github.com/ankane/strong_migrations
The docs include a handy articulation of fixes.
-
Must-have gems for mature Rails
gem "strong_migrations" - https://github.com/ankane/strong_migrations | Helps devs write non-blocking migrations, a must-have.
-
Migration Best Practice
Frameworks will have a preferred solution. We use Rails with the strong_migrations gem which is great: https://github.com/ankane/strong_migrations
-
How does Rails handle out of order migrations (when working on different local branches)
There’s no real way to test, but you can use gems like https://github.com/ankane/strong_migrations and not allow to merge branches unless they are up-to-date with main.
-
[AskJS] Is there any alternative to the strong migrations gem?
The strong migrations gem in Rails alerts when you're trying to make a migration that may be dangerous. Does anyone know an alternative for Javascript? Or maybe for raw SQL.
- Adding first and last name to existing app running on Heroku
- Enforcing Zero Downtime Django Migrations
What are some alternatives?
When comparing money-rails and strong_migrations you can also consider the following projects:
counter_culture - Turbo-charged counter caches for your Rails app.
lockbox - Modern encryption for Ruby and Rails
Pagy - 🏆 The Best Pagination Ruby Gem 🥇
Money - A Ruby Library for dealing with money and currency conversion.
safe-pg-migrations - Make your PostgreSQL migrations safe
Monetize - A library for converting various objects into `Money` objects.
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).
ghost_adapter - Run ActiveRecord migrations through gh-ost
data-migrate - Migrate and update data alongside your database structure.
money-rails vs counter_culture
strong_migrations vs lockbox
money-rails vs lockbox
strong_migrations vs Pagy
money-rails vs Money
strong_migrations vs safe-pg-migrations
money-rails vs Monetize
strong_migrations vs phony_rails
money-rails vs phony_rails
strong_migrations vs ghost_adapter
money-rails vs Pagy
strong_migrations vs data-migrate