Working through the Rails 4 in Action sample application.
Go to file
James Skemp 813987b44d Require name and cost when creating a purchase. 2014-08-10 06:32:25 -05:00
app Require name and cost when creating a purchase. 2014-08-10 06:32:25 -05:00
bin Added new Ruby 4 test application from running rails new _. 2014-08-07 05:30:51 -05:00
config Added new purchase scaffold. 2014-08-10 06:13:40 -05:00
db Added new purchase scaffold. 2014-08-10 06:13:40 -05:00
lib Added new Ruby 4 test application from running rails new _. 2014-08-07 05:30:51 -05:00
log Added new Ruby 4 test application from running rails new _. 2014-08-07 05:30:51 -05:00
public Added new Ruby 4 test application from running rails new _. 2014-08-07 05:30:51 -05:00
test Added new purchase scaffold. 2014-08-10 06:13:40 -05:00
vendor/assets Added new Ruby 4 test application from running rails new _. 2014-08-07 05:30:51 -05:00
.gitignore Added new Ruby 4 test application from running rails new _. 2014-08-07 05:30:51 -05:00
Gemfile Added new Ruby 4 test application from running rails new _. 2014-08-07 05:30:51 -05:00
Gemfile.lock Added new Ruby 4 test application from running rails new _. 2014-08-07 05:30:51 -05:00
README.md Initial commit 2014-08-07 05:10:11 -05:00
README.rdoc Added new Ruby 4 test application from running rails new _. 2014-08-07 05:30:51 -05:00
Rakefile Added new Ruby 4 test application from running rails new _. 2014-08-07 05:30:51 -05:00
config.ru Added new Ruby 4 test application from running rails new _. 2014-08-07 05:30:51 -05:00

README.md

Ruby4-things_i_bought

Working through the Rails 4 in Action sample application.