Skip to content

Commit

Permalink
#20 ransack added
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdilek committed Sep 5, 2013
1 parent f1f8c33 commit 13a97e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gem 'paperclip', '~> 3.5.1'
gem 'kangal', '~> 0.1.2'
gem 'rack-timeout', '~> 0.0.4'
gem 'recipient_interceptor', '~> 0.1.2'
gem 'ransack'

This comment has been minimized.

Copy link
@onurozgurozkan

onurozgurozkan Sep 5, 2013

I think Rails 4 branch will be better.

https://github.com/ernie/ransack/tree/rails-4

gem "ransack", github: "ernie/ransack", branch: "rails-4"

This comment has been minimized.

Copy link
@adamdilek

adamdilek Sep 9, 2013

Author Contributor

Not required rails 4 branch. Because master branch is rails 4 compatible. activerecord-hackery/ransack@7df3141


group :doc do
gem 'sdoc', require: false
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ GEM
cocaine (~> 0.5.0)
mime-types
pg (0.15.1)
polyamorous (0.6.4)
activerecord (>= 3.0)
polyglot (0.3.3)
rack (1.5.2)
rack-test (0.6.2)
Expand All @@ -151,6 +153,10 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.1.0)
ransack (1.0.0)
actionpack (>= 3.0)
activerecord (>= 3.0)
polyamorous (~> 0.6.0)
rdoc (3.12.2)
json (~> 1.4)
recipient_interceptor (0.1.2)
Expand Down Expand Up @@ -238,6 +244,7 @@ DEPENDENCIES
rack-timeout (~> 0.0.4)
rails (~> 4.0.0)
rails_config (~> 0.3.3)
ransack
recipient_interceptor (~> 0.1.2)
responders (~> 1.0.0.rc)
rspec-rails (~> 2.14.0)
Expand Down

0 comments on commit 13a97e6

Please sign in to comment.