https://github.com/yottaawesome/rubycon
A repo for playing around with Ruby. And yes, the name is a pun on Ruby and the Rubicon river.
https://github.com/yottaawesome/rubycon
List: rubycon
ruby ruby-application
Last synced: 17 days ago
JSON representation
A repo for playing around with Ruby. And yes, the name is a pun on Ruby and the Rubicon river.
- Host: GitHub
- URL: https://github.com/yottaawesome/rubycon
- Owner: yottaawesome
- License: mit
- Created: 2019-05-04T11:30:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T01:22:16.000Z (over 2 years ago)
- Last Synced: 2025-11-09T05:03:25.487Z (8 months ago)
- Topics: ruby, ruby-application
- Language: Ruby
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubycon
## Introduction
This repository holds nothing fancy, it's just some fun and experimentation with Ruby.
## Setting up
This repository uses `rbenv` -- [set this up first](https://github.com/rbenv/rbenv). You can find additional information [here](https://www.develves.net/blogs/asd/2016-03-17-using-virtual-environments-ruby-1/).
It also uses Ruby [bundler](https://bundler.io/) to specify dependencies. If you don't have `bundler`, run `gem install bundler` in the appropriate directory with the right `.ruby-version`. Subsquently, run `bundle install` to install dependencies.