Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update AWDwR book links #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Introduction

Agile Web Development with Rails (awdwr) is a test suite for the scenario
found in the
[book by the same name](https://pragprog.com/titles/rails4/agile-web-development-with-rails-4th-edition) published by Pragmatic Programmers. It was originally developed out of self defence to keep up with the rapid pace of change in Rails itself, and has also proven valuable as a [system test](https://github.com/rails/rails/blob/master/RELEASING_RAILS.md#is-sam-ruby-happy--if-not-make-him-happy) for rails itself.
[book by the same name](https://pragprog.com/titles/rails6) published by Pragmatic Programmers. It was originally developed out of self defence to keep up with the rapid pace of change in Rails itself, and has also proven valuable as a [system test](https://github.com/rails/rails/blob/master/RELEASING_RAILS.md#is-sam-ruby-happy--if-not-make-him-happy) for rails itself.

This code has been developed over a long period of time, and still has
accommodations for things like:
Expand All @@ -20,7 +20,7 @@ either `rbenv` or `rvm`. The dashboard can be run as CGI under Apache httpd,
using Passenger on nginx, or simply with WebBrick.

Instructions are provided separately for usage under [vagrant](vagrant#readme)
and [cloud9](cloud9.md). Or install
and [cloud9](cloud9.md). Or install
[Rails Dev Box](https://github.com/rails/rails-dev-box#readme), ssh into the vagrant machine and run the following command:

eval "$(curl https://raw.githubusercontent.com/rubys/awdwr/master/rdb-setup)"
Expand All @@ -33,7 +33,7 @@ Installation

Installation of all necessary dependencies from a fresh install of Ubuntu or
Mac OS/X:

ruby setup.rb # see comments if dependencies aren't met

Execution instructions:
Expand Down
6 changes: 3 additions & 3 deletions edition4/data/README_FOR_APP
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This application implements an online store, with a catalog, cart, and orders.

It is divided into two main sections:

* The buyer's side of the application manages the catalog, cart,
* The buyer's side of the application manages the catalog, cart,
and checkout. It is implementation spans in four models and associated
controllers and views: Cart, LineItem, Order, and Product. Additionally,
there is a StoreController for the store front itself, and a
Expand All @@ -16,7 +16,7 @@ It is divided into two main sections:
method, and assisted by the Users and Carts resources.

This code was produced as an example for the book {Agile Web Development with
Rails}[http://www.pragprog.com/titles/rails4/agile-web-development-with-rails-4th-edition]. It should not be
Rails}[https://pragprog.com/titles/rails4]. It should not be
run as a real online store.

=== Authors
Expand All @@ -27,7 +27,7 @@ run as a real online store.

=== Warranty

This code is provided for educational purposes only, and comes with
This code is provided for educational purposes only, and comes with
absolutely no warranty. It should not be used in live applications.

== Copyright
Expand Down