/rails-discuss

rails project examples for discussion in forums

This is a repository to share and discuss rails examples

Getting Started With Rails

Getting your environment setup

  • Getting your environment setup can be painful IMO. I finally settled on Linux primarily and use brew to install chruby and ruby-install for managing my ruby versions.

  • I'm currently using Linux, Ubuntu 20.04 LTS

  • If you're starting out can avoid a lot of headaches by following the exact instructions in a tutorial for their environment (exact version of rails, ruby, node).

  • For javascript modules (for example webpacker) you'll need to have node setup also and I use yarn for javascript package installs (there may other setup issues for python and gcc):

Development tools you'll need

Reading the Rails docs, invaluable IMO: 🧐

Some resources I've found valuable are: