SlideShare a Scribd company logo
1 of 17
Download to read offline
Unlock your Learning Potential !
ISO 9001:2008
Certified Company
Course details:
Course Code : MYT962
Course Name :Ruby on Rails
Course duration: Fast track – 4 weeks
Regular weekdays – 6 weeks
Week End – 8 weeks
Training mode:
instructor led class training | Live virtual training
Contact: +91 90191 91856
Email:info@mytectra.com
Web: www.mytectra.com
An Introduction To Ruby
οƒ˜ What is Ruby
οƒ˜ Installing Ruby
οƒ˜ Executing Ruby Code
οƒ˜ Getting Help
οƒ˜ Dynamic Types
οƒ˜ Ruby Reserved Words
οƒ˜ Naming Conventions
οƒ˜ Comments
Standard Ruby Data Types
οƒ˜ Numbers
οƒ˜ Strings
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
οƒ˜ Simple Input and Output
οƒ˜ Converting String Input
οƒ˜ Regular Expressions
οƒ˜ Time Methods
Language Component
οƒ˜ The if Statement
οƒ˜ The case Construct
οƒ˜ Loops
οƒ˜ Iterators
οƒ˜ Numeric Iterators
οƒ˜ String Iterators
οƒ˜ Methods
οƒ˜ Odds and Ends
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
Collections
οƒ˜ Arrays
οƒ˜ Array Operator Methods
οƒ˜ Array Equality Operator
οƒ˜ Arrays as Stacks and Queues
οƒ˜ Higher Dimensional Arrays
οƒ˜ Other Useful Arrays Methods
οƒ˜ Command Line Arguments4
οƒ˜ Hashes
οƒ˜ Common Hash Methods
οƒ˜ Sorting Hashes
οƒ˜ Iteratorswith Arrays and H
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
οƒ˜ Sorting Hashes
οƒ˜ Iteratorswith Arrays and H
οƒ˜ Arrays and Methods
οƒ˜ Hashes and Methods
οƒ˜ Named Parameters
οƒ˜ Symbols
οƒ˜ Procs
οƒ˜ Closures
Classes
οƒ˜ Objects
οƒ˜ Brief History of OOP
οƒ˜ OOP Vocabulary
οƒ˜ Creating a New Class
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
οƒ˜ Using Objects
οƒ˜ Defining Operator Methods
οƒ˜ Inheritance
οƒ˜ Ancestor
οƒ˜ self
οƒ˜ Access Levels -public
οƒ˜ Access Levels –private
οƒ˜ Access Levels -protected
οƒ˜ Access Levels -Specification
οƒ˜ Class Data and Class Methods
οƒ˜ Adding Methods to Classes and Objects
οƒ˜ Special Global Variables
οƒ˜ Scope of Variables
οƒ˜ Built-in Classes
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
οƒ˜ The Math Class
οƒ˜ The NilClass Class
οƒ˜ TrueClass and FalseClass
οƒ˜ Built-in Class Hierarchy
Input And Output
οƒ˜ Introduction
οƒ˜ Reading from the Standard Input
οƒ˜ Reading a Character at a Time
οƒ˜ Writing to the Standard Output
οƒ˜ Reading and Writing Disk Files
οƒ˜ Reading Files Using Iterators
οƒ˜ I/O With Command Line Commands
οƒ˜ Seeking About Files
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
οƒ˜ tell
οƒ˜ Capturing Data About Files
οƒ˜ Processing Directories
Exceptions
οƒ˜ Introduction
οƒ˜ Exception Hierarchy
οƒ˜ Handling Exceptions
οƒ˜ Multiple Rescue Clauses
οƒ˜ Exceptions are Classes
οƒ˜ ensure
οƒ˜ retry
οƒ˜ raise
οƒ˜ Creating Your Own Exceptions
οƒ˜ catchandthrow
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
Modules
οƒ˜ Introduction
οƒ˜ Using Core Ruby Classes
οƒ˜ Ruby Standard Library
οƒ˜ require
οƒ˜ Search Path
οƒ˜ File Organization
οƒ˜ load
οƒ˜ Modules
οƒ˜ include
οƒ˜ Mixins
οƒ˜ Using theComparableModule
οƒ˜ Collection Classes
οƒ˜ yield
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
οƒ˜ Using the Enumerable Module
οƒ˜ include
οƒ˜ Mixins
οƒ˜ Using theComparableModule
οƒ˜ Collection Classes
οƒ˜ yield
οƒ˜ Using the Enumerable Module
Odds And Ends
οƒ˜ Ruby Conventions
οƒ˜ Bit Manipulation
οƒ˜ Substituting
οƒ˜ Marshalling
οƒ˜ Reflection
οƒ˜ grep
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
οƒ˜ Classes are Objects
οƒ˜ Aliasing
οƒ˜ Testing
οƒ˜ Test::Unit::TestCase
οƒ˜ Testing Your Own Classes
οƒ˜ Freezing Objects
An Overview Of Ruby On Rails
οƒ˜ What is Ruby on Rails?
οƒ˜ Overview of Rails Components
οƒ˜ Installing Rails
οƒ˜ A Simple Rails Application
οƒ˜ Starting the Rails Server
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
οƒ˜ Static Pages Within a Rails Application
οƒ˜ The Structureof a Rails Application
οƒ˜ Generating a Controller
οƒ˜ Rendering the View
οƒ˜ Adding a Static Page
οƒ˜ Dynamic Pages with Embedded Ruby
οƒ˜ Using the render Method
οƒ˜ Using the link_to Method
Rails And HTML Forms
οƒ˜ A Basic HTML Form
οƒ˜ Processing an HTML Form
οƒ˜ Working With Form Data
οƒ˜ Other Form Elements
οƒ˜ Form Tag Helpers
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
Data Bases And Rails
οƒ˜ Review of the MVC Architecture
οƒ˜ Entities and Relationships
οƒ˜ Databases and Models
οƒ˜ Rails Database Conventions
οƒ˜ Adding a Model
οƒ˜ Database Migrations
οƒ˜ The Rails Database Console
οƒ˜ Creatinga Rails View of a DatabaseTable
οƒ˜ Scaffolding
οƒ˜ RESTful Routes and Resources
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
Form Helpersand Validation
οƒ˜ Introduction
οƒ˜ Form Helpers and form_for
οƒ˜ Processing Form Helpers
οƒ˜ From Form to Database
οƒ˜ Redirection
οƒ˜ Data Validation
οƒ˜ Validation Helpers
οƒ˜ The presence Validator
οƒ˜ The numericality Validator
οƒ˜ The uniqueness Validator
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
οƒ˜ The length Validator
οƒ˜ The form at Validator
οƒ˜ Custom Validation Methods
οƒ˜ The errors Object
οƒ˜ Displaying Validation Errors in the View
Associations In Rails
οƒ˜ has one association
οƒ˜ belongs_to
οƒ˜ has_many association
οƒ˜ has_many:through
οƒ˜ habtm
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
Filters&Callbacks15
οƒ˜ what is filters?
οƒ˜ Different types of filters
οƒ˜ what is callbacks?
οƒ˜ different types of callbacks
Adding Style To An Application
οƒ˜ Styling
οƒ˜ Rails and Sass
οƒ˜ Cascading Style Sheets
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
Sample Application
οƒ˜ Introduction
οƒ˜ Registering Users
οƒ˜ The Register Action
οƒ˜ The flash Hash
οƒ˜ Validating the Registration
οƒ˜ Logging in
οƒ˜ Logging Out
οƒ˜ Protected Pages
οƒ˜ Filters
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com

More Related Content

Similar to Ruby on Rails Training in Bangalore Classroom, Online

Microsoft c#.net online training.ppsx
Microsoft c#.net online training.ppsxMicrosoft c#.net online training.ppsx
Microsoft c#.net online training.ppsxSanthosh Reddy
Β 
MICROSOFT C#.NET ONLINE TRAINING
MICROSOFT C#.NET ONLINE TRAININGMICROSOFT C#.NET ONLINE TRAINING
MICROSOFT C#.NET ONLINE TRAININGSanthosh Sap
Β 
Net course content
Net course contentNet course content
Net course contentmindq
Β 
Training institute in Bangalore
Training institute in BangaloreTraining institute in Bangalore
Training institute in Bangalorepentagonspace1
Β 
Best training institute
Best training institute Best training institute
Best training institute pentagonspace1
Β 
Ms sql developer
Ms sql developerMs sql developer
Ms sql developerTripti Jha
Β 
Java online training, java training in bangalore, java training
Java online training, java training in bangalore, java trainingJava online training, java training in bangalore, java training
Java online training, java training in bangalore, java trainingVyshnavi Reddy
Β 
HTML Designer Certification
HTML Designer CertificationHTML Designer Certification
HTML Designer CertificationVskills
Β 

Similar to Ruby on Rails Training in Bangalore Classroom, Online (20)

Apache Spark and Scala Training in Bangalore myTectra
Apache Spark and Scala Training in Bangalore myTectraApache Spark and Scala Training in Bangalore myTectra
Apache Spark and Scala Training in Bangalore myTectra
Β 
Best Web Development using Flask Training in Bangalore
Best Web Development using Flask Training in BangaloreBest Web Development using Flask Training in Bangalore
Best Web Development using Flask Training in Bangalore
Β 
Microsoft c#.net online training.ppsx
Microsoft c#.net online training.ppsxMicrosoft c#.net online training.ppsx
Microsoft c#.net online training.ppsx
Β 
MICROSOFT C#.NET ONLINE TRAINING
MICROSOFT C#.NET ONLINE TRAININGMICROSOFT C#.NET ONLINE TRAINING
MICROSOFT C#.NET ONLINE TRAINING
Β 
Performance Testing and Engineering Training in Bangalore
Performance Testing and Engineering Training in BangalorePerformance Testing and Engineering Training in Bangalore
Performance Testing and Engineering Training in Bangalore
Β 
MongoDB Training in Bangalore Classroom, Online myTectra
MongoDB Training in Bangalore Classroom, Online myTectraMongoDB Training in Bangalore Classroom, Online myTectra
MongoDB Training in Bangalore Classroom, Online myTectra
Β 
Automation Testing With Ruby Cucumber in Bangalore
Automation Testing With Ruby Cucumber in BangaloreAutomation Testing With Ruby Cucumber in Bangalore
Automation Testing With Ruby Cucumber in Bangalore
Β 
Mastering Linux Shell Scripting in bangalore,by myTectra
Mastering Linux Shell Scripting in bangalore,by myTectraMastering Linux Shell Scripting in bangalore,by myTectra
Mastering Linux Shell Scripting in bangalore,by myTectra
Β 
Big Data and Hadoop training in Bangalore by myTectra
Big Data and Hadoop training in Bangalore by myTectraBig Data and Hadoop training in Bangalore by myTectra
Big Data and Hadoop training in Bangalore by myTectra
Β 
Net course content
Net course contentNet course content
Net course content
Β 
C & C++ Training Institutes in Bangalore
C & C++ Training Institutes in BangaloreC & C++ Training Institutes in Bangalore
C & C++ Training Institutes in Bangalore
Β 
ServiceNow 101 Administration Training From mytectra
ServiceNow 101 Administration Training From mytectraServiceNow 101 Administration Training From mytectra
ServiceNow 101 Administration Training From mytectra
Β 
The Best Data Science Training in Bangalore by myTectra
The Best Data Science Training in Bangalore by myTectraThe Best Data Science Training in Bangalore by myTectra
The Best Data Science Training in Bangalore by myTectra
Β 
Best Oracle Apps Technical Training in Bangalore.myTectra
Best Oracle Apps Technical Training in Bangalore.myTectraBest Oracle Apps Technical Training in Bangalore.myTectra
Best Oracle Apps Technical Training in Bangalore.myTectra
Β 
Training institute in Bangalore
Training institute in BangaloreTraining institute in Bangalore
Training institute in Bangalore
Β 
Best training institute
Best training institute Best training institute
Best training institute
Β 
Node JS Training in Bangalore Classroom, Online myTectra
Node JS Training in Bangalore Classroom, Online myTectraNode JS Training in Bangalore Classroom, Online myTectra
Node JS Training in Bangalore Classroom, Online myTectra
Β 
Ms sql developer
Ms sql developerMs sql developer
Ms sql developer
Β 
Java online training, java training in bangalore, java training
Java online training, java training in bangalore, java trainingJava online training, java training in bangalore, java training
Java online training, java training in bangalore, java training
Β 
HTML Designer Certification
HTML Designer CertificationHTML Designer Certification
HTML Designer Certification
Β 

More from myTectra Learning Solutions Private Ltd

More from myTectra Learning Solutions Private Ltd (20)

Best Ansible Training in Bangalore. Join myTectra Now
Best Ansible Training in Bangalore. Join myTectra NowBest Ansible Training in Bangalore. Join myTectra Now
Best Ansible Training in Bangalore. Join myTectra Now
Β 
Best Oracle PL SQL Training in Bangalore. Join myTectra
Best Oracle PL SQL Training in Bangalore. Join myTectraBest Oracle PL SQL Training in Bangalore. Join myTectra
Best Oracle PL SQL Training in Bangalore. Join myTectra
Β 
Best ExtJS Training in Bangalore. Join myTectra Now
Best ExtJS Training in Bangalore. Join myTectra NowBest ExtJS Training in Bangalore. Join myTectra Now
Best ExtJS Training in Bangalore. Join myTectra Now
Β 
The MapReduce Design Patterns Training in Banhgalore
The MapReduce Design Patterns Training in BanhgaloreThe MapReduce Design Patterns Training in Banhgalore
The MapReduce Design Patterns Training in Banhgalore
Β 
Statistics Essentials for Analytics Training in Bangalore
Statistics Essentials for Analytics Training in BangaloreStatistics Essentials for Analytics Training in Bangalore
Statistics Essentials for Analytics Training in Bangalore
Β 
C Programming and Data Structures Training In Bangalore
C Programming and Data Structures Training In BangaloreC Programming and Data Structures Training In Bangalore
C Programming and Data Structures Training In Bangalore
Β 
Essentials of Professional VLSI Digital Design Training
Essentials of Professional VLSI Digital Design TrainingEssentials of Professional VLSI Digital Design Training
Essentials of Professional VLSI Digital Design Training
Β 
The Predictive Modelling in R Training in Bangalore
The Predictive Modelling in R Training in BangaloreThe Predictive Modelling in R Training in Bangalore
The Predictive Modelling in R Training in Bangalore
Β 
The Best Comprehensive MapReduce Training in Bangalore
The Best Comprehensive MapReduce Training in BangaloreThe Best Comprehensive MapReduce Training in Bangalore
The Best Comprehensive MapReduce Training in Bangalore
Β 
Decision Tree Modeling Using R Training in Bangalore
Decision Tree Modeling Using R Training in BangaloreDecision Tree Modeling Using R Training in Bangalore
Decision Tree Modeling Using R Training in Bangalore
Β 
The Persistence with Hibernate Training in Bangalore
The Persistence with Hibernate Training in BangaloreThe Persistence with Hibernate Training in Bangalore
The Persistence with Hibernate Training in Bangalore
Β 
Design Patterns Training From myTectra in Bangalore
Design Patterns Training From myTectra in BangaloreDesign Patterns Training From myTectra in Bangalore
Design Patterns Training From myTectra in Bangalore
Β 
The Apache Solr Training From myTectra in Bangalore
The Apache Solr Training From myTectra in BangaloreThe Apache Solr Training From myTectra in Bangalore
The Apache Solr Training From myTectra in Bangalore
Β 
The Best Microsoft Project 2013 Training in Bangalore
The Best Microsoft Project 2013 Training in BangaloreThe Best Microsoft Project 2013 Training in Bangalore
The Best Microsoft Project 2013 Training in Bangalore
Β 
Six Sigma Green Belt Training in Bangalore,By myTectra
Six Sigma Green Belt Training in Bangalore,By myTectraSix Sigma Green Belt Training in Bangalore,By myTectra
Six Sigma Green Belt Training in Bangalore,By myTectra
Β 
The Measuring Social Media ROI Training in Bangalore
The Measuring Social Media ROI Training in BangaloreThe Measuring Social Media ROI Training in Bangalore
The Measuring Social Media ROI Training in Bangalore
Β 
CRM Salesforce Training From myTectra in Bangalore
CRM Salesforce Training From myTectra in BangaloreCRM Salesforce Training From myTectra in Bangalore
CRM Salesforce Training From myTectra in Bangalore
Β 
The Apache Ambari Training From myTectra in Bangalore
The Apache Ambari Training From myTectra in BangaloreThe Apache Ambari Training From myTectra in Bangalore
The Apache Ambari Training From myTectra in Bangalore
Β 
Analytics For Retail Banking Training in Bangalore
Analytics For Retail Banking Training in BangaloreAnalytics For Retail Banking Training in Bangalore
Analytics For Retail Banking Training in Bangalore
Β 
Prince2 Foundation Practitioner Training in Bangalore
Prince2 Foundation Practitioner Training in BangalorePrince2 Foundation Practitioner Training in Bangalore
Prince2 Foundation Practitioner Training in Bangalore
Β 

Recently uploaded

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
Β 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
Β 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
Β 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
Β 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
Β 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
Β 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
Β 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
Β 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
Β 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
Β 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
Β 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
Β 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
Β 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
Β 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
Β 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
Β 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
Β 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
Β 

Recently uploaded (20)

Model Call Girl in Bikash Puri Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Bikash Puri  Delhi reach out to us at πŸ”9953056974πŸ”Model Call Girl in Bikash Puri  Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Bikash Puri Delhi reach out to us at πŸ”9953056974πŸ”
Β 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
Β 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
Β 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Β 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
Β 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
Β 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
Β 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
Β 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
Β 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
Β 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
Β 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
Β 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
Β 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
Β 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
Β 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
Β 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
Β 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
Β 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
Β 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
Β 

Ruby on Rails Training in Bangalore Classroom, Online

  • 1. Unlock your Learning Potential ! ISO 9001:2008 Certified Company Course details: Course Code : MYT962 Course Name :Ruby on Rails Course duration: Fast track – 4 weeks Regular weekdays – 6 weeks Week End – 8 weeks Training mode: instructor led class training | Live virtual training Contact: +91 90191 91856 Email:info@mytectra.com Web: www.mytectra.com
  • 2. An Introduction To Ruby οƒ˜ What is Ruby οƒ˜ Installing Ruby οƒ˜ Executing Ruby Code οƒ˜ Getting Help οƒ˜ Dynamic Types οƒ˜ Ruby Reserved Words οƒ˜ Naming Conventions οƒ˜ Comments Standard Ruby Data Types οƒ˜ Numbers οƒ˜ Strings myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 3. οƒ˜ Simple Input and Output οƒ˜ Converting String Input οƒ˜ Regular Expressions οƒ˜ Time Methods Language Component οƒ˜ The if Statement οƒ˜ The case Construct οƒ˜ Loops οƒ˜ Iterators οƒ˜ Numeric Iterators οƒ˜ String Iterators οƒ˜ Methods οƒ˜ Odds and Ends myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 4. Collections οƒ˜ Arrays οƒ˜ Array Operator Methods οƒ˜ Array Equality Operator οƒ˜ Arrays as Stacks and Queues οƒ˜ Higher Dimensional Arrays οƒ˜ Other Useful Arrays Methods οƒ˜ Command Line Arguments4 οƒ˜ Hashes οƒ˜ Common Hash Methods οƒ˜ Sorting Hashes οƒ˜ Iteratorswith Arrays and H myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 5. οƒ˜ Sorting Hashes οƒ˜ Iteratorswith Arrays and H οƒ˜ Arrays and Methods οƒ˜ Hashes and Methods οƒ˜ Named Parameters οƒ˜ Symbols οƒ˜ Procs οƒ˜ Closures Classes οƒ˜ Objects οƒ˜ Brief History of OOP οƒ˜ OOP Vocabulary οƒ˜ Creating a New Class myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 6. οƒ˜ Using Objects οƒ˜ Defining Operator Methods οƒ˜ Inheritance οƒ˜ Ancestor οƒ˜ self οƒ˜ Access Levels -public οƒ˜ Access Levels –private οƒ˜ Access Levels -protected οƒ˜ Access Levels -Specification οƒ˜ Class Data and Class Methods οƒ˜ Adding Methods to Classes and Objects οƒ˜ Special Global Variables οƒ˜ Scope of Variables οƒ˜ Built-in Classes myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 7. οƒ˜ The Math Class οƒ˜ The NilClass Class οƒ˜ TrueClass and FalseClass οƒ˜ Built-in Class Hierarchy Input And Output οƒ˜ Introduction οƒ˜ Reading from the Standard Input οƒ˜ Reading a Character at a Time οƒ˜ Writing to the Standard Output οƒ˜ Reading and Writing Disk Files οƒ˜ Reading Files Using Iterators οƒ˜ I/O With Command Line Commands οƒ˜ Seeking About Files myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 8. οƒ˜ tell οƒ˜ Capturing Data About Files οƒ˜ Processing Directories Exceptions οƒ˜ Introduction οƒ˜ Exception Hierarchy οƒ˜ Handling Exceptions οƒ˜ Multiple Rescue Clauses οƒ˜ Exceptions are Classes οƒ˜ ensure οƒ˜ retry οƒ˜ raise οƒ˜ Creating Your Own Exceptions οƒ˜ catchandthrow myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 9. Modules οƒ˜ Introduction οƒ˜ Using Core Ruby Classes οƒ˜ Ruby Standard Library οƒ˜ require οƒ˜ Search Path οƒ˜ File Organization οƒ˜ load οƒ˜ Modules οƒ˜ include οƒ˜ Mixins οƒ˜ Using theComparableModule οƒ˜ Collection Classes οƒ˜ yield myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 10. οƒ˜ Using the Enumerable Module οƒ˜ include οƒ˜ Mixins οƒ˜ Using theComparableModule οƒ˜ Collection Classes οƒ˜ yield οƒ˜ Using the Enumerable Module Odds And Ends οƒ˜ Ruby Conventions οƒ˜ Bit Manipulation οƒ˜ Substituting οƒ˜ Marshalling οƒ˜ Reflection οƒ˜ grep myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 11. οƒ˜ Classes are Objects οƒ˜ Aliasing οƒ˜ Testing οƒ˜ Test::Unit::TestCase οƒ˜ Testing Your Own Classes οƒ˜ Freezing Objects An Overview Of Ruby On Rails οƒ˜ What is Ruby on Rails? οƒ˜ Overview of Rails Components οƒ˜ Installing Rails οƒ˜ A Simple Rails Application οƒ˜ Starting the Rails Server myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 12. οƒ˜ Static Pages Within a Rails Application οƒ˜ The Structureof a Rails Application οƒ˜ Generating a Controller οƒ˜ Rendering the View οƒ˜ Adding a Static Page οƒ˜ Dynamic Pages with Embedded Ruby οƒ˜ Using the render Method οƒ˜ Using the link_to Method Rails And HTML Forms οƒ˜ A Basic HTML Form οƒ˜ Processing an HTML Form οƒ˜ Working With Form Data οƒ˜ Other Form Elements οƒ˜ Form Tag Helpers myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 13. Data Bases And Rails οƒ˜ Review of the MVC Architecture οƒ˜ Entities and Relationships οƒ˜ Databases and Models οƒ˜ Rails Database Conventions οƒ˜ Adding a Model οƒ˜ Database Migrations οƒ˜ The Rails Database Console οƒ˜ Creatinga Rails View of a DatabaseTable οƒ˜ Scaffolding οƒ˜ RESTful Routes and Resources myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 14. Form Helpersand Validation οƒ˜ Introduction οƒ˜ Form Helpers and form_for οƒ˜ Processing Form Helpers οƒ˜ From Form to Database οƒ˜ Redirection οƒ˜ Data Validation οƒ˜ Validation Helpers οƒ˜ The presence Validator οƒ˜ The numericality Validator οƒ˜ The uniqueness Validator myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 15. οƒ˜ The length Validator οƒ˜ The form at Validator οƒ˜ Custom Validation Methods οƒ˜ The errors Object οƒ˜ Displaying Validation Errors in the View Associations In Rails οƒ˜ has one association οƒ˜ belongs_to οƒ˜ has_many association οƒ˜ has_many:through οƒ˜ habtm myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 16. Filters&Callbacks15 οƒ˜ what is filters? οƒ˜ Different types of filters οƒ˜ what is callbacks? οƒ˜ different types of callbacks Adding Style To An Application οƒ˜ Styling οƒ˜ Rails and Sass οƒ˜ Cascading Style Sheets myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 17. Sample Application οƒ˜ Introduction οƒ˜ Registering Users οƒ˜ The Register Action οƒ˜ The flash Hash οƒ˜ Validating the Registration οƒ˜ Logging in οƒ˜ Logging Out οƒ˜ Protected Pages οƒ˜ Filters myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com