=> #<Product:0x7f6cf155ede8 @prefix_options={}, @attributes={"price"=>#<BigDecimal:7f6cf1515fa8,'0.36E2',9(18)>, "created_at"=>Fri Jun 29 16:29:59 UTC 2012, "image_url"=>"/images/cs.jpg", "title"=>"CoffeeScript", "updated_at"=>Fri Jun 29 16:29:59 UTC 2012, "id"=>2, "description"=>"<p>\n CoffeeScript is JavaScript done right. It provides all of JavaScript's\n\tfunctionality wrapped in a cleaner, more succinct syntax. In the first\n\tbook on this exciting new language, CoffeeScript guru Trevor Burnham\n\tshows you how to hold onto all the power and flexibility of JavaScript\n\twhile writing clearer, cleaner, and safer code.\n </p>"}>
CoffeeScript is JavaScript done right. It provides all of JavaScript's
functionality wrapped in a cleaner, more succinct syntax. In the first
book on this exciting new language, CoffeeScript guru Trevor Burnham
shows you how to hold onto all the power and flexibility of JavaScript
while writing clearer, cleaner, and safer code.
$31.00
Programming Ruby 1.9
Ruby is the fastest growing and most exciting dynamic language
out there. If you need to get working programs delivered fast,
you should add Ruby to your toolbox.
$49.95
Rails Test Prescriptions
Rails Test Prescriptions is a comprehensive guide to testing
Rails applications, covering Test-Driven Development from both a
theoretical perspective (why to test) and from a practical perspective
(how to test effectively). It covers the core Rails testing tools and
procedures for Rails 2 and Rails 3, and introduces popular add-ons,
including Cucumber, Shoulda, Machinist, Mocha, and Rcov.
$34.95
fetch product (fallback in case storefront is cached)
Description:
<p>
CoffeeScript is JavaScript done right. It provides all of JavaScript's
functionality wrapped in a cleaner, more succinct syntax. In the first
book on this exciting new language, CoffeeScript guru Trevor Burnham
shows you how to hold onto all the power and flexibility of JavaScript
while writing clearer, cleaner, and safer code.
</p>
CoffeeScript is JavaScript done right. It provides all of JavaScript's
functionality wrapped in a cleaner, more succinct syntax. In the first
book on this exciting new language, CoffeeScript guru Trevor Burnham
shows you how to hold onto all the power and flexibility of JavaScript
while writing clearer, cleaner, and safer code.
$31.00
Programming Ruby 1.9
Ruby is the fastest growing and most exciting dynamic language
out there. If you need to get working programs delivered fast,
you should add Ruby to your toolbox.
$49.95
Rails Test Prescriptions
Rails Test Prescriptions is a comprehensive guide to testing
Rails applications, covering Test-Driven Development from both a
theoretical perspective (why to test) and from a practical perspective
(how to test effectively). It covers the core Rails testing tools and
procedures for Rails 2 and Rails 3, and introduces popular add-ons,
including Cucumber, Shoulda, Machinist, Mocha, and Rcov.
=> [#<LineItem:0x7f308c51d010 @prefix_options={:order_id=>1}, @attributes={"price"=>#<BigDecimal:7f308c524f90,'0.36E2',9(18)>, "created_at"=>Fri Jun 29 16:32:51 UTC 2012, "product_id"=>2, "quantity"=>1, "updated_at"=>Fri Jun 29 16:33:20 UTC 2012, "id"=>10, "cart_id"=>nil}>, #<LineItem:0x7f308c51cf70 @prefix_options={:order_id=>1}, @attributes={"price"=>#<BigDecimal:7f308c520be8,'0.36E2',9(18)>, "created_at"=>Fri Jun 29 16:36:24 UTC 2012, "product_id"=>2, "quantity"=>2, "updated_at"=>Fri Jun 29 16:36:35 UTC 2012, "id"=>11, "cart_id"=>nil}>]
>> li = LineItem.find(:all, :params => {:order_id=>1}).first
=> #<LineItem:0x7fb464d013d8 @prefix_options={:order_id=>1}, @attributes={"price"=>#<BigDecimal:7fb464d09358,'0.36E2',9(18)>, "created_at"=>Fri Jun 29 16:32:51 UTC 2012, "product_id"=>2, "quantity"=>1, "updated_at"=>Fri Jun 29 16:33:20 UTC 2012, "id"=>10, "cart_id"=>nil}>
>> li = LineItem.find(:all, :params => {:order_id=>1}).first
=> #<LineItem:0x7fc21796b348 @prefix_options={:order_id=>1}, @attributes={"price"=>#<BigDecimal:7fc2179732c8,'0.288E2',18(18)>, "created_at"=>Fri Jun 29 16:32:51 UTC 2012, "product_id"=>2, "quantity"=>1, "updated_at"=>Fri Jun 29 16:33:20 UTC 2012, "id"=>10, "cart_id"=>nil}>