-
-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 :)
- Loading branch information
Showing
3 changed files
with
40 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Recommendation.blueprint do | ||
article | ||
person | ||
target_person { person } | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters