Talk given by Andrew Markle.
Definition
An object that can be passed into a form.
Typically added to a new directory called app/forms
.
Benefits:
Working with Nested Attributes, managing data... Continue reading
Talk given by Julian Cheal and Jonan Scheffler.
The intent schema allows you to setup a mapping for tasks that you want it to run. Example: deploying an application to heroku
This Interaction Model is a co... Continue reading
Jake Worth discusses how developing legacy code is inevitable. Every production application will, at some point, become a legacy application.
In order to properly work on legacy applications, tests are a prerequisite.
Unit tests get the closest to specifying application behavior, but can still fall short.
Genesis of idea: Wor... Continue reading
Lance discussed the concept of JWT (JSON Web Tokens), starting with the example of how to share authentication between multiple applications (a mobile and a Rails web application).
Analogy: session cookies are not like choco... Continue reading
To kick off Rails Conf, the founder of the Ruby on Rails framework (along with 37signals, Basecamp, etc), David Heinemeier Hansson, discussed a number of topics: