Agile Web Development with Rails 8 (Pragmatic Bookshelf)

Most Active This Week Top

Most Active This Month Top

Most Active This Year Top

chndmd
The product errors method has an extra quote after the .none? (lines 20, 29, 38, 46), for example {"border-gray-400 focus:outline...
New
bradleyscollins
The 2nd bullet on p. 223 reads as follows (highlighting mine): The system test in test/system/users_test.rb was generated by the scaff...
New
Julio
If you came to this page via a book’s portal and it has pre-filled part of the title and tags for you please only add what you need to af...
New
alexisszabo
Title: Agile Web Development with Rails 8: Old Content? (page 154) Unless I’m missing something, I suggest the sentence starting with “A...
New
alexisszabo
User.create(name: ‘dave’, email: ‘dave@example.org’,​ work(dev)* password: ‘secret’, password_confirmation: ‘secret’) should be User...
New
alexisszabo
Title: Agile Web Development with Rails 8: (Pg. 144) Example: Programming Flutter: ‘pub get’ command not working (page 15) rails80/depo...
New
mavegaf
In Chapter 6. Task A: Creating the Application, page 70, there is a typo in the word `addtion` Original: “If you examine that output, in...
New
alexisszabo
On page 215, Iteration I2, seems to start with the assumption that the following command was run: bin/rails generate controller Admin ind...
New

Most Active Last Three Years Top

msducheminjr
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
Cellane
Hello, I was struggling a bit with completing chapter 11, iteration F4. While the changes done in the “admin” (maintenance?) panel to st...
New
Tretent
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
Tretent
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
Tretent
Typo in this phrase: " We want to people without an administrative login to be able to purchase our products."
New
msducheminjr
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
eimantas
In a test "image url" there are a couple of product creations and assertions of validity. However text afterwards states that: Rather t...
New
msducheminjr
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
Tretent
The User requires a valid email, such as: User.create! email_address: "dave@example.org", name: "dave", password: Rails.application.cred...
New
msducheminjr
For Iteration J1 Selecting the locale, there is some discontinuity between the code and the text. The products resource has a get :who_...
New
bunnahabhain
Code shows: @line_item = @cart.line_items.build(product: product) This produces an error of " * Product must exist" when you press the ...
New
randyL78
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
msducheminjr
The creation of the products scaffold in Task A requires ActiveStorage and newly created Rails 8 apps provide the configuration needed by...
New
msducheminjr
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
jefff
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

Most Active Over Three Years Top

msducheminjr
Agile Web Development with Rails 8 Beta 3: Rails 8 uses params.expect instead of params.require(...).permit(...) by default in the genera...
New
bunnahabhain
“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
msducheminjr
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
dialogbox
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
seanplynch
Title: Agile Web Development with Raiis 8 : Typo in Linux install rails gem. Chapter 1 Installing Rails (page number 12 ) The command t...
New
joelrealubit
“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
ziyunli
% rbenv install 3.3.5 ==> Installing ruby-3.3.5... -> ./configure "--prefix=$HOME/.rbenv/versions/3.3.5" --enable-...
New
msducheminjr
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
seanplynch
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
New
torgoton
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
Tretent
After deletion of the user, the user is recreated from the console. However, the email address is missing. User.create(name: "dave", pas...
New
jasonnoble
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
msducheminjr
The final screenshot in Iteration J2 after adding the number formatting for the es locale still has the en number formatting. Screens...
New
Tretent
Page 238 is missing the translation of the pay_type label. The correct code is: <%= form.label :pay_type, t(".pay_type") %>
New

Latest in Agile Web Development with Rails 8

View all Agile Web Development with Rails 8 threads ❯

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!

Related Portals