Sha256: 542faad0f9b7290c90cc8522ae21276b902554e0ab8bc277b138177c9c848588
Contents?: true
Size: 1003 Bytes
Versions: 2
Compression:
Stored size: 1003 Bytes
Contents
== Available Rake tasks These Rake tasks are made available to your Rails app: <tt>ultrasphinx:configure</tt>:: Rebuild the configuration file for this particular environment. <tt>ultrasphinx:index</tt>:: Reindex the database and send an update signal to the search daemon. <tt>ultrasphinx:daemon:restart</tt>:: Restart the search daemon. <tt>ultrasphinx:daemon:start</tt>:: Start the search daemon. <tt>ultrasphinx:daemon:stop</tt>:: Stop the search daemon. <tt>ultrasphinx:daemon:status</tt>:: Check if the search daemon is running. <tt>ultrasphinx:spelling:build</tt>:: Rebuild the custom spelling dictionary. You may need to use <tt>sudo</tt> if your Aspell folder is not writable by the app user. <tt>ultrasphinx:bootstrap</tt>:: Bootstrap a full Sphinx environment by running configure, index, then daemon:start. All tasks have shortcuts. Use <tt>us:conf</tt>, <tt>us:in</tt>, <tt>us:restart</tt>, <tt>us:start</tt>, <tt>us:stop</tt>, <tt>us:stat</tt>, <tt>us:spell</tt>, and <tt>us:boot</tt>.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ultrasphinx-1.7 | RAKE_TASKS |
ultrasphinx-1.8 | RAKE_TASKS |