Blog
-
Creating the Article Model on Ruby on Rails
Models in Rails use the singular name, and their corresponding table in the database uses the plural name. Rails provides […]
-
Fist steps in Rails development
First, let’s display some text on the screen. This requires a running server for your Rails application. Starting the web […]
-
Rails for beginners
This guide covers installing and running Ruby on Rails. After reading it, you will know: How to install Rails, create […]
-
An overview of the online references for Ruby on Rails
There are few programmers (especially beginners) who are able to keep in mind the names of all the necessary methods, […]
-
Web development with Ruby on Rails
thoughtbot (lower case) is one of the leading American consulting firms focused on web development with Ruby on Rails. thoughtbot […]
-
Issues when using model classes in a Ruby-on-Rails migration
For the logic of data migration, it is very convenient to use the code of models and the tools of […]
-
Data Migrations in Ruby On Rails
TL;DR Please move data migration code into Rake tasks or use full schema migration style gems. Cover this logic with […]
-
Phenomenal popularity of Ruby on Rails
The phenomenal popularity of Ruby on Rails is largely due to the transition to new trends and technologies at the […]
-
Ruby on Rails Course
In this course, we do not teach Ruby or Rails from scratch, but focus on those who are already programming […]