{"id":17604482,"url":"https://github.com/whatisinternet/fireflower","last_synced_at":"2026-05-08T15:33:55.062Z","repository":{"id":66145115,"uuid":"80932422","full_name":"whatisinternet/fireflower","owner":"whatisinternet","description":"A presentation for KW ruby","archived":false,"fork":false,"pushed_at":"2017-04-17T02:48:32.000Z","size":1060,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"step0","last_synced_at":"2025-03-29T22:28:31.865Z","etag":null,"topics":["learning","meetup-talk","ruby","ruby-gem","rust","workshop"],"latest_commit_sha":null,"homepage":"https://whatisinternet.github.io/fireflower/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whatisinternet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-04T16:36:54.000Z","updated_at":"2017-04-18T19:00:28.000Z","dependencies_parsed_at":"2023-02-21T16:45:22.612Z","dependency_job_id":null,"html_url":"https://github.com/whatisinternet/fireflower","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whatisinternet/fireflower","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatisinternet%2Ffireflower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatisinternet%2Ffireflower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatisinternet%2Ffireflower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatisinternet%2Ffireflower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whatisinternet","download_url":"https://codeload.github.com/whatisinternet/fireflower/tar.gz/refs/heads/step0","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatisinternet%2Ffireflower/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263940263,"owners_count":23533009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["learning","meetup-talk","ruby","ruby-gem","rust","workshop"],"created_at":"2024-10-22T14:09:38.802Z","updated_at":"2026-05-08T15:33:50.016Z","avatar_url":"https://github.com/whatisinternet.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fireflower\n\nThis gem meant as a workshop for Rust with Ruby. I would not recommend using this as any kind of base for an actual gem.\n\n---\n\n![](https://brson.github.io/fireflowers/rust-fire-mario-equation.png)\n\n*Image credit https://brson.github.io/fireflowers*\n\n\n## Getting going:\n\n### All\n1. Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads)\n2. Install [Vagrant](https://www.vagrantup.com/downloads.html)\n3. Skip to either Windows or Mac/Linux\n\n---\n\n### Mac/Linux\n\nThe super easy way:\n1. `curl https://raw.githubusercontent.com/whatisinternet/fireflower/master/install -sSf | sh`\n\nThe super easy non-curl way:\n1. Clone the repo `git clone git@github.com:whatisinternet/fireflower.git` or `git clone https://github.com/whatisinternet/fireflower.git`\n2. In command prompt or terminal: `cd fireflower`\n3. In command prompt or terminal: `vagrant up` (This will take a while)\n4. `vagrant ssh`\n5. `pwd` if the directory is not `fireflower` then `cd fireflower`\n6. `git checkout master`\n7. `bundle install`\n8. You're now ready.\n\n---\n\n### Windows\n1. Clone or download the project `git clone git@github.com:whatisinternet/fireflower.git` or `git clone https://github.com/whatisinternet/fireflower.git`\n2. In command prompt or terminal: `cd fireflower`\n3. In command prompt or terminal: `vagrant up` (This will take a while)\n4. `vagrant ssh`\n5. `pwd` if the directory is not `fireflower` then `cd fireflower`\n6. `git checkout master`\n7. `bundle install`\n8. You're now ready.\n\n---\n\n### I know what I'm doing and I don't want Vagrant or VirtualBox\n1. Clone the repo `git clone git@github.com:whatisinternet/fireflower.git` or `git clone https://github.com/whatisinternet/fireflower.git`\n2. `cd fireflower`\n3. `CONFIGURE_OPTS=--enable-shared rbenv install 2.3.0`\n4. `rbenv global 2.3.0 \u0026\u0026 ruby -v`\n5. `gem install bundler`\n6. `rbenv rehash`\n7. Go to [rustup.rs](https://rustup.rs/) and install Rust\n8. `bundle install`\n\n\n---\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/whatisinternet/fireflower. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n\n## Attributions:\n\n- [Rbenv vagrant information](https://gist.github.com/dommmel/2cc0195b25c07358c15a)\n- [Rustup vagrant information](https://github.com/musitdev/portmidi-rs/blob/master/Vagrantfile)\n- [Ruru](https://github.com/d-unseductable/ruru#how-do-i-use-it)\n- [Thermite](https://github.com/malept/thermite)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatisinternet%2Ffireflower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhatisinternet%2Ffireflower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatisinternet%2Ffireflower/lists"}