Chapter 9. File uploading

This chapter covers

  • Attaching files to Active Record models using the CarrierWave gem
  • Securing file uploads by serving them via a controller
  • An introduction to writing JavaScript using CoffeeScript
  • Listening and responding to Rails’ JavaScript events

In chapter 8, you learned how to restrict access to specific actions in your application, such as viewing projects and creating tickets, by defining a Role model that keeps track of which users have which roles on which projects. Ticketee’s getting pretty useful now. This chapter focuses on file uploading, the next logical step in a ticket-tracking application.

Sometimes, when people file a ticket on an application such as Ticketee, they want to attach a file to ...

Get Rails 4 in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.