SearchController is in! Fulltext search and markread action is not functional yet
commit9472df93d00f21d0f1699462878f2f1a742884da
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 24 Aug 2006 10:41:12 +0000 (24 17:41 +0700)
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 24 Aug 2006 10:41:12 +0000 (24 17:41 +0700)
tree4a1dbfc55579e888dbad0ba4779ae2778686662b
parente362538f3862625fe369c15d96d313ead3850a00
SearchController is in! Fulltext search and markread action is not functional yet
app/controllers/search_controller.rb [new file with mode: 0644]
app/helpers/search_helper.rb [new file with mode: 0644]
app/models/search_cache.rb [new file with mode: 0644]
app/views/search/index.rhtml [new file with mode: 0644]
app/views/search/posts.rhtml [new file with mode: 0644]
app/views/search/topics.rhtml [new file with mode: 0644]
db/migrate/014_create_search_caches.rb [new file with mode: 0644]
test/fixtures/search_caches.yml [new file with mode: 0644]
test/functional/search_controller_test.rb [new file with mode: 0644]
test/unit/search_cache_test.rb [new file with mode: 0644]