Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Learn Rails 5.2, Wintermeyer


Варианты приобретения
Цена: 55890.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: 118 шт.  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Wintermeyer
Название:  Learn Rails 5.2
ISBN: 9781484234884
Издательство: Springer
Классификация:


ISBN-10: 148423488X
Обложка/Формат: Paperback
Страницы: 435
Вес: 0.88 кг.
Дата издания: 2018
Язык: English
Издание: 1st ed.
Иллюстрации: 147 illustrations, color; 1 illustrations, black and white; xiv, 584 p. 148 illus., 147 illus. in color.
Размер: 181 x 259 x 28
Читательская аудитория: General (us: trade)
Основная тема: Web Development
Подзаголовок: Accelerated Web Development with Ruby on Rails
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:
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, I18n, Asset Pipeline, and caching. Finally, you’ll see a how-to for a production web server with nginx. This complete set of skills will set you up for a future of efficient and elegant Rails coding.
What You Will Learn
Use the Ruby on Rails web development framework Install and manage the Rails frameworkPersist data for your web application with Active Record Work with forms Apply a test-driven development approach to your Rails-based web applicationsDiscover many Rails secrets and tips
Who This Book Is For
Beginners with at least some prior programming experience. Ruby experience is helpful, but not required.

Дополнительное описание:
1. Ruby Introduction.- 2. First Steps with Rails.- 3. ActiveRecord for Persistence.- 4. Scaffolding and REST.- 5. Routes.- 6. Bundler and Gems.- 7. Forms.- 8. Cookies and Sessions.- 9. Tests.- 10. Active Job.- 11. Action Mailer.- 12. Internationaliza


Learn rails 6

Автор: Notodikromo, Adam
Название: Learn rails 6
ISBN: 1484260252 ISBN-13(EAN): 9781484260258
Издательство: Springer
Рейтинг:
Цена: 69870.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Part 1: Introduction to Ruby and Rails

Chapter 1: Hello, Rails

- The world before the Rails

- Favorite things I gained from Rails

- Increased Signal-to-Noise ratio

- Testability since Day 1

- Programmer happiness

- Installing Docker on Windows

- Installing Docker on Ubuntu Linux

- Installing Docker on MacOS

- Creating simple containerized Rails app

- MVC architecture

- Deploying to Heroku

- Git workflow

Chapter 2: Ruby Quick Crash Course

- What kind of a language is Ruby?

- Interactive console

- Number

- String

- Making a Class

- Public functions

- Private and protected membership

- Instance variables

- Constants

- Building on a Module

- Everything is an Object

- Date

- Array

- Hash

- Symbol (after having experience building Hash with Symbol vs String)

- Instantiating other objects

- Make your own Block (simple way to introduce yield & block, and learn build simple DSL)

- Thread

- Meta-programming

Part 2: Building a Social Network

- What are we building?

- Use case diagram

- Entity diagram

Chapter 3: Building the Models

- User model

- Inserting data

- Updating data

- Seeking data

- Destroying data

- Unit-test the model with RSpec

- Complex Query

- Status model and Has One-to-One relationship

- Friendship model and Many-to-Many relationship

- Testing up the relationships

- Adding validations

- &

Rails 5 Revealed

Автор: Alan Bradburne
Название: Rails 5 Revealed
ISBN: 148421708X ISBN-13(EAN): 9781484217085
Издательство: Springer
Рейтинг:
Цена: 15830.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 1. Overview 2. Breaking Changes and Upgrading from Rails 4.2 3. ActiveRecord 4. Test Framework Changes 5. Rails 5 API 6. JavaScript and Turbolinks 3 7. ActionCable

Learning Rails 3

Автор: St Laurent Simon
Название: Learning Rails 3
ISBN: 144930933X ISBN-13(EAN): 9781449309336
Издательство: Wiley
Рейтинг:
Цена: 29560.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Ready to learn Rails? Unlike most Rails books, Learning Rails is for web developers, and not for programmers. You`ll start from the foundations of the Web you already know, and learn how to create something visible with Rails before reaching the more difficult database models and controller code. Learning Rails 3 covers the most recent developments

Docker for Rails Developers: Build, Ship, and Run Your Applications Everywhere

Автор: Isenberg Rob
Название: Docker for Rails Developers: Build, Ship, and Run Your Applications Everywhere
ISBN: 1680502735 ISBN-13(EAN): 9781680502732
Издательство: Wiley
Рейтинг:
Цена: 30610.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Docker does for DevOps what Rails did for web development--it gives you a new set of superpowers. Gone are "works on my machine" woes and lengthy setup tasks, replaced instead by a simple, consistent, Docker-based development environment that will have your team up and running in seconds. Gain hands-on, real-world experience with a tool that's rapidly becoming fundamental to software development. Go from zero all the way to production as Docker transforms the massive leap of deploying your app in the cloud into a baby step.

Docker makes life as a Ruby and Rails developer easier. It helps build, ship, and run your applications, solving major problems you face every day. It allows you to run applications at scale, adding new resources as needed. Docker provides a reliable, consistent environment that's guaranteed to work the same everywhere.

Docker lets you do all things DevOps without needing a PhD in infrastructure and operations. Want to spin up a cluster to run your app? No problem. Scale it up or down at will? You bet. Start by running a Ruby script without having Ruby installed on the local machine. Then Dockerize a Rails application and run it using containers, including creating your own custom Docker images tailored for running Rails apps. Describe your app declaratively using Docker Compose, specifying the software dependencies along with everything needed to run the application. Then set up continuous integration, as well as your deployment pipeline and infrastructure. Along the way, find out the best practices for using Docker in development and production environments.

This book gives you a solid foundation on using Docker and fitting it into your development workflow and deployment process.



What You Need:

All you need is a Windows, Mac OS X or Linux machine to do development on. This book guides you through the process of installing Docker. Some basic familiarity with Linux/Unix is recommended even if you're using a Windows machine.

Rails 5 Test Prescriptions: Build a Healthy Codebase

Автор: Rappin Noel
Название: Rails 5 Test Prescriptions: Build a Healthy Codebase
ISBN: 1680502506 ISBN-13(EAN): 9781680502503
Издательство: Wiley
Рейтинг:
Цена: 40650.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Does your Rails code suffer from bloat, brittleness, or inaccuracy? Cure these problems with the regular application of test-driven development. You`ll use Rails 5.1, Minitest 5, and RSpec 3.6, as well as popular testing libraries such as factory_girl and Cucumber.

Agile Web Development with Rails 5.1

Автор: Ruby Sam, Copeland David B., Thomas Dave
Название: Agile Web Development with Rails 5.1
ISBN: 1680502514 ISBN-13(EAN): 9781680502510
Издательство: Wiley
Рейтинг:
Цена: 49110.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The new edition of this award-winning classic is completely updated for Rails 5.1 and Ruby 2.4, with information on system testing, Webpack, and advanced JavaScript.

Learning Rails 5: Rails from the Outside in

Автор: Locklear Mark, Laurent Simon St, Dumbill Edd
Название: Learning Rails 5: Rails from the Outside in
ISBN: 1491926198 ISBN-13(EAN): 9781491926192
Издательство: Wiley
Рейтинг:
Цена: 38010.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: If you`re a web developer or designer ready to learn Ruby on Rails, this hands-on guide is the ideal way to get started. Rather than toss you into the middle of the framework`s Model-View-Controller architecture, as many books do, Learning Rails 5 begins with the foundations of the Web you already know.

Agile Web Development with Rails 4

Автор: Dave Thomas Sam Ruby &
Название: Agile Web Development with Rails 4
ISBN: 1937785564 ISBN-13(EAN): 9781937785567
Издательство: Wiley
Рейтинг:
Цена: 36950.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Rails just keeps on changing. Both Rails 3 and 4, as well as Ruby 1.9 and 2.0, bring hundreds of improvements, including new APIs and substantial performance enhancements. The fourth edition of this award-winning classic has been reorganized and refocused so it`s more useful than ever before for developers new to Ruby and Rails.

The Ruby Workshop

Автор: Paul Akshat, Philips Peter, Szabу Dбniel
Название: The Ruby Workshop
ISBN: 1838642366 ISBN-13(EAN): 9781838642365
Издательство: Неизвестно
Рейтинг:
Цена: 53940.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The Ruby Workshop equips you with the real-world skills that you can apply to your own web application development projects. Whether you want to create a web application, write simple scripts, manipulate data, or just learn the basics of object-oriented programming, this book will quickly get you on the right track.

Rails, Angular, Postgres, and Bootstrap: Powerful, Effective, Efficient, Full-Stack Web Development

Автор: Copeland David B.
Название: Rails, Angular, Postgres, and Bootstrap: Powerful, Effective, Efficient, Full-Stack Web Development
ISBN: 1680502204 ISBN-13(EAN): 9781680502206
Издательство: Wiley
Рейтинг:
Цена: 33780.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: With this fully revised new edition, take a holistic view of full-stack development to create usable, high-performing applications with Rails 5.1.

Ruby on Rails for Beginners: Rails Web Development Programming and Coding Tutorial

Автор: Joyner Joseph
Название: Ruby on Rails for Beginners: Rails Web Development Programming and Coding Tutorial
ISBN: 1682121453 ISBN-13(EAN): 9781682121450
Издательство: Неизвестно
Цена: 12250.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

Agile Web Development with Rails 6

Автор: Ruby Sam, Copeland David B., Thomas Dave
Название: Agile Web Development with Rails 6
ISBN: 1680506706 ISBN-13(EAN): 9781680506709
Издательство: Wiley
Рейтинг:
Цена: 49110.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Learn Rails the way the Rails core team recommends it, along with the tens of thousands of developers who have used this broad, far-reaching tutorial and reference. If you're new to Rails, you'll get step-by-step guidance. If you're an experienced developer, get the comprehensive, insider information you need for the latest version of Ruby on Rails. The new edition of this award-winning classic is completely updated for Rails 6 and Ruby 2.6, with information on system testing, Webpack, and advanced JavaScript.

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 6 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 Ajax and 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. New in this edition is coverage of Action Mailer, which allows you to receive emails in your app as well as ActionText, a zero-configuration rich text editing feature.

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.



Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия