simple_form_ransack

(★ 12)

SimpleForm and Ransack combined.

File Explorer

  • .gitignore
  • .rspec
  • .rubocop.yml
  • .rubocop_todo.yml
  • .ruby-version
  • Appraisals
  • Gemfile
  • Gemfile.lock
  • MIT-LICENSE
  • peak_flow.yml
  • Rakefile
  • README.md
  • simple_form_ransack.gemspec

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

gem

View Details ▼

A package manager for the Ruby programming language.

gem search {{regex}} {{[-a|--all]}}

Search for remote gem(s) and show all available versions:

gem install {{gem_name}}

Install the latest version of a gem:

gem install {{gem_name}} {{[-v|--version]}} {{1.0.0}}

Install a specific version of a gem:

🔍

module

View Details ▼

Modify a users' environment.

module avail

Display available modules:

module avail {{module_name}}

Search for a module by name:

module load {{module_name}}

Load a module:

// repository documentation