updated doc

This commit is contained in:
Rocky Duan
2012-08-15 12:50:30 -07:00
parent f7f6164351
commit 72c3ad2acc

View File

@@ -138,7 +138,9 @@ For instance, if you want to generate comments for a new discussion tab named "l
bundle exec rspec
Warning: due to an unresolved bug in the test code, testing the service will "flush" the development database. So you need to generate seed again after testing.
Warning: the development and test environments share the same elasticsearch index. After running tests, search may not work in the development environment. You simply need to reindex:
bundle exec rake db:reindex_search
### debugging the service