Tags

Chip stole the concept of Tags from some obscure Q&A site. What's worse is that he even copied over all the tags from his profile on that little-known site. He really only included them here as a way of showing off a TurboStream live search.

ActionController is the main controller class in Ruby on Rails.
0 questions
rank: 0
Action Mailer is a framework for designing email service layers. Original ActionMailer is written in Ruby, but there is also implementation for ASP.NET MVC.
0 questions
rank: 0
Action Text brings rich text content and editing to Rails. Rich text content generated by the Trix editor is saved in its own RichText model that's associated with any existing Active Record model in the application. Any embedded images (or other attachments) are automatically stored using Active Storage and associated with the included RichText model.
1 question
rank: 0
The implementation of object-relational mapping (ORM) using the Active Record pattern in the Ruby on Rails framework.
0 questions
rank: 0
AJAX (Asynchronous JavaScript and XML) is a technique for creating interactive website user interfaces without the traditional web page refresh or reload. It uses asynchronous data exchange between client and server to update displayed information and respond to user interactions seamlessly. Include additional tags for programming languages, libraries, frameworks, web browsers, protocols and other environmental information.
2 questions
rank: 0
DO NOT USE. Use specific tags like [google-cloud-platform], [facebook], [amazon-web-services] instead or [api-design] where applicable. Questions asking to recommend or find an API are off-topic.
2 questions
rank: 0
Associations typically refer to relationships between models in ORMs such as ActiveRecord.
3 questions
rank: 0
Authentication is the process of providing a proof of identity or verifying identity.
3 questions
rank: 0
Capybara is a web application testing framework for Rack applications, such as Rails, Sinatra and Merb.
1 question
rank: 0
CoffeeScript is a language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.
1 question
rank: 0
Config files configure the initial settings for some computer programs
2 questions
rank: 0
CSS (Cascading Style Sheets) is a representation style sheet language used for describing the look and formatting of HTML (HyperText Markup Language), XML (Extensible Markup Language) documents and SVG elements including (but not limited to) colors, layout, fonts, and animations. It also describes how elements should be rendered on screen, on paper, in speech, or on other media.
1 question
rank: 0
Database design is the process of specifying the structure and thus the logical aspects of a database. The goal of database design is to make a representation of some "universe of discourse" - the types of facts, business rules and other requirements that the database is intended to model.
3 questions
rank: 0
A description of the structure of the database - including the structure of the tables, columns, constraints, views, etc, etc... that make up the database.Normally defined in the text, generally SQL in an RDBMS, the schema describes the complete blueprint for the database, defining everything about the database except that data itself.
4 questions
rank: 0
DataTables is a plug-in for the jQuery JavaScript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.
1 question
rank: 0
Devise is an authentication gem for Ruby-on-Rails. It supersedes previous solutions such as Restful Authentication or Authlogic.
1 question
rank: 0
Use the Gmail API to add Gmail features to your app. RESTful access to threads, messages, labels, drafts and history. Easy to use from modern web languages.
0 questions
rank: 0
Use for questions about various Google APIs. The APIs are usually based on popular Google consumer products, including Cloud Platform, Google Maps, Google Earth, AdSense, Adwords, Google Apps, and YouTube. Do not use for API client library questions.
1 question
rank: 0
Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire.
0 questions
rank: 0
HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser. This tag is rarely used alone and is often paired with [CSS] and [JavaScript].
1 question
rank: 0
For questions about programming in ECMAScript (JavaScript/JS) and its different dialects/implementations (except for ActionScript).
2 questions
rank: 0
jQuery is a popular cross-browser JavaScript library that facilitates Document Object Model (DOM) traversal, event handling, animations and AJAX interactions by minimizing the discrepancies across browsers.
1 question
rank: 0
JSON (JavaScript Object Notation) is a serializable data interchange format that is a machine and human readable.
2 questions
rank: 0
PostgreSQL is an open-source, relational database management system (RDBMS) available for all major platforms, including Linux, UNIX, Windows and OS X
2 questions
rank: 0
Ruby build utility similar to make with build commands defined in pure Ruby.
0 questions
rank: 0
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams. It also provides pub-sub capabilities.
2 questions
rank: 0
RSpec is a behavior-driven development (BDD) framework for the Ruby programming language, inspired by JBehave. It contains its own fully integrated mocking framework based upon JMock. The framework can be considered a domain-specific language (DSL) and resembles a natural language specification.
1 question
rank: 0
Ruby is a multi-platform open-source, dynamic object-oriented interpreted language. The [ruby] tag is for questions related to the Ruby language, including its syntax and its libraries.
3 questions
rank: 0
Ruby on Rails is an open source full-stack web application framework written in Ruby. It follows the popular MVC framework model and is known for its "convention over configuration" approach to application development.
2 questions
rank: 0
Sidekiq is a background processing framework for Ruby.
1 question
rank: 0
Stimulus is a JavaScript framework with modest ambitions. It's designed to augment your HTML with just enough behavior to make it shine. Stimulus pairs beautifully with Turbo to provide a complete solution for fast, compelling applications with a minimal amount of effort.
0 questions
rank: 0
Turbo Drive accelerates links and form submissions by negating the need for full page reloads.
0 questions
rank: 0
Turbo Frames decompose pages into independent contexts, which scope navigation and can be lazily loaded
0 questions
rank: 0
Turbo Streams deliver page changes over WebSocket, SSE or in response to form submissions using just HTML and a set of CRUD-like actions.
0 questions
rank: 0
Turbolinks makes following links in your web application faster. Instead of letting the browser recompile the JavaScript and CSS between each page change, it keeps the current page instance alive and replaces only the body and the title in the head.
0 questions
rank: 0
XML (Extensible Markup Language) is a structured document format defining text encoding rules. When using this tag include additional tags such as programming language, tool sets, XML technologies being used, and other tags describing the environment of the problem posted. XML flexibility lends to a wide variety of uses for human and machine data transfer so be specific as to tools and libraries.
1 question
rank: 0