Rails Glossary

Browse 4 rails terms defined in plain English, from the cultural dictionary of computing.

4 Rails Terms

Convention over Configuration
A software design paradigm, popularized by Ruby on Rails, that provides sensible defaults so developers only need to specify unconventional aspects of their...
Stimulus
A modest JavaScript framework from Basecamp (now 37signals) designed to augment server-rendered HTML by attaching behavior to existing DOM elements via data...
Turbo
A JavaScript framework from the Hotwire suite (by 37signals) that gives server-rendered HTML applications SPA-like speed by intercepting link clicks and form...
Turbolinks
The predecessor to Turbo Drive, Turbolinks was a Ruby on Rails library that sped up page navigation by intercepting link clicks, fetching the new page via...

Related Topics