JuanequeX's Stars
thoughtbot/factory_bot
A library for setting up Ruby objects as test data.
vercel/next-learn
Learn Next.js Starter Code
gittogethers/cdmx
Projects and codes related to GitTogether CDMX
Daniel-Penaloza/expense_tracker_api
Expense Tracker API - Effective Testing With RSpec3
buraste/strapi-nextjs-docker-boilerplate
🎨 Boilerplate for building Dockerized 🐳 applications using Strapi v4 + Next.js + Postgres +Nginx
ViewComponent/view_component
A framework for building reusable, testable & encapsulated view components in Ruby on Rails.
dhg/Skeleton
Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development
bridgetownrb/bridgetown
A next-generation progressive site generator & fullstack framework, powered by Ruby
seattlerb/flay
Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored.
seattlerb/flog
Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in.
danmayer/churn
Providing additional churn metrics over the original metric_fu churn
metricfu/metric_fu
A fist full of code metrics
thoughtbot/ruby-science
The reference for writing fantastic Rails applications
thoughtbot/shoulda-matchers
Simple one-liner tests for common Rails functionality
rspec/rspec-rails
RSpec for Rails 6+
slack-notifier/slack-notifier
A simple wrapper for posting to slack channels
igorkasyanchuk/active_storage_validations
Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dimension: { width: { in: 800..1600 }
faker-ruby/faker
A library for generating fake data such as names, addresses, and phone numbers.
simplecov-ruby/simplecov
Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
zdavatz/spreadsheet
The Ruby Spreadsheet by ywesee GmbH
roo-rb/roo
Roo provides an interface to spreadsheets of several sorts.
monade/cognito_rails
Add Cognito authentication to your Rails API
teamcapybara/capybara
Acceptance test framework for web applications
vcr/vcr
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
collectiveidea/audited
Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.
savonrb/gyoku
Translates Ruby Hashes to XML
LazyVim/starter
Starter template for LazyVim
jbox-web/ajax-datatables-rails
A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
yammer/circuitbox
Circuit breaker built with large Ruby apps in mind.
ruby/securerandom
Interface for secure random number generator