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

Learn rails 6, Notodikromo, Adam


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

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

Автор: Notodikromo, Adam
Название:  Learn rails 6
ISBN: 9781484260258
Издательство: Springer
Классификация:


ISBN-10: 1484260252
Обложка/Формат: Paperback
Страницы: 539
Вес: 1.05 кг.
Дата издания: 10.11.2020
Язык: English
Издание: 1st ed.
Иллюстрации: 140 illustrations, color; 13 illustrations, black and white; xv, 685 p. 153 illus., 140 illus. in color.
Размер: 25.40 x 17.81 x 2.90 cm
Читательская аудитория: Professional & vocational
Подзаголовок: Accelerated web development with ruby on rails
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:

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

- &


Crafting Rails 4 Applications

Автор: Valim Josй
Название: Crafting Rails 4 Applications
ISBN: 1937785556 ISBN-13(EAN): 9781937785550
Издательство: Wiley
Рейтинг:
Цена: 30610.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book will help you understand Rails` inner workings, including generators, template handlers, internationalization, routing, and responders. With the knowledge you`ll gain, you`ll create well-tested, modular, and robust solutions for your next project.

Learn Rails 5.2

Автор: Wintermeyer
Название: Learn Rails 5.2
ISBN: 148423488X ISBN-13(EAN): 9781484234884
Издательство: Springer
Рейтинг:
Цена: 55890.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

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.

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.

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.

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.

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

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.

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.

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

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
Наличие на складе: Есть у поставщика Поставка под заказ.

Beginning rails 6

Автор: Somerville, Brady Gamble, Adam Carneiro, Jr., Cloves Al Barazi, Rida
Название: Beginning rails 6
ISBN: 1484257154 ISBN-13(EAN): 9781484257159
Издательство: Springer
Рейтинг:
Цена: 60550.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 1. Introducing the Rails Framework2. Getting Started3. Getting Something Running4. Introduction to the Ruby Language5. Working with a Database: Active Record6. Advanced Active Record: Enhancing Your Models7. Action Pack: Working with the View and the Controller8. Advanced Action Pack9. JavaScript and CSS10. Sending and Receiving Email11. Testing Your Application12. Internationalization13. Deploying Your Rails ApplicationsA. Databases 101B. The Rails CommunityC. Git
NOTES below: for Planned Revisions for Beginning Rails 6 Chapter 1: Introducing the Rails Framework The majority of chapter 1 is still relevant, needing only minor, superficial changes. This may also be a good place to address the "is rails dead?" question. In short, no -- Rails is not dead, it's mature. Chapter 2: Getting StartedThis chapter needs to be updated to include more recent installation instructions and screenshots for more recent versions of technologies involved. The general idea is the same, though.Chapter 3: Getting Something Running This chapter needs minor updates to: Reflect the new directory structure created by RailsReflect that Rails 6 now uses webpack instead of the asset pipelineChapter 4: Introduction to the Ruby LanguageThis chapter needs little, if any revision, as the basics of Ruby which it covers haven't changed much.Chapter 5: Working with a Database: Active RecordThis chapter needs little, if any revision.Chapter 6: Advanced Active Record: Enhancing Your ModelsThis chapter seems like it would need only minor revisions. It is a dense chapter, though, with lots of code samples that need to be verified.Chapter 6.5: ActiveModelWe could add this chapter, showing readers how they can create objects very similar to ActiveRecord models described in the previous chapter, but which aren't directly backed by the database. We would explain why this can be useful, and include an example of usage that fits in with the sample application being developed throughout the app.Chapter 7: Action Pack: Working with the View and the Controller Like the previous chapter, this chapter is still mostly relevant, but has a lot of code samples and screenshots which need verification and updating.Also, the following sections have some changes in Rails 6 that should be updated: "Using Form Helpers" ( form_with was added, and is the preferred way going forward.)"Rendering a Collection of Partials" ( Rails 6 has a newer, more performant way of rendering a collection of partials which should be described)Also, a section on Caching could be added, though it's not new, and may not be appropriate for a "Beginning" book.Chapter 7.5: ActionTextIn this chapter, we would introduce ActionText, which gives the developer a simple path for adding a WYSIWYG editor to their application. This would be a short chapter, and we would show how to add a WYSIWYG editor to the sample application.Chapter 8: Advanced Action PackThis section only needs minor updates to verify code samples are still correct, and to update screenshots. Chapter 8.5: ActiveStorageActiveStorage facilitates the attaching of files to records. (e.g., product images, downloadable pdfs, etc.) We would explain why this is useful, how to configure it, and then provide code samples for how to enhance the sample application with images for each article, or something like that.)Chapter 9: JavaScript and CSSThis

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
   В Контакте     В Контакте Мед  Мобильная версия