Skip to main content

Posts

Showing posts with the label rails book

Ruby on Rails Training Material

Description Ruby on Rails Course Content Module 1 – Getting Started Introduction Ruby Documentation Interactive Ruby Customizing irb Case Study Module 2 – Simple Scripts Creating a Basic Script Execution on Linux/WS Command-Line Execution Making Scripts Executable Creating Output Taking Input Making Comments Case Study Module 3 – Simple Types Creating Numbers Performing Arithmetic Numeric Methods Creating Strings Interpolation and Escaping Common String Methods Creating Multiline Strings Using Constants Dates and Times Case Study Module 4 – Arrays, Ranges and Hashes Creating Arrays Common Array Methods Adding Elements Removing Elements Array and Strings Using Ranges Creating a Hash Common Hash Methods Case Study Module 5 – Control Structures Operators Basic Conditionals Extended Conditionals The Conditional Operator Case Statements Basic Loops Numeric Iterators Collection Iterators Case Study Module 6 – Creating Methods ...