Автор: Ruby Sam, Copeland David B., Thomas Dave Название: Agile Web Development with Rails 5.1 ISBN: 1680502514 ISBN-13(EAN): 9781680502510 Издательство: Wiley Рейтинг: Цена: 7366.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
Автор: Dave Thomas Sam Ruby & Название: Agile Web Development with Rails 4 ISBN: 1937785564 ISBN-13(EAN): 9781937785567 Издательство: Wiley Рейтинг: Цена: 5542.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
Автор: St Laurent Simon Название: Learning Rails 3 ISBN: 144930933X ISBN-13(EAN): 9781449309336 Издательство: Wiley Рейтинг: Цена: 4434.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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
Автор: Notodikromo, Adam Название: Learn rails 6 ISBN: 1484260252 ISBN-13(EAN): 9781484260258 Издательство: Springer Рейтинг: Цена: 10480.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
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
- &
Автор: Rappin Noel Название: Rails 5 Test Prescriptions: Build a Healthy Codebase ISBN: 1680502506 ISBN-13(EAN): 9781680502503 Издательство: Wiley Рейтинг: Цена: 6098.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
Автор: Locklear Mark, Laurent Simon St, Dumbill Edd Название: Learning Rails 5: Rails from the Outside in ISBN: 1491926198 ISBN-13(EAN): 9781491926192 Издательство: Wiley Рейтинг: Цена: 5701.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
Автор: Ruby Sam, Copeland David B., Thomas Dave Название: Agile Web Development with Rails 6 ISBN: 1680506706 ISBN-13(EAN): 9781680506709 Издательство: Wiley Рейтинг: Цена: 7366.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
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.
Автор: Alan Bradburne Название: Rails 5 Revealed ISBN: 148421708X ISBN-13(EAN): 9781484217085 Издательство: Springer Рейтинг: Цена: 2374.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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
Автор: Paul Akshat, Philips Peter, Szabу Dбniel Название: The Ruby Workshop ISBN: 1838642366 ISBN-13(EAN): 9781838642365 Издательство: Неизвестно Рейтинг: Цена: 8091.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
Автор: Puglisi Silvia Название: Restful Rails Development ISBN: 1491910852 ISBN-13(EAN): 9781491910856 Издательство: Wiley Рейтинг: Цена: 5067.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book serves as a practical guide to developing RESTful applications, designing RESTful architectures, and deploying RESTful services using Ruby on Rails. By the end of each chapter, the reader will have key takeaways for how to build and extend a multi-service platform spanning different devices.
Автор: Valim Josй Название: Crafting Rails 4 Applications ISBN: 1937785556 ISBN-13(EAN): 9781937785550 Издательство: Wiley Рейтинг: Цена: 4592.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru