Ruby On Rails Programming Tutorial

Download free Ruby On Rails tutorial course in PDF, training file in 73 chapters and 231 pages. Free unaffiliated ebook created from Stack OverFlow contributor.

Table of contents

  • About
  • Getting started with Ruby on Rails
  • Creating a Ruby on Rails Application
  • Create a new Rails app with your choice of database and including the RSpec Testing Tool
  • Generating A Controller
  • Installing Rails
  • Create a new Rails app with a non-standard database adapter
  • Creating Rails APIs in JSON
  • Generate a Resource with Sca?olds
  • Routing
  • Resource Routing (Basic)
  • Constraints
  • Scoping routes
  • Concerns
  • Root route
  • Split routes into multiple ?les
  • Additional RESTful actions
  • Member and Collection Routes
  • Mount another application
  • Nested Routes
  • Redirection
  • Redirects and Wildcard Routes
  • Scope available locales
  • URL params with a period
  • ActiveRecord
  • Creating a Model via generator
  • Introduction to Callbacks
  • Creating a Model manually
  • Manually Testing Your Models
  • Creating A Migration
  • Create a Join Table using Migrations
  • Using a model instance to update a row
  • Views
  • Structure
  • Partials
  • AssetTagHelper
  • Replace HTML code in Views
  • HAML - an alternative way to use in your views
  • ActiveRecord Migrations
  • Adding multiple columns to a table
  • Add a reference column to a table
  • Rollback migrations
  • Add a new column with an index
  • Run speci?c migration
  • Redo migrations
  • Add a new column to a table
  • Routing
  • Views
  • Rails Best Practices
  • ActionCable
  • User Authentication in Rails
  • ActiveRecord Validations
  • ActionMailer
  • Configuration
  • Using GoogleMaps with Rails
  • Caching
  • Configuration
  • Rails 5
  • Mongoid
  • Change default timezone
  • Upgrading Rails
  • Debugging
  • Rails logger
  • Rails API
  • ActiveSupport
  • ActiveRecord Transactions
  • Decorator pattern
  • React with Rails using react-rails gem
  • Multipurpose ActiveRecord columns
  • Shallow Routing
  • Rails 5 API Authetication
  • Active Jobs
  • Nested form in Ruby on Rails
  • Import whole CSV files from specific folder
  • ActiveJob
  • Rails Engine - Modular Rails
  • ActiveRecord Transactions
  • Turbolinks
  • Friendly ID
  • Securely storing authentication keys
  • Authenticate Api using Devise
  • Integrating React.js with Rails Using Hyperloop
  • Change a default Rails application enviornment
  • Rails -Engines
  • Adding an Amazon RDS to your rails application
  • Payment feature in rails
  • Rails on docker
  • Reserved Words

It is a free Ruby On Rails ebook created for beginners. The content is extracted from Stack Overflow pltaform, which is written by many Ruby On Rails developers and contributors.

The content is released under Creative Commons BY-SA

Size : 2.06 MB
File type : pdf
Downloads: 611
Created: 2019-04-30

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others Ruby On Rails Tutorials

Learning Ruby on Rails

Others related eBooks about Ruby On Rails Programming Tutorial

Think DSP: Digital Signal Processing in Python

This book is an introduction to signal processing and system analysis using a computational approach, using Python as the programming language. The premise of this book (like the others in the Think X series) is that if you know how to program, you can use that skill to learn other things. By the ...

Test-Driven Development with Python

Download free course Test-Driven Development with Python, pdf file on 502 pages by Harry J. W. Percival....

Using Perl 6

This book is primarily for people who want to learn Perl 6. It teaches the basics from a Perl 6 perspective, touching on variable interpolation, datastructure use, object construction, threads, closures, symbol tables, and other core features. It then introduces continuations, coroutines, binding (o...

An Introduction to Machine Learning

Download free course An Introduction to Machine Learning, pdf file on 348 pages by by Miroslav Kubat....

Machine Learning Yearning

Download free course Machine Learning Yearning, pdf file on 118 pages by Andrew Ng....

Ruby Kung Fu (RubyFu) Tutorial

Looking for a comprehensive guide to hacking using the Ruby programming language? Look no further than RubyFu, a free 281-page PDF download by RuFu....

Artificial Neural Networks - Methodological Advances and Biomedical Applications

Artificial Neural Networks (ANN) may probably be the single most successful technology in the last two decades which has been widely used in a large variety of applications in various areas. The purpose of this book is to provide recent advances of artificial neural networks in biomedical applicat...

Programming for Computations - Python: A Gentle Introduction to Numerical Simulations with Python 3.6

This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five new chapters, thus expanding the introduction to pr...

The Basics of Game Design

Download this ebook intituled The Basics of Game Design, free training document about video game development on 24 pages for beginners....

PC Assembly Language

The purpose of this book is to give the reader a better understanding of how computers really work at a lower level than in programming languages like Pascal. The tutorial has extensive coverage of interfacing assembly and C code and so might be of interest to C programmers who want to learn about...