Reader small image

You're reading from  From PHP to Ruby on Rails

Product typeBook
Published inDec 2023
Reading LevelBeginner
PublisherPackt
ISBN-139781804610091
Edition1st Edition
Languages
Right arrow
Author (1)
Bernard Pineda
Bernard Pineda
author image
Bernard Pineda

Bernard Pineda is a seasoned developer with 20 years of web development experience. Proficient in PHP, Ruby, Python, and other backend technologies, he has taught PHP and PHP-based frameworks through video courses on platforms like LinkedIn Learning. His extensive work with Ruby and Ruby on Rails, along with curiosity in frontend development and game development, bring a diverse perspective to this book. Currently working as a Site Reliability Engineer in Silicon Valley, Bernard is always seeking new adventures.
Read more about Bernard Pineda

Right arrow

Let’s get ready to bundle!!!

Programming languages by themselves, while useful, can’t take into account every single use case that a programmer might encounter. The core of the language includes many useful libraries, so out of the box, the language is quite useful. This is true for most programming languages. However, there comes a time when we need to go beyond the core library and use other libraries to solve our issues at hand. In Ruby, the community has created a number of libraries, fondly named gems. To keep track of these gems, the Ruby community has come up with a tool called bundler. To season PHP developers, the PHP counterpart for the bundler is Composer (https://getcomposer.org/). The two work for the same purpose (managing libraries), but bundler works slightly differently in that it installs the libraries in the computer, while Composer merely makes them available for your project. But wait – we haven’t even installed a library yet. Let’...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
From PHP to Ruby on Rails
Published in: Dec 2023Publisher: PacktISBN-13: 9781804610091

Author (1)

author image
Bernard Pineda

Bernard Pineda is a seasoned developer with 20 years of web development experience. Proficient in PHP, Ruby, Python, and other backend technologies, he has taught PHP and PHP-based frameworks through video courses on platforms like LinkedIn Learning. His extensive work with Ruby and Ruby on Rails, along with curiosity in frontend development and game development, bring a diverse perspective to this book. Currently working as a Site Reliability Engineer in Silicon Valley, Bernard is always seeking new adventures.
Read more about Bernard Pineda