perfect-shape VS Ruby PG Extras

Compare perfect-shape vs Ruby PG Extras and see what are their differences.

perfect-shape

Perfect Shape is a collection of geometric algorithms that are mostly useful for GUI manipulation like checking containment of a point in popular geometric shapes such as rectangle, square, arc, circle, polygon, and paths containing lines, quadratic bézier curves, and cubic bezier curves. Also, some general math algorithms like IEEE-754 Remainder. (by AndyObtiva)

Ruby PG Extras

Ruby PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more. (by pawurb)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
perfect-shape Ruby PG Extras
3 -
29 124
- -
3.9 5.6
5 months ago 2 months 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.

perfect-shape

Posts with mentions or reviews of perfect-shape. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-14.
  • Glimmer DSL for LibUI 0.5.11 - Basic Shape Drag & Drop
    1 project | dev.to | 21 May 2022
    Glimmer DSL for LibUI 0.5.11 (Fukuoka Ruby 2022 Award Winning Ruby Desktop Development GUI Library) has just been released with the following changes (courtesy of the Perfect Shape gem):
  • Glimmer DSL for LibUI 0.5.10 - Shape Listeners
    2 projects | dev.to | 14 May 2022
    Support nesting area mouse listeners underneath shapes directly given the newly added support for the include?(x, y) method, which can be used to detect if a mouse event fired for a specific shape examples/shape_coloring.rb In summary, you can now use area mouse listeners within shapes directly and Glimmer DSL for LibUI will ensure that they do not fire unless the mouse x,y coordinates land within the shape regions (it does so by leveraging the Perfect Shape gem)
  • Perfect Shape - Pure Ruby Geometric Algrithms
    4 projects | dev.to | 23 Jan 2022
    Perfect Shape 1.0.0 was released today, providing the Ruby community with an open-source library of Pure Ruby Geometric Algorithms that are mostly useful for GUI (Graphical User Interface) manipulation like checking viewport rectangle intersection or containment of a mouse click point in popular geometry shapes such as rectangle, square, arc (open, chord, and pie), ellipse, circle, polygon, and paths containing lines, quadratic bézier curves, and cubic bezier curves, potentially with affine transforms applied like translation, scale, rotation, shear/skew, and inversion (including both Ray Casting Algorithm, aka Even-odd Rule, and Winding Number Algorithm, aka Nonzero Rule).

Ruby PG Extras

Posts with mentions or reviews of Ruby PG Extras. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning Ruby PG Extras yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing perfect-shape and Ruby PG Extras you can also consider the following projects:

Scenic - Versioned database views for Rails

PgHero - A performance dashboard for Postgres

Foreigner - Adds foreign key helpers to migrations and correctly dumps foreign keys to schema.rb

Database Cleaner - Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.

active_record_doctor - Identify database issues before they hit production.

PgDriveBackup - Simple solution to make encrypted with ccrypt PostgreSQL backups and storing on Google Drive API

Seed Fu - Advanced seed data handling for Rails, combining the best practices of several methods together.

Rails DB - Rails Database Viewer and SQL Query Runner

SecondBase - Seamless second database integration for Rails.

ActiveRecord Setops - Union, Intersect, and Difference set operations for ActiveRecord (also, SQL's UnionAll).

Lol DBA - lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.