Our great sponsors
-
auto_strip_attributes
AutoStripAttributes gem for Rails helps to remove unnecessary whitespaces from ActiveRecord or ActiveModel attributes. It's good for removing accidental spaces from user inputs (e.g. when user copy/pastes some value to a form and the value has extra spaces at the end).
-
attribute_normalizer
Adds the ability to normalize attributes cleanly with code blocks and predefined normalizers
As suggested on this post "Make Values Nil If Blank & Data Normalization In Rails" https://westonganger.com/posts/make-values-nil-if-blank-data-normalization-in-rails
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
nilify_blanks alternatives - auto_strip_attributes and attribute_normalizer
3 projects | 6 Jun 2023
- Migration Magic ✨, Handling Not-Null Constraints in Production with Ruby on Rails
- Uniqueness validation does not work since the beginning of Ruby on Rails.
- Gemfile of dreams: the libraries we use to build Rails apps
- Many of us can face issues working with ActiveRecord due to its inconsistency with the database schema. That's why I have built database_consistency, which can help you avoid the most common issues and improve your application's performance.