
Rails 4 in Action
Revised Edition of Rails 3 in Action
- 576 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Rails 4 in Action
Revised Edition of Rails 3 in Action
About this book
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
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Praise for Rails 3 in Action
- Preface
- Acknowledgments
- About this Book
- Chapter 1. Ruby on Rails, the framework
- Chapter 2. Testing saves your bacon
- Chapter 3. Developing a real Rails application
- Chapter 4. Oh, CRUD!
- Chapter 5. Nested resources
- Chapter 6. Authentication
- Chapter 7. Basic access control
- Chapter 8. Fine-grained access control
- Chapter 9. File uploading
- Chapter 10. Tracking state
- Chapter 11. Tagging
- Chapter 12. Sending email
- Chapter 13. Deployment
- Chapter 14. Designing an API
- Chapter 15. Rack-based applications
- Appendix A. Installation guide
- Appendix B. Why Rails?
- Index
- List of Figures
- List of Tables
- List of Listings