rails-notes
How To Make a Rails Model Into A Downloadable Spreadsheet
This might be useful to do if the data needs to be transported for any reason. The file can be accessed from anywhere after doing this with a courses_path
request.
Rails Tutorial Book Chapter 1 Notes
Chapter 1 is one of the chapters I come back to most often. I usually don’t remember how to do specific “set-up” type tasks, which this chapter addresses.