FROM PHP TO RUBY ON RAILS transition from PHP to Ruby by leveraging your existing backend programming knowledge

This book offers a unique take on Ruby from the perspective of a seasoned PHP developer who initially refused to learn other technologies, but never looked back after taking the leap. As such, it teaches with a language-agnostic approach that will help you feel at home in any programming language wi...

Full description

Bibliographic Details
Main Author: Pineda, Bernard
Format: eBook
Language:English
Published: Birmingham, UK Packt Publishing Ltd. 2023
Edition:1st edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 06860nmm a2200421 u 4500
001 EB002192825
003 EBX01000000000000001330290
005 00000000000000.0
007 cr|||||||||||||||||||||
008 240201 ||| eng
020 |a 9781804617588 
050 4 |a TK5105.8885.R83 
100 1 |a Pineda, Bernard 
245 0 0 |a FROM PHP TO RUBY ON RAILS  |h [electronic resource]  |b transition from PHP to Ruby by leveraging your existing backend programming knowledge  |c Bernard Pineda 
250 |a 1st edition 
260 |a Birmingham, UK  |b Packt Publishing Ltd.  |c 2023 
300 |a 1 online resource 
505 0 |a Automatic returns -- Optional parentheses -- Questionable exclamation method names -- Summary -- Chapter 4: Ruby Scripting versus PHP Scripting -- Technical requirements -- Beyond Hello World -- Text handling -- The upcase method -- The downcase method -- The capitalize method -- File manipulation -- The split() method -- The map() method -- The join() method -- Creating and modifying file contents -- Command-line arguments -- User input -- Putting it all together -- Summary -- Chapter 5: Libraries and Class Syntax -- Technical requirements -- Let's get ready to bundle!!! -- Installing a gem 
505 0 |a Starting our Ruby on Rails project -- Rails file structure explained -- MVC at its finest -- POST, GET, and SESSION in Rails -- Summary -- Chapter 8: Models, DBs, and Active Record -- Technical requirements -- Generating models using Rails -- Rails migrations -- Connecting to a database -- The Rails console -- Active Record operations -- Creating records -- Selecting record(s) -- Updating records -- Deleting record(s) -- Summary -- Chapter 9: Bringing It All Together -- Technical requirements -- Project preparation -- Setting up our application -- Processing data -- Setting up the CRUD interface 
505 0 |a Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Part 1: From PHP to Ruby Basics -- Chapter 1: Understanding the Ruby Mindset and Culture -- Technical requirements -- Ruby is meant to be read as sentences -- Everything is an object -- Transitioning to Ruby -- Summary -- Chapter 2: Setting Up Our Local Environment -- Technical requirements -- Installing Ruby locally -- macOS users -- Windows users -- Linux users -- Using a virtual machine -- VMware -- VirtualBox -- Vagrant -- Using Docker -- Using rbenv -- Summary 
505 0 |a Chapter 3: Comparing Basic Ruby Syntax to PHP -- Technical requirements -- Running Ruby code from the command line -- Running a simple code file -- Loading a source code file with the load method -- Loading a source code file with the require method -- Ruby classes and modules -- The include method -- Interactive Ruby Shell (IRB) -- Exploring types of variables -- Arrays -- Hashes -- Symbols -- Using conditional statements -- The if statement -- The if-else statement -- The ternary operator -- Repeating code with loops -- Using Ruby language enhancements -- The unless sentence -- The until loop 
505 0 |a Gemfile versus composer.json -- Integrating libraries into your code in Ruby -- Declaring classes in Ruby -- Objects in Ruby -- Attribute accessors -- Inheritance in Ruby -- Summary -- Chapter 6: Debugging Ruby -- Technical requirements -- Debugging functions in Ruby versus PHP -- Gems for debugging -- The debug gem -- The pry gem -- The byebug gem -- Understanding IRB's usefulness -- Summary -- Part 2: Ruby and the Web -- Chapter 7: Understanding Convention over Configuration -- Technical requirements -- If there is Ruby magic, there is Rails magic -- Installing Ruby on Rails 
653 |a Web sites / Authoring programs / fast 
653 |a Sites Web / Systèmes-auteur 
653 |a Ruby on rails (Electronic resource) / fast 
653 |a Ruby on rails (Electronic resource) / http://id.loc.gov/authorities/names/n2007054474 
653 |a Web sites / Authoring programs / http://id.loc.gov/authorities/subjects/sh98000036 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 1804610097 
776 |z 9781804610091 
776 |z 180461758X 
776 |z 9781804617588 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781804610091/?ar  |x Verlag  |3 Volltext 
082 0 |a 006.7/6 
520 |a This book offers a unique take on Ruby from the perspective of a seasoned PHP developer who initially refused to learn other technologies, but never looked back after taking the leap. As such, it teaches with a language-agnostic approach that will help you feel at home in any programming language without learning everything from scratch. This approach will help you avoid common mistakes such as writing Ruby as if it were PHP and increase your understanding of the programming ecosystem as a whole. By the end of this book, you'll have gained a solid understanding of Ruby, its ecosystem, and how it compares to PHP, enabling you to build robust and scalable applications using Ruby on Rails.  
520 |a What you will learn Set up a robust development environment by configuring essential tools and dependencies Understand the MVC model and learn effective techniques for working with Ruby libraries and frameworks Integrate authentication functionality into your Rails application by leveraging gems Find out how to process data from forms, URLs, and sessions within a Ruby on Rails application Gain proficiency in using functions and gems for debugging and troubleshooting your Rails project Create a simple Rails application, run it, and debug it in production mode Who this book is for This book is for PHP developers new to Ruby and Ruby on Rails. Whether you're a seasoned PHP developer or just starting out, this book will show you how you can transfer your existing PHP knowledge to Ruby and build web applications using the powerful Ruby on Rails framework 
520 |a Become a proficient Ruby developer and expand your skill set by exploring the world of Ruby from a PHP developer's perspective Key Features Understand the notable differences between Ruby and PHP development Gain practical experience and proficiency in Ruby by contrasting PHP examples with their equivalent Ruby counterparts Explore how Ruby integrates into the Ruby on Rails framework and make insightful comparisons with PHP frameworks Purchase of the print or Kindle book includes a free PDF eBook Book Description Are you a PHP developer looking to take your first steps into the world of Ruby development? From PHP to Ruby on Rails will help you leverage your existing knowledge to gain expertise in Ruby on Rails. With a focus on bridging the gap between PHP and Ruby, this guide will help you develop the Ruby mindset, set up your local environment, grasp the syntax, master scripting, explore popular Ruby frameworks, and find out about libraries and gems.