Setup Ubuntu para desenvolver com Ruby / Rails

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Ruby on Rails

    Ruby on Rails

    Ruby on Rails - (Getting Started)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

    # Instale o Git e o Curl sudo apt install -y curl git # Instale o asdf # -- https://asdf-vm.com/guide/getting-started.html#_2-download-asdf git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0 # Configure o asdf para inicializar no terminal echo '. "$HOME/.asdf/asdf.sh"' >> ~/.bashrc # Configure o autocomplete do asdf echo '. "$HOME/.asdf/completions/asdf.bash"' >> ~/.bashrc # Recarregue o terminal . ~/.bashrc

  • pico

    Minimal CSS Framework for semantic HTML

    Pico CSS

  • ruby-build

    A tool to download, compile, and install Ruby on Unix-like systems.

    # Instale as dependências de compilação # -- https://github.com/rbenv/ruby-build/wiki#ubuntudebianmint sudo apt install -y autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev # Adicione o plugin ao asdf asdf plugin add ruby # Instale a última versão asdf install ruby latest:3

  • Visual Studio Code

    Visual Studio Code

    # Atualize a lista de pacotes com as versões mais recentes sudo apt update # Instale wget para baixar o Visual Studio Code sudo apt install -y wget # Baixe o Visual Studio Code na pasta Downloads ## -- https://code.visualstudio.com/download wget https://code.visualstudio.com/sha/download\?build\=stable\&os\=linux-deb-x64 -O ~/Downloads/code.deb # Instale o Visual Studio Code sudo dpkg -i ~/Downloads/code.deb # Adicione o Visual Studio Code como editor padrão do terminal echo 'export EDITOR="code --wait"' >> ~/.bashrc

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Volta – Fastest Node version manager in Rust

    2 projects | news.ycombinator.com | 25 Mar 2024
  • What's the number one reason that you use a Mac over a PC?

    3 projects | /r/mac | 9 Jun 2023
  • Is there any reason to use Ruby 2.7 over Ruby 3.x?

    5 projects | /r/ruby | 25 Apr 2023
  • As if there weren't enough packaging tools already: mitsuhiko/rye: an experimental alternative to poetry/pip/pipenv/venv/virtualenv/pdm/hatch/…

    14 projects | /r/Python | 23 Apr 2023
  • I'm at the end of my rope with my MacBook reverting to referencing some Ruby 2.6 version I can't remove because it seems to be built into my operating system...

    5 projects | /r/ruby | 23 Apr 2023

Did you konow that Shell is
the 9th most popular programming language
based on number of metions?