All Projects → nanobox-quickstarts → nanobox-rails

nanobox-quickstarts / nanobox-rails

Licence: MPL-2.0 license
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nanobox-rails

Works For Me
Collection of developer toolkits
Stars: ✭ 131 (+589.47%)
Mutual labels:  devtools, developer-tools, development-environment
docker-dev
A local Docker Environment for building PHP applications 🔨
Stars: ✭ 97 (+410.53%)
Mutual labels:  developer-tools, development-environment, development-tools
nanobox-engine-nodejs
Engine for running Node.js apps on Nanobox
Stars: ✭ 16 (-15.79%)
Mutual labels:  developer-tools, development-environment, nanobox
Takeoff
A rapid development environment using docker for convenience.
Stars: ✭ 271 (+1326.32%)
Mutual labels:  developer-tools, development-environment, devops-tools
Dojo
Containerize your development and operations environment
Stars: ✭ 240 (+1163.16%)
Mutual labels:  developer-tools, development-environment, development-tools
red
A fast, in-kernel, ad-hoc point-to-point vxlan network.
Stars: ✭ 31 (+63.16%)
Mutual labels:  devtools, developer-tools, nanobox
Kubefwd
Bulk port forwarding Kubernetes services for local development.
Stars: ✭ 2,713 (+14178.95%)
Mutual labels:  devtools, developer-tools, devops-tools
Nanobox
The ideal platform for developers
Stars: ✭ 1,530 (+7952.63%)
Mutual labels:  developer-tools, development-environment, nanobox
Devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Stars: ✭ 2,559 (+13368.42%)
Mutual labels:  developer-tools, devops-tools, development-tools
portal
An api-driven, in-kernel layer 2/3 load balancer.
Stars: ✭ 101 (+431.58%)
Mutual labels:  devtools, developer-tools, nanobox
narc
Small utility to watch log files and ship to syslog service.
Stars: ✭ 18 (-5.26%)
Mutual labels:  devtools, developer-tools, nanobox
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (+389.47%)
Mutual labels:  devtools, developer-tools
Hmake
HyperMake - Makes Builds Green without Worrying about Pre-requisites
Stars: ✭ 95 (+400%)
Mutual labels:  devtools, developer-tools
Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (+552.63%)
Mutual labels:  devtools, developer-tools
Hoarder
A simple, api-driven storage system for storing code builds and cached libraries for cloud-based deployment services.
Stars: ✭ 91 (+378.95%)
Mutual labels:  devtools, developer-tools
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (+568.42%)
Mutual labels:  devtools, developer-tools
Prosemirror Dev Tools
Developer Tools for ProseMirror
Stars: ✭ 167 (+778.95%)
Mutual labels:  devtools, developer-tools
nanobox-engine-php
Engine for running PHP apps on Nanobox
Stars: ✭ 20 (+5.26%)
Mutual labels:  devtools, nanobox
Artemis Dev Tool
An Apollo GraphQL Query Schema Testing Tool
Stars: ✭ 66 (+247.37%)
Mutual labels:  devtools, developer-tools
Aiohttp Devtools
dev tools for aiohttp
Stars: ✭ 202 (+963.16%)
Mutual labels:  devtools, developer-tools

Rails from scratch

Rails from scratch

Run a local rails app with nothing but Nanobox.

Installation and Setup

  1. Clone this repo git clone https://github.com/nanobox-quickstarts/nanobox-rails.git
  2. Change into the directory cd nanobox-rails
  3. Add a local DNS record nanobox dns add local rails.local
  4. Create the database nanobox run rake db:create
  5. Run the app nanobox run rails s

Now you can visit your app at rails.dev:3000

Explore

With Nanobox, you don't have to have anything installed on your machine to run app specific commands. To open a nanobox console type nanobox run into your console and hit enter.

Now you can run commands like ruby -v and gem list to check the ruby version and see a list of installed gems respectively.

Now What?

For more details about running rails apps with nanobox visit guides.nanobox.io/ruby/rails/

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].