Rails 4 in Action: Revised Edition of Rails 3 in Action

Rails 4 in Action: Revised Edition of Rails 3 in Action
ISBN-10
1617291099
ISBN-13
9781617291098
Category
Computers
Pages
576
Language
English
Published
2015-09-19
Publisher
Manning Publications
Authors
Ryan Bigg, Yehuda Katz, Steve Klabnik

Description

Summary Rails 4 in Action is a comprehensive introduction to Rails that guides you hands-on through all you'll need to become a competent and confident Rails developer. In it, you'll master Rails 4 by developing a ticket-tracking application that includes RESTful routing, authentication and authorization, file uploads, email, and more. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Book Rails is a full-stack, open source web framework powered by Ruby. Now in version 4, Rails is mature and powerful, and to use it effectively you need more than a few Google searches. You'll find no substitute for the guru's-eye-view of design, testing, deployment, and other real-world concerns that this book provides. Rails 4 in Action is a hands-on guide to the subject. In this fully revised new edition, you'll master Rails 4 by developing a ticket-tracking application that includes RESTful routing, authentication and authorization, file uploads, email, and more. Learn to design your own APIs and successfully deploy a production-quality application. You'll see test-driven development and behavior-driven development in action throughout the book, just like in a top Rails shop. What's Inside Creating your own APIs Using RSpec and Capybara Emphasis on test-first development Fully updated for Rails 4 About the Reader For readers of this book, a background in Ruby is helpful but not required. No Rails experience is assumed. About the Authors Ryan Bigg, Yehuda Katz, Steve Klabnik, and Rebecca Skinner are contributors to Rails and active members of the Rails community. Table of Contents Ruby on Rails, the framework Testing saves your bacon Developing a real Rails application Oh, CRUD! Nested resources Authentication Basic access control Fine-grained access control File uploading Tracking state Tagging Sending email Deployment Designing an API Rack-based applications

Other editions

Similar books

  • The Rails 4 Way
    By Obie Fernandez, Kevin Faustino

    This guide will help you Build powerful, scalable REST-compliant APIs Program complex program flows using Action Controller Represent models, relationships, CRUD operations, searches, validation, callbacks, and more Smoothly evolve ...

  • Ruby on Rails Tutorial: Learn Web Development with Rails
    By Michael Hartl

    This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.

  • Rails Cookbook: Recipes for Rapid Web Development with Ruby
    By Rob Orsini

    This text is for all web developers, regardless of experience, who want to learn about Rails applications.

  • Flexible Rails: Flex 3 on Rails 2
    By Peter Armstrong

    (Of course, if you want the new profiler, you're still paying a nontrivial sum to get the Professional Edition.) In April 2007, Adobe announced the open sourcing of the Flex 3 framework under the Mozilla Public License (MPL).

  • Ruby for Rails: Ruby Techniques for Rails Developers
    By David Heinemeier Hansson, David A. Black

    -The word is out: with ""Ruby on Rails"" you can build powerful Web applications easily and quickly! And just like the Rails framework itself, Rails applications are Ruby programs. That...

  • Agile Web Development with Rails 6
    By Sam Ruby, Dave Thomas, David B. Copeland

    wget https://chromedriver.storage.googleapis.com/2.41/chromedriver_linux64.zip $ unzip chromedriver_linux64.zip $ sudo mv chromedriver /usr/bin/chromedriver $ sudo chown root:root /usr/bin/chromedriver $ sudo chmod +x ...

  • The Ruby on Rails 3 Tutorial and Reference Collection
    By Obie Fernandez, Michael Hartl

    This collection helps youInstall and set up your Rails development environmentGo beyond generated code to truly understand how to build Rails applications from scratchLearn Test Driven Development (TDD) with RSpecEffectively use the Model ...

  • Crafting Rails 4 Applications: Expert Practices for Everyday Rails Development
    By Jose Valim

    In addition, you'll improve your productivity by customizing generators and responders. This book will help you understand Rails' inner workings, including generators, template handlers, internationalization, routing, and responders.

  • Jump Start Rails
    By Andy Hawthorne

    In this work, you'll learn about Ruby and Model-View Controller architecture, how to build a Rails application, and to deploy it using Heroku.

  • Jump Start Sinatra: Get Up to Speed With Sinatra in a Weekend
    By Darren Jones

    It's a fun and easily understandable project that is used to demonstrate the concepts outlined in the book in a practical way. This is a clear, approachable and very easy-to-follow book that will get you to to speed with Sinatra in no time.