Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Series TitleSeries Title
-
Reading LevelReading Level
-
YearFrom:-To:
-
More FiltersMore FiltersContent TypeItem TypeIs Full-Text AvailableSubjectCountry Of PublicationPublisherSourceTarget AudienceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
32,130
result(s) for
"Ruby"
Sort by:
Ruby-throated hummingbirds : tiny hovering birds
by
Hirsch, Rebecca E., author
in
Ruby-throated hummingbird Juvenile literature.
,
Ruby-throated hummingbird.
,
Hummingbirds.
2016
This title compares and contrasts the ruby-throated hummingbird's appearance, behavior, habitat, and life cycle to other birds like the Austrian pelican and the turkey vulture.
Ruby A. Black
by
Beasley, Maurine H
in
Black, Ruby A - Friends and associates
,
Black, Ruby A. (Ruby Aurora), 1896-1957
,
Friendship
2017,2020
This book explores the relationship of Washington journalist Ruby A. Black with two notable mid-twentieth-century figures: Eleanor Roosevelt and Luis Muñoz Marín. Black's role in the political atmosphere surrounding the first lady brought much-needed attention to Puerto Rico and enhanced Roosevelt's position, but had a detrimental effect on Black's career.
Programming Ruby 3.3
by
Thomas, Dave
,
Rappin, Noel
2024
Ruby is one of the most important programming languages in use for web development. It powers the Rails framework, which is the backing of some of the most important sites on the web. The Pickaxe Book, named for the tool on the cover, is the definitive reference on Ruby, a highly-regarded, fully object-oriented programming language. This updated edition is a comprehensive reference on the language itself, with a tutorial on the most important features of Ruby - including pattern matching and Ractors - and describes the language through Ruby 3.3.Would you like to go from first idea to working code much, much faster? Do you currently spend more time satisfying the compiler instead of your clients or end users? Are you frustrated with demanding languages that seem to get in your way instead of helping you get the work done? Are you using Rails and want to dig deeper into the underlying Ruby language? If so, then we've got a language and book for you!Ruby is a fully object-oriented language. The combination of the power of a pure object-oriented language with the convenience of a scripting language makes Ruby a favorite tool of programmers that want to get things done quickly and cleanly.This comprehensive reference manual for Ruby includes a description of the most important standard library modules, built-in classes, and modules. It also includes all the new and changed syntax and semantics introduced through Ruby 3.3, including pattern matching and Ractors, and describes the language through Ruby 3.3.What You Need:This book assumes you have a basic understanding of object-oriented programming.In general, Ruby programmers tend to favor the the command line for running their code, and they tend to use text editors rather than IDEs.Ruby runs on Windows, Linux, and MacOS.
Learn Rails 5.2 : accelerated web development with Ruby on Rails
Learn to build Rails-based web applications using all the latest features offered in Rails 5.2. Author Stefan Wintermeyer begins by teaching the basics of Ruby 2.5 before proceeding through all aspects of Rails, utilizing clean, succinct examples, rather than a single large application. This book covers topics including Active Storage, Credentials, Active record, Scaffolding, REST, Routing, Bundler, Forms, Cookies, and Sessions, all of which are vital for modern Rails web applications. To complement these topics you'll also learn about test-driven development, Action Cable, Active Job, Action Mailer, l18n, Asset Pipeline, and caching. Finally, you'll see a how-to for a production web server wit nginx. This complete set of skills will set you up for a future of efficient and elegant Rails coding. You will: use the Ruby on Rails web development framework ; install and manage the Rails framework ; persist data for your web application with Active Record ; work with forms ; apply a test-driven development approach to your Rails-based web applications ; discover many Rails secrets and tips.
Beginning Ruby : from novice to professional
The light and agile Ruby programming language remains a very popular open source scripting option for developers building today's web and even some enterprise applications. Now, Ruby also has applications using the Raspberry Pi, popular among hobbyists and makers. Many former Java developers still use Ruby on Rails today, the most popular framework for building Ruby applications. The new edition of this book provides the same excellent introduction to Ruby as the previous editions plus updates for the newest version of Ruby 2.2 which includes new garbage collection support of symbol type objections, a new incremental garbage collector, memory management, vfork(2) with system and spawn functions and much more. Beginning Ruby starts by explaining the principles behind object-oriented programming, and within a few chapters builds toward creating a fully functional Ruby application. By the end of the book, you'll also have basic understanding of many ancillary technologies such as SQL/NoSQL, XML, web frameworks, and networking - some of which are needed as part of a fully functioning Ruby application.
Agile Web Development with Rails 7
by
Ruby, Sam
,
Thomas, Dave
in
Agile software development
,
Application software
,
Object-oriented programming (Computer science)
2023
Rails 7 completely redefines what it means to produce fantastic user experiences and provides a way to achieve all the benefits of single-page applications - at a fraction of the complexity. Rails 7 integrates the Hotwire frameworks of Stimulus and Turbo directly as the new defaults, together with that hot newness of import maps. The result is a toolkit so powerful that it allows a single individual to create modern applications upon which they can build a competitive business. The way it used to be.Ruby on Rails helps you produce high-quality, beautiful-looking web applications quickly - you concentrate on creating the application, and Rails takes care of the details. Rails 7 brings many improvements, and this edition is updated to cover the new features and changes in best practices.We start with a step-by-step walkthrough of building a real application, and in-depth chapters look at the built-in Rails features. Follow along with an extended tutorial as you write a web-based store application. Eliminate tedious configuration and housekeeping, seamlessly incorporate JavaScript, send and receive emails, manage background jobs with ActiveJob, and build real-time features using WebSockets and ActionCable. Test your applications as you write them using the built-in unit, integration, and system testing frameworks, internationalize your applications, and deploy your applications easily and securely.Rails 1.0 was released in December 2005. This book was there from the start, and didn't just evolve alongside Rails, it evolved with Rails. It has been developed in consultation with the Rails core team. In fact, Rails itself is tested against the code in this book.What You Need:All you need is a Windows, Mac OS X, or Linux machine to do development on. This book will take you through the steps to install Rails and its dependencies. If you aren't familiar with the Ruby programming language, this book contains a chapter that covers the basics necessary to understand the material in the book.