How To Set Up Ruby on Rails with Postgres
This tutorial helps with setting up Ruby on Rails with Postgres.
This tutorial helps with setting up Ruby on Rails with Postgres.
Ruby on Rails uses sqlite3 as its default database, which works great in many cases, but may not be sufficient for your application. If your application requires the scalability, centralization, and control (or any other feature) that a client/server SQL database, this tutorial will show you how to do just that, with MySQL, on CentOS 7 or RHEL.
In Part 3 of this series, we look at how Jekyll creates URLs and show how to change the pattern for an individual file or the entire site. Then we look a how to link to pages within our site and stage it for testing.
In this the cloud provider article, we are focusing on the simplest and quickest rock-solid way to get the latest Ruby interpreter (version 2.1.0) installed on a VPS running CentOS 6.5 using the Ruby Version Manager – RVM.
Ruby on Rails — один из самых популярных среди разработчиков наборов приложений для создания сайтов и веб-приложений. Язык программирования Ruby в сочетании с системой разработки Rails делает разработку приложений очень простой. Вы можете легко…
Sass is a CSS preprocessor that lets you create stylesheets in a much more efficient and intelligent manner than using simple CSS. Here’s how to set it up on your Ubuntu VPS.
Ruby on Rails uses sqlite3 as its default database, which works great in many cases, but may not be sufficient for your application. If your application requires the scalability, centralization, and control (or any other feature) that a client/server SQL database, this tutorial will show you how to do just that, with MySQL, on Ubuntu 14.04.
Ruby provides several methods for converting values from one data type to another. In this tutorial, you’ll convert strings to numbers, objects to strings, strings to arrays, and convert between strings and symbols.
In this tutorial, you’ll set up a Ruby programming environment on your local macOS machine using Homebrew—a free and open-source package manager for macOS—and you’ll test your environment out by writing a simple Ruby program.
Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. Using rbenv will provide you with a solid environment for developing your Ruby on Rails applications as it will let you easily switch Ruby versions, keeping your entire team on the same version. This tutorial will take you through the Ruby and Rails installation process via rbenv.