Skip to content

Commit

Permalink
Release version 1.3.0
Browse files Browse the repository at this point in the history
Additions:
- search scopes by popular demand
- JOINS merging
- OR grouping on base search
- authorizations for attributes, associations and scopes
- improved boolean predicates’ handling of false values
- allow configuring to raise on or ignore unknown search conditions
- allow passing blank values to search without crash
- wildcard escaping compatibility for SQL Server databases
- various I18n translations
  • Loading branch information
jonatack committed Aug 23, 2014
1 parent 568cacb commit db7ac53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ransack/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ransack
VERSION = "1.2.3"
VERSION = "1.3.0"
end

0 comments on commit db7ac53

Please sign in to comment.