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
- Hotwire (2 terms in common)
- Navigation (1 terms in common)
- Framework (1 terms in common)
- Spa (1 terms in common)
- Design Philosophy (1 terms in common)
- Performance (1 terms in common)
- Javascript (1 terms in common)