rspec-rails
There are 436 repositories under rspec-rails topic.
eliotsykes/rspec-rails-examples
RSpec cheatsheet & Rails app: Learn how to expertly test Rails apps from a model codebase
zauberware/rails-devise-graphql
A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
eliotsykes/rails-testing-toolbox
:wrench: Tools to help Rails developers test
codica2/rspec-best-practices
Examples of RSpec code
AgileVentures/LocalSupport
A directory of local support services and volunteer opportunities
brisktest/brisk
Brisk is a complete Continuous Integration tool for executing your test suites. It is designed around speed and only rebuilds the test env when necessary. It can be run either from your developer machine (running your entire test suite in seconds on every save) or as part of your CI/CD pipeline.
PigCI/pig-ci-rails
Monitor your Ruby Applications metrics (Memory, SQL Requests & Request Time) as part of your test suite.
rubocop/rubocop-rspec_rails
Code style checking for Rails-related RSpec files.
drabkirn/feedka
Get authentic, kindful, and constructive feedback from your friends, family, and co-workers.
carloshdelreal/doctors
This is a Doctor's Appointment application that is intended to showcase full-stack web development skills, particularly in Ruby on Rails and React. Doctor's Appointments employs an API tied to a frontend written in React, and is made using the methodology and specifications of the Capstone Project provided by Microverse.
imahungrypanda/PandaNote
PandaNote is an Evernote clone that uses a Rails backend with a React frontend
canriquez/rails_capstone_lessons_lab
Lessons_lab. A mobile web app for teachers to manage personalised lessons progress
acushlakoncept/ror-capstone
In this project, I built a Job hint application based on a redesign of Twitter.
apt2tell/blog-app
This app is built on Ruby on rails using RubyGem as the software package system. It is designed using ORM technique - database migration file to maintain database schema
cvalencia1991/Budget-app
"Budget App" is a powerful budgeting application built in Rails and PostgreSQL that allows you to manage your article budget and track your expenses.
ebeagusamuel/CryptoGists
A web application built using the Ruby on Rails framework. Users are able to register on the platform, create and comment on posts made by other users. They can also follow and un-follow users they like. Rspec and Capybara were used for testing.
Hamzaoutdoors/Blog_app
A Blog app similar classic blog website. With fully functional website that show the list of posts and empower readers to interact with them by adding comments and liking posts.
Pallinder/rails-test-runner
Extension for Visual studio code to run your specs from within vscode
Reem-lab/blog-app
The Blog app will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
cristianCeamatu/rails-bible-talks-social-app
Bible Talks social web app built in rails with user registration or login with Github/Twitter accounts. Based on a twitter redesign, file uploads to AWS S3. Tested with RSpec.
euqueme/workagram
This project is based on Twitter and has been given an individual theme created from work environment-related photos. Made with Ruby on Rails and features image storage using Amazon S3 buckets
juanmanuelramallo/rspec-log_matcher
An RSpec custom matcher to test code that logs information into log files.
RND-SOFT/rspec-flaky
Gem for catching flaky tests
SamuelRocha91/delivery_back
Repositório Ruby On Rails de uma aplicação de delivery com autenticação, threads, docker, testes. Back-end e interface :admin e developer.
NitBravoA92/recipe-app
The RecipeApp is a web application build on Ruby on Rails and TailwindCSS that allows you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.
Reem-lab/budget-app
Budget app is about building a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what
Reem-lab/house-booking-back-end
This is a Ruby on Rails API part of a full-stack project called "Rent me". This project is based on an app to book an appointment to rent a house. You can see different types of houses and you can see the details for each house then you can reserve an appointment to the specific house that you also choose you can see all your reservations on a separate page. The user also can add and delete a house.
abdulhamiid/budget-app
The Budget app is about building a mobile web application where users can manage their budgets, users can track their transaction history (how much money they have spent and on what). Built with Ruby on Rails.
d4nQw3rty/Marriott-Reservation-Frontend
A hotel booking application that enabled users to reserve hotel room services. Displaying available rooms and allowing users to specify check-in and check-out dates.
DanteAlonsoHT/RoR-CryptoApp-API
Proyecto en Ruby on Rails para calcular rendimientos y exportar datos usando las 3 criptomonedas más populares (BTC, ETH, ADA) con datos importados de Messari API.
Reem-lab/Recipe-app
The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
SelmaNdapanda/travelers_hub_back-end
This is a travel booking app where the user can register new accounts, login and book a set of different trip packages, users can add packages and delete them too. It is built and connected by using two different repos, including back-end(Rails) and front-end(React/Redux).
vic778/Jumia-API
Jumia is an African e-commerce platform with different data models. I liked the professionalism of their site and wanted to clone the backend to implement my Rails skills. It also allows only an admin to create, read, update and delete category.
williamscch/budget_rails_app
Mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
ZeenatLawal/Shopping-List
This is an app that allows users to create their shopping list and add items to a group(category) they desire and also add items they don't want to be grouped separately. Built with Ruby on Rails.
zewdu444/budget_app
A mobile web application that simplifies budget management by organizing transactions into categories, providing a clear overview of expenses and spending patterns. Users can easily track their spending. Built with Ruby on Rails, PostgreSQL and Rspec