Agile Web Development with Rails 8 (Pragmatic Bookshelf)
Most Active This Week

A new_product method is defined and never used. Also, the image_url parameter is never used:
def new_product(image_url)
Product.new(ti...
New

The User requires a valid email, such as:
User.create! email_address: "dave@example.org", name: "dave", password: Rails.application.cred...
New

There is a spelling mistake on page 90:
but is is possible
p.s. this is the first time I’m reporting a problem, if I made any mistakes ...
New

In DHH’s foreward, near the bottom of the first page, is this text:
Think of all the incredible applications that run the internet with...
New

After deletion of the user, the user is recreated from the console. However, the email address is missing.
User.create(name: "dave", pas...
New

Page 254 shows an example of a log that is obtained following the sending of an e-mail.
However, the first string START SupportMailbox#p...
New

Typo in this phrase:
" We want to people without an administrative login to be able to purchase our products."
New

Page 238 is missing the translation of the pay_type label.
The correct code is:
<%= form.label :pay_type, t(".pay_type") %>
New
Most Active This Month
Most Active This Year

When you generate a new Rails, app, there is no version constraint on tailwindcss-rails in the Gemfile. The gem released version 4.0.x on...
New

Hello, I was struggling a bit with completing chapter 11, iteration F4.
While the changes done in the “admin” (maintenance?) panel to st...
New

Title: Agile Web Development with Rails 8: page 128 (epub)
On a fresh install, the foreman gem needs to be installed before running bin/...
New

Code shows:
@line_item = @cart.line_items.build(product: product)
This produces an error of " * Product must exist" when you press the ...
New

Title: Agile Web Development with Rails 8 B3.0:: Typo when creating array (51)
Edition B3.0
On page 51 there is a typo in an example fo...
New

It looks like the Atom feed section of the book was intended to be removed for this edition, but there are still references to it, as wel...
New

For Iteration J1 Selecting the locale, there is some discontinuity between the code and the text.
The products resource has a get :who_...
New

The creation of the products scaffold in Task A requires ActiveStorage and newly created Rails 8 apps provide the configuration needed by...
New

Paragraph on p 265, you no longer navigate to http://localhost:3000/admin to login. It’s now http://localhost:3000/session/new (or just t...
New

The footnoted link is giving me a 404
It’s listed as https://media.pragprog.com/titles/rails80/code/rails80/depot_a/db/seeds.rb
New

Agile Web Development with Rails 8 Beta 3: Rails 8 uses params.expect instead of params.require(...).permit(...) by default in the genera...
New

In a test "image url" there are a couple of product creations and assertions of validity. However text afterwards states that:
Rather t...
New

“demo> bin/rails about” works on Windows 11 Git Bash shell, no need for “ruby bin/rails about”. Although on Powershell, “ruby bin/rail...
New

The section that instructs users to change the using: :chrome to using: :headless_chrome at the top of page 189 is no longer needed. rail...
New

The form_with helper for orders/_form.html.erb needs to have a url: parameter with the current locale or else the form will be submitted ...
New
Most Active Last Three Years

% rbenv install 3.3.5
==> Installing ruby-3.3.5...
-> ./configure "--prefix=$HOME/.rbenv/versions/3.3.5" --enable-...
New

class Order < ActiveRecord::Base
…
“This Order class is defined to be a subclass of the ApplicationRecord class.”
Should the class ...
New

This is just an update that needs to be made to the text. In previous versions of the book, you start off with no endpoints of the app re...
New

Title: Agile Web Development with Raiis 8 : Typo in Linux install rails gem. Chapter 1 Installing Rails (page number 12 )
The command t...
New

“created include title, description, image_url, and price, as well as a few timestamps”
There is no image_url defined in the migration o...
New

In “ A perenniel theme of Rails is compressing complexity,” I think perenniel should be perennial.
New

Title: Agile Web Development with Rails 8 (page xiv)
The link for the Rails Doctrine is incorrect (404). Ruby on Rails — The Rails Doctr...
New

The last code sample says it’s
rails80/depot_g/test/controllers/line_items_controller_test.rb
I believe this must be depot_f not depot_...
New

The B4 version still has a paragraph about the Ruby 3.3.4 work-around and using sed in the Dockerfile. It’s no longer needed because it’s...
New

The current third playtime bullet for Task J I18n is no longer relevant:
Translate the Order::PAYMENT_TYPES shown in the drop-down. You...
New

Agile Web Development with Rails 8_B6.0 “headless_chrome” related (page 189)
In “headless_chrome” the browser does not launch, since it...
New

The file: app/views/line_items/_line_item.html.erb was created in iteration D2, when we ran the generator: bin/rails generate scaffold L...
New

Iteration I2: Administrative Pages. The h1 tag for the admin#index view has contradictory text size classes text-lg and text-4xl. The ima...
New

The final screenshot in Iteration J2 after adding the number formatting for the es locale still has the en number formatting.
Screens...
New

Minor nit, but there is a missing line feed in the development.log, making it harder to comprehend.
Current:
Attempt to access invalid ...
New
Most Active Over Three Years
Publisher:
Pragmatic Bookshelf
Latest in Agile Web Development with Rails 8
Get money off!

The Pragmatic Bookshelf
35% off any eBook
Use the coupon code "devtalk.com" to get 35% off any eBook published by PragProg!