perfect-shape VS Rails DB

Compare perfect-shape vs Rails DB 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)

Rails DB

Rails Database Viewer and SQL Query Runner (by igorkasyanchuk)
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 Rails DB
3 -
29 1,453
- -
3.9 3.6
5 months ago about 2 months ago
Ruby JavaScript
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).

Rails DB

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

We haven't tracked posts mentioning Rails DB yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing perfect-shape and Rails DB you can also consider the following projects:

Scenic - Versioned database views for Rails

Blazer - Business intelligence made simple

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

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.

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

Seed dump - Rails 4/5 task to dump your data to db/seeds.rb

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

SecondBase - Seamless second database integration for Rails.

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

BatchLoader - :zap: Powerful tool for avoiding N+1 DB or HTTP queries

Large Hadron Migrator - Online MySQL schema migrations

Upsert - Upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates functions (UDF) for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.