Commit Graph

8 Commits

Author SHA1 Message Date
Yasuo Honda 7eba779fb2 Apply RuboCop auto correct ry running `bundle exec rubocop -a` 2020-12-23 16:23:55 +09:00
Jon Atack 99fa9be06a Remove unneeded blueprint file 2015-03-26 10:19:54 +05:30
Jon Atack 8fe8368b07 Merge @jhdavids8's failing spec for #374
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 :)
2015-03-25 15:36:59 +05:30
Alejandro Babio c1e531a9a4 Merge remote-tracking branch 'upstream/master'
Conflicts:
	spec/spec_helper.rb
2013-12-06 07:53:24 -03:00
Denis Tataurov f491cb2ad0 Fix issue where trying to add a polymorphic field in search form resulted in NameError
Fixes #159
Fixes #313
2013-12-05 09:52:04 +11:00
Alejandro Babio 5c990b9d18 Fix mysql tests. Move sort, search & admin fields from ransacker to DB. 2013-11-26 10:15:18 -03:00
Ryan Bigg 810a954477 Add email field to Person model (for wildcard testing, coming soon) 2013-11-06 16:37:00 +11:00
Ernie Miller 294015309b Initial commit. 2011-03-30 20:31:39 -04:00