and clean up schema.rb a bit.
Thanks to Jamie Davidson for the test!
This is to help anyone who wants / needs to fix#374.
- Fork Ransack to your repo
- Open the file `ransack/spec/ransack/search_spec.rb` and uncomment the
test beginning at line 220
- Set the Rails version you'd like to test in ransack's Gemfile
('4-1-stable', '4.2.1', etc.)
- In the console, run `bundle install` then `bundle exec rake spec`
- Write a fix that makes this test pass!
- Send a pull request :)