Ruby on Rails unobtrusive scripting adapter
Font-Awesome Sass
Helper for implementing advanced search features with algolia
Power-pack for Turbo
WebSocket framework for Ruby on Rails.
Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI
Rails UJS for the react-rails gem
The speed of a single-page web application without having to write any JavaScript
Use webpack to manage app-like JavaScript modules in Rails
A helper to expand CSS selectors into PostHTML matcher objects
A utility package to parse strings
Babel helper functions for inserting module loads
Babel helper functions for implementing ES6 module transformations
Unobtrusive scripting adapter for jQuery
Common get-version-range-type shared between changeset packages
Validate identifier/keywords name
Some git helpers that changesets use to get information
Helper functions on Babel compilation targets
Validate plugin/preset options
General utilities for plugins to use
Twilio SendGrid NodeJS internal helpers
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
Helper function to optimise call expression
Helper function to annotate paths and nodes with #__PURE__ comment
Rails view helpers expressed as objects
View Helper Objects for Ruby on Rails.
Rails view helper for scaffolding show/index pages for objects
Hirb provides a mini view framework for console applications and uses it to improve ripl(irb)'s default inspect output. Given an object or array of objects, hirb renders a view based on the object's class and/or ancestry. Hirb offers reusable views in the form of helper classes. The two main helpers, Hirb::Helpers::Table and Hirb::Helpers::Tree, provide several options for generating ascii tables and trees. Using Hirb::Helpers::AutoTable, hirb has useful default views for at least ten popular database gems i.e. Rails' ActiveRecord::Base. Other than views, hirb offers a smart pager and a console menu. The smart pager only pages when the output exceeds the current screen size. The menu is used in conjunction with tables to offer two dimensional menus.
Hirb provides a mini view framework for console applications and uses it to improve ripl(irb)'s default inspect output. Given an object or array of objects, hirb renders a view based on the object's class and/or ancestry. Hirb offers reusable views in the form of helper classes. The two main helpers, Hirb::Helpers::Table and Hirb::Helpers::Tree, provide several options for generating ascii tables and trees. Using Hirb::Helpers::AutoTable, hirb has useful default views for at least ten popular database gems i.e. Rails' ActiveRecord::Base. Other than views, hirb offers a smart pager and a console menu. The smart pager only pages when the output exceeds the current screen size. The menu is used in conjunction with tables to offer two dimensional menus.
A presenter is an object that encapsulates view logic. Like Rails helpers, presenters help you keep complex logic out of your templates. Keynote provides a consistent interface for defining and instantiating presenters.
Clean up form error reporting in Rails with a nice little view helper. <%= display_errors(@object) %>
Rails Decorators reimagines the role of helpers in the view layer of a Rails application, allowing an object-oriented approach rather than procedural.
Write highly focused and testable view presenter classes for your Rails controllers and actions
Hirb provides a mini view framework for console applications and uses it to improve ripl(irb)'s default inspect output. Given an object or array of objects, hirb renders a view based on the object's class and/or ancestry. Hirb offers reusable views in the form of helper classes. The two main helpers, Hirb::Helpers::Table and Hirb::Helpers::Tree, provide several options for generating ascii tables and trees. Using Hirb::Helpers::AutoTable, hirb has useful default views for at least ten popular database gems i.e. Rails' ActiveRecord::Base. Other than views, hirb offers a smart pager and a console menu. The smart pager only pages when the output exceeds the current screen size. The menu is used in conjunction with tables to offer two dimensional menus.
Rails helpers, including form builders are great to allow rapid development of applications and views. They are procedural in nature and have hard time to adapt to complex models. They also live in a single namespace making it difficult to find which helpers apply to which models. Resource representations change syntax to object oriented and model specific.
View-model base class for Rails: typed, immutable presentation objects via Literal::Data, composable traits, opt-in Rails helper mixins, fragment-cache key generation, and a background-job-friendly fake view context.