SShortSingh.
Back to feed

Author Shares Progress Update on 'Testing Rails from Scratch' Book

0
·2 views

Developer and author Aaron Sumner has published a work-in-progress update on his upcoming book, 'Testing Rails from Scratch,' which explores test-driven development in Ruby on Rails using the framework's default testing stack. Five chapters are currently available for purchase on Leanpub, with Chapters 1 and 3 offered as free previews. Progress has been slower than expected due to personal circumstances over the summer, but the author aims to complete the book by end of September. A discounted work-in-progress price of $9 for lifetime updates is available until the book is finished. Remaining chapters will cover topics including test data management, integration and system testing, and writing tests first.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Publishes Open Blueprint to Coordinate Basic Survival Resources Beyond Financial Access

A developer has released the first version of the Social Resource Floor, an open blueprint designed to help coordinate access to essential survival resources — including food, housing, healthcare, and energy — without requiring financial access as a prerequisite. The project aims to create a coordination layer above existing social protection systems such as OpenSPP, OpenG2P, and OpenCRVS, allowing independent providers to work together without surrendering their own data or infrastructure. The blueprint uses language-neutral JSON Schemas as its authoritative source of truth, accompanied by prose specifications, a conformance suite, and a non-authoritative reference implementation. A core design principle is that the schemas, not any specific implementation, define conformance, ensuring institutions can adopt the standard using their own technology stacks. The system is intended for use by governments, municipalities, NGOs, and community providers seeking to guarantee a basic resource floor for every person regardless of financial circumstances.

0
ProgrammingDEV Community ·

Developer Uses Public Accountability to Beat Shiny Object Syndrome

A developer writing under the name 'stillrefactoring' has published a personal account on DEV Community about struggling with Shiny Object Syndrome (SOS), a pattern of abandoning projects once the initial excitement fades. The author describes repeatedly losing interest in projects when they hit tedious or difficult phases, resulting in a backlog of unfinished work. To counter this, they have outlined a structured approach involving documentation, incremental planning, and public progress sharing as a form of external accountability. The current project in focus is being built with Express, with architectural details planned for a follow-up article. The author invites others who experience similar struggles to follow along as they attempt to see the project through to completion.

0
ProgrammingDEV Community ·

Revdoku lets AI agents publish websites live without manual deployment steps

AI agents like ChatGPT, Claude, and Gemini can now publish websites directly to a live URL using Revdoku, a free hosting platform built for agent-based workflows. The tool eliminates manual steps such as downloading files, setting up repositories, and configuring hosting by letting the agent handle deployment within the same conversation. Revdoku's free tier requires no credit card and makes sites publicly accessible by default, with optional paid upgrades for password protection and access control. Users can instruct their agent to build and publish a site in a single prompt, with subsequent revisions republished to the same URL so shared links remain valid. The platform is suited for static sites, dashboards, prototypes, and documentation, but is not designed for applications requiring a backend or database.