All Projects → getkuby → Kuby Core

getkuby / Kuby Core

Licence: mit
A convention over configuration approach for deploying Rails apps. https://getkuby.io

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Kuby Core

Logidze
Database changes log for Rails
Stars: ✭ 1,060 (+288.28%)
Mutual labels:  hacktoberfest, rails
Readyresponder
Local Incident Management System - This is used for tracking resources for Local Emergency Management
Stars: ✭ 106 (-61.17%)
Mutual labels:  hacktoberfest, rails
Consul
Consul - Open Government and E-Participation Web Software
Stars: ✭ 1,088 (+298.53%)
Mutual labels:  hacktoberfest, rails
Openfoodnetwork
Connect suppliers, distributors and consumers to trade local produce. We're recruiting paid contributors, link below.
Stars: ✭ 682 (+149.82%)
Mutual labels:  hacktoberfest, rails
Yaaf
Easing the form object pattern in Rails applications
Stars: ✭ 161 (-41.03%)
Mutual labels:  hacktoberfest, rails
Fae
CMS for Rails. For Reals.
Stars: ✭ 701 (+156.78%)
Mutual labels:  hacktoberfest, rails
Ifme
Free, open source mental health communication web app to share experiences with loved ones
Stars: ✭ 1,147 (+320.15%)
Mutual labels:  hacktoberfest, rails
Matestack Ui Core
Matestack enables you to create sophisticated, reactive UIs in pure Ruby, without touching JavaScript and HTML. You end up writing 50% less code while increasing productivity, maintainability and developer happiness.
Stars: ✭ 469 (+71.79%)
Mutual labels:  hacktoberfest, rails
Rpush
The push notification service for Ruby.
Stars: ✭ 1,886 (+590.84%)
Mutual labels:  hacktoberfest, rails
Boring generators
Boring generators aims to make your development faster by delegating boring setups to us.
Stars: ✭ 125 (-54.21%)
Mutual labels:  hacktoberfest, rails
Plots2
a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! 🎈
Stars: ✭ 666 (+143.96%)
Mutual labels:  hacktoberfest, rails
Docker Registry Browser
🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.
Stars: ✭ 239 (-12.45%)
Mutual labels:  hacktoberfest, rails
Osem
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
Stars: ✭ 649 (+137.73%)
Mutual labels:  hacktoberfest, rails
Action policy
Authorization framework for Ruby/Rails applications
Stars: ✭ 718 (+163%)
Mutual labels:  hacktoberfest, rails
Webpacker
Use Webpack to manage app-like JavaScript modules in Rails
Stars: ✭ 5,282 (+1834.8%)
Mutual labels:  hacktoberfest, rails
Odoo Shopinvader
Odoo Modules. Sorry Magento, Shopinvader is coming
Stars: ✭ 60 (-78.02%)
Mutual labels:  hacktoberfest, rails
Refinerycms
An extendable Ruby on Rails CMS that supports Rails 6.0+
Stars: ✭ 3,825 (+1301.1%)
Mutual labels:  hacktoberfest, rails
Anyway config
Configuration library for Ruby gems and applications
Stars: ✭ 409 (+49.82%)
Mutual labels:  hacktoberfest, rails
Influxer
InfluxDB ActiveRecord-style
Stars: ✭ 115 (-57.88%)
Mutual labels:  hacktoberfest, rails
Rubanok
Parameters-based transformation DSL
Stars: ✭ 161 (-41.03%)
Mutual labels:  hacktoberfest, rails

Kuby

Build Status

Deploy your Rails app the easy way.

What is Kuby?

At its core, Kuby is a set of tools and smart defaults that encapsulate and codify years of established best-practices around deploying webapps, reducing the amount of time required to take your Rails project from an app that runs on your computer to an app that runs on the Internet.

Under the hood, Kuby leverages the power of Docker and Kubernetes. It tries to make these technologies accessible to the average Rails dev without requiring a devops black belt.

Why Kuby?

Kuby embraces the same convention-over-configuration approach that Rails does. It aims to reduce the cognitive overhead associated with learning a bunch of ops tools to get your app onto the internet. In other words, Kuby does a whole lot for you. Specifically, it:

  • leverages Docker and Kubernetes, industry-leading infrastructure tools.
  • automatically configures your app with a TLS certificate from LetsEncrypt.
  • automatically spins up a database instance based on what's in your database.yml.
  • runs a separate server for your static assets.
  • features a powerful plugin system that allows, for example, easy Sidekiq integration.

Getting Started

See the Quick Start Guide

More Info

Check out getkuby.io.

Running Tests

bundle exec rspec should do the trick. Test coverage is very minimal at the moment, however.

License

Licensed under the MIT license. See LICENSE for details.

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].