Skip to content

Commit

Permalink
remove pg_search
Browse files Browse the repository at this point in the history
  • Loading branch information
manxingxing committed Oct 26, 2014
1 parent c08def5 commit 228ed4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ GEM
cocaine (~> 0.5.3)
mime-types
pg (0.14.1)
pg_search (0.5.7)
activerecord (>= 3)
activesupport (>= 3)
polyglot (0.3.5)
pry (0.9.11.2)
coderay (~> 1.0.5)
Expand Down Expand Up @@ -234,7 +231,6 @@ DEPENDENCIES
libxml-ruby
paperclip (~> 3.5.4)
pg
pg_search
rails (= 3.2.19)
rb-inotify
ruby_parser (>= 3.1.2)
Expand Down
1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
match 'imprint' => 'pages#imprint', :as => :imprint
get 'help' => redirect('https://github.com/befdata/befdata/wiki'), :as => :help
match 'data' => 'pages#data', :as => :data
match 'search' => 'pages#search'

# resources :datasets, :except => [:index] do
resources :datasets do
Expand Down

0 comments on commit 228ed4a

Please sign in to comment.