Skip to content

Instantly share code, notes, and snippets.

@dwayne
Last active January 2, 2024 13:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dwayne/6854781 to your computer and use it in GitHub Desktop.
Save dwayne/6854781 to your computer and use it in GitHub Desktop.
My notes from the book "Crafting Rails 4 Applications by José Valim"

Preface

The book is for intermediate to advanced Rails developers looking to dig deeper and make the Rails framework work for them. For e.g. it will show you how the render() method works so you can modify it to accept custom options, such as :pdf.

The book works with Rails ~> 4.0.0.

To get the big picture ideas from the book, you should read the chapters in the order they are presented.

Changes in the Second Edition

  • All projects and code examples updated and tested to work with Rails 4
  • More up-to-date workflows for creating Rails plug-ins and interfacing with the framework
  • A brand-new chapter that covers Rails' support for Server Sent Events, eager loading and thread safety
  • Explores isolated and mountable engines and single-file Rails applications

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment