fix request.ip and request.remote_ip in rails when using cloudflare
☆330Feb 3, 2026Updated 5 months ago
Alternatives and similar repositories for cloudflare-rails
Users that are interested in cloudflare-rails are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Paginate Active Record sets at variable speeds☆912Updated this week
- Payments for Ruby on Rails apps☆2,248Jul 17, 2026Updated last week
- Detect non-atomic interactions within DB transactions☆1,121Jul 16, 2026Updated last week
- Just the right amount of Rails eager loading☆1,674Mar 19, 2026Updated 4 months ago
- Lazy loading associations for the ActiveRecord models☆740May 10, 2026Updated 2 months ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- Modern encryption for Ruby and Rails☆1,602Apr 9, 2026Updated 3 months ago
- Ruby framework for keeping all types of notifications (mailers, push notifications, whatever) in one place☆660Aug 20, 2025Updated 11 months ago
- Rollup time-series data in Rails☆351Jun 29, 2026Updated 3 weeks ago
- Adds additional postgres functionality to an ActiveRecord / Rails application☆1,464Jun 23, 2026Updated last month
- Email subscriptions for Rails☆974May 20, 2026Updated 2 months ago
- Recommendations for Ruby and Rails using collaborative filtering☆609May 23, 2026Updated 2 months ago
- Drop-in enhancement for Rails cache, offering better performance and compression with Brotli algorithm☆250Aug 8, 2025Updated 11 months ago
- Database changes log for Rails☆1,685May 4, 2026Updated 2 months ago
- Rescue and report exceptions in non-critical code☆565Apr 2, 2026Updated 3 months ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Nearest neighbor search for Rails☆840Jun 5, 2026Updated last month
- Identify database issues before they hit production.☆1,917Jul 9, 2026Updated 2 weeks ago
- The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.☆1,193Updated this week
- Showcase lets you build previews for your partials, components, view helpers, Stimulus controllers and more.☆131Jun 22, 2026Updated last month
- Ruby gem for phone validation and formatting using google libphonenumber library data☆1,162Jun 12, 2026Updated last month
- A framework for building reusable, testable & encapsulated view components in Ruby on Rails.☆3,564Updated this week
- Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes…