simple_form_ransack
SimpleForm and Ransack combined.
File Explorer
- dependabot.yml
- simple_form_ransack_helper.rb
- da.yml
- en.yml
- rails_6.gemfile
- rails_6.gemfile.lock
- rails_7.gemfile
- rails_7.gemfile.lock
- attribute_inspector.rb
- form_proxy.rb
- input_manipulator.rb
- ransack_search_monkey_patch.rb
- version.rb
- simple_form_ransack_tasks.rake
- simple_form_ransack.rb
- manifest.js
- .keep
- application.js
- application.css
- .keep
- application_controller.rb
- tasks_controller.rb
- application_helper.rb
- .keep
- .keep
- .keep
- task.rb
- user.rb
- user_role.rb
- application.html.erb
- index.html.erb
- bundle
- rails
- rake
- development.rb
- production.rb
- test.rb
- backtrace_silencers.rb
- filter_parameter_logging.rb
- inflections.rb
- mime_types.rb
- secret_token.rb
- session_store.rb
- wrap_parameters.rb
- en.yml
- application.rb
- boot.rb
- database.yml
- environment.rb
- routes.rb
- 20140518180837_create_tasks.rb
- 20140521065150_add_finished_to_tasks.rb
- 20140526102050_create_users.rb
- 20140526102114_add_user_id_to_tasks.rb
- 20140526103139_create_user_roles.rb
- 20150629095319_add_country_to_users.rb
- schema.rb
- .keep
- .keep
- 404.html
- 422.html
- 500.html
- favicon.ico
- config.ru
- Rakefile
- README.rdoc
- task.rb
- index_spec.rb
- spec_helper.rb
- .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
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
gem
View Details ▼
gem
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 ▼
module
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
Was this content helpful?
(0 ratings)
