All Projects → fishbrain → Administrate Field Belongs_to_search

fishbrain / Administrate Field Belongs_to_search

Licence: mit
Plugin that adds search capabilities to belongs_to associations for Administrate

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Administrate Field Belongs to search

Forest Rails
🌱 Rails Liana for Forest Admin
Stars: ✭ 247 (+751.72%)
Mutual labels:  rails, gem
Devise masquerade
Extension for devise, enable login as functionality. Add link to the masquerade_path(resource) and use it.
Stars: ✭ 380 (+1210.34%)
Mutual labels:  rails, gem
Material icons
A simple Rails wrapper for Google Material Icons
Stars: ✭ 266 (+817.24%)
Mutual labels:  rails, gem
Ordinare
Ordinare sorts gems in your Gemfile alphabetically
Stars: ✭ 153 (+427.59%)
Mutual labels:  rails, gem
Octicons
A scalable set of icons handcrafted with <3 by GitHub
Stars: ✭ 7,039 (+24172.41%)
Mutual labels:  rails, gem
Flexirest
Flexirest - The really flexible REST API client for Ruby
Stars: ✭ 188 (+548.28%)
Mutual labels:  rails, gem
Algoliasearch Rails
AlgoliaSearch integration to your favorite ORM
Stars: ✭ 352 (+1113.79%)
Mutual labels:  rails, gem
Counter culture
Turbo-charged counter caches for your Rails app.
Stars: ✭ 1,397 (+4717.24%)
Mutual labels:  rails, gem
Materialize Sass
Materializecss rubygem for Rails Asset Pipeline / Sprockets
Stars: ✭ 785 (+2606.9%)
Mutual labels:  rails, gem
Yt
The reliable YouTube API Ruby client
Stars: ✭ 674 (+2224.14%)
Mutual labels:  rails, gem
Spina
Spina CMS
Stars: ✭ 1,926 (+6541.38%)
Mutual labels:  rails, gem
Datagrid
Gem to create tables grids with sortable columns and filters
Stars: ✭ 921 (+3075.86%)
Mutual labels:  rails, gem
Rails sortable
Easy drag & drop sorting with persisting the arranged order for rails
Stars: ✭ 127 (+337.93%)
Mutual labels:  rails, gem
Arctic admin
Responsive Theme for ActiveAdmin
Stars: ✭ 201 (+593.1%)
Mutual labels:  rails, gem
Rubocop Rails config
RuboCop configuration which has the same code style checking as official Ruby on Rails.
Stars: ✭ 106 (+265.52%)
Mutual labels:  rails, gem
Milia
Easy multi-tenanting for Rails5 (or Rails4) + Devise
Stars: ✭ 326 (+1024.14%)
Mutual labels:  rails, gem
Graphql devise
GraphQL interface on top devise_token_auth
Stars: ✭ 100 (+244.83%)
Mutual labels:  rails, gem
Premailer Rails
CSS styled emails without the hassle.
Stars: ✭ 1,382 (+4665.52%)
Mutual labels:  rails, gem
Motion
Reactive frontend UI components for Rails in pure Ruby
Stars: ✭ 498 (+1617.24%)
Mutual labels:  rails, gem
Bh
Bootstrap Helpers for Ruby
Stars: ✭ 834 (+2775.86%)
Mutual labels:  rails, gem

Administrate::Field::BelongsToSearch

Build Status Gem Version Coverage Status

A plugin to search through belongs_to associations in thoughtbot's Administrate Rails engine.

Usage

Add it to your Gemfile:

gem 'administrate-field-belongs_to_search'

Run bundler to install:

bundle install

Add it to your Administrate dashboard, for instance:

class PostDashboard < Administrate::BaseDashboard
  ATTRIBUTE_TYPES = {
    author: Field::BelongsToSearch.with_options(class_name: 'User')
  }
# ...

With this, you should be good to go!

Develop and Contribute

Fork and clone the repo. Install dependencies and run test using:

bundle install
bundle exec rake

Then, implement your feature/fix, write a good commit message and submit a pull request to this repository. If you only have some feedback or are unsure about how to do something, you're welcome to submit an issue.

This is meant to be an welcoming and friendly place for collaboration. Therefore, all contributors are expected to adhere to the Contributor Covenant Code of Conduct.

License

This plugin is Copyright © 2017 Fishbrain AB. It is licensed under the MIT license. See LICENSE for details.

Screenshot

Screenshot

========

Fishbrain AB

This plugin is maintained by Fishbrain AB.

At Fishbrain, we're passionate about the outdoors and conservation. Together, we work to bring you the best app for fishing, hands down.

If you love working with amazing and talented people in tight-knit teams, join us!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].