Adding fonts to Rails 4 asset pipeline
Working with data formats in Rails
Understanding layouts, views and partial views in Rails 4
Using MySQL with Rails 4
Connecting Rails 4 application with MySQL on Windows
Understanding how we can setup associations between models.
Using MongoDB with your Rails application
In this post, we will create models that are not associated with tables.
Sending emails in Rails with Mandrill
Creating models in Rails 4
In this post, we will see how to work with database. For that, we will create models, migrations and then migrate to create database tables
Creating controllers in Rails 4
CRUD operations in Rails 4
In this post, we will see a list all the basic data operations like create, search, insert, update, delete etc. in a Rails application.
Understanding Rails 4 web project directory structure.
In this post, we will see how to create a Rails 4 web project.