Tag: Ransack/ransack_demo
ernie/ransack_demoと、それを解説した#370 Ransack - RailsCastsが参考になる。
git clone https://github.com/ernie/ransack_demo
bundle install --path vendor/bundle
bundle exec rake db:create:all
bundle exec rake db:migrate
bundle exec rake db:fixtures:load
bundle exec rails s