ruby

A collection of 3 posts
Ruby Programming: Beginner's Guide [2018 update]
ruby for beginners

Ruby Programming: Beginner's Guide [2018 update]

We are writing this brief tutorial on how to easily get into Ruby programming language and Ruby on Rails framework so our community can grow with new developers. First things first. Ruby on Rails framework is based on Ruby programming language, and the learning should start from learning Ruby. Before
2 min read
Bashrc Tweaks for Ruby
bashrc file

Bashrc Tweaks for Ruby

After a long time of using the .bashrc file to store our commands here, we share some of our tricks to make the most out of a .bashrc file. Alias methods for shorter commands We put our most commonly used commands in the bashrc file under alias methods: alias rs=
1 min read
Ruby on Rails Code Quality
ruby on rails

Ruby on Rails Code Quality

In this article, we will point out steps on what can you do in order to improve your code quality in Ruby on Rails apps that you are building. Follow up Ruby style guide Yes, let’s start with the basics. You can read community-driven Ruby style guide at https:
2 min read
Page 1 of 1