active_link_to
Link manager
A Rails view helper to manage the 'active' state of links
Rails view helper to manage "active" state of a link
844 stars
9 watching
84 forks
Language: Ruby
last commit: 8 months ago
Linked from 2 awesome lists
navigationrails
Related projects:
Repository | Description | Stars |
---|---|---|
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 126 |
rails-engine/action-store | Provides a way to store and manage actions across different models using polymorphic associations in Active Record. | 407 |
amatsuda/active_decorator | A view helper library for Rails that integrates decorators into models and views at compile-time, enabling Object-Oriented view helpers. | 1,109 |
dhyegocalota/active_admin-advanced_create_another | Adds support for creating another resource in ActiveAdmin with default strength. | 6 |
aaronlasseigne/active_interaction | Manages application-specific business logic by validating inputs and defining custom actions | 2,088 |
rails/rails | A web application framework that organizes an app into three interconnected layers: Model, View, and Controller, to efficiently build database-backed web applications. | 56,069 |
activeadmin/arbre | A Ruby gem for building HTML views using an object-oriented DOM tree structure. | 768 |
activeadmin/demo.activeadmin.info | Demonstrates Active Admin's functionality using a simple demo application | 286 |
closuretree/with_advisory_lock | Adds advisory locking to ActiveRecord models for concurrent access control | 627 |
activeadmin-plugins/active_admin_date_range_preset | Customizes date range inputs in ActiveAdmin forms and filters with a 'Set Range' button | 10 |
schemaplus/schema_plus_indexes | Adds convenient capabilities to ActiveRecord's index handling | 9 |
the-road-to-graphql/react-apollo-link-state-example | A React application using Apollo Client with local state management via apollo-link-state for managing selected items in a list and remote data queries and mutations. | 21 |
unmantained-activeadmin-plugins/activeadmin-globalize | Gem that makes it easy to translate resource fields in ActiveAdmin, but is no longer actively maintained. | 51 |
zorab47/active_admin-sortable_tree | A gem that provides drag'n'drop sorting and tree views for ActiveAdmin resource indexes | 162 |
eric-guo/attr_accessible2strong_params | Automates conversion of Rails 3 attr_accessible to Rails 4 Strong Parameter setup | 5 |