Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Build a Simple Ruby on Rails Application Testing the Whole App Testing the Statuses Controller

N B
N B
2,040 Points

Treebook alternative: ability to download db record values as txt file

Appreciate any help here! I'm extending what I've learned in Treebook to a similar concept, and need to create a link (eg. "Edit | Back") that will download ("Download") the values from that single record in the database as a txt file. I'm trying the method at http://api.rubyonrails.org/classes/ActionController/DataStreaming.html#method-i-send_data but having trouble accessing the right values and generating the link in the view. Thanks for help!

1 Answer