Displaying 1 result from an estimated 1 matches for "plogger_thinking_sphinx".
2010 Jan 17
0
some routes don't load in production
...ion to
dead simple posting come in the form of plugins themselves. Instead of
using generators, I''ve tried to keep everything out of the app and
under vendor/plugins. This means that the Article class is in the
plogger plugin, and any Sphinx-related modifications to Article are
made in the plogger_thinking_sphinx plugin.
My problem is, for some reason, the modification I''m making in my
plogger_thinking_sphinx plugin is throwing off some of my routes I''m
using with other gems. Specifically, I''m using Devise for
authentication, and my sign_in/sign_out links are disappearing-- but
O...