On Sat, Nov 20, 2010 at 12:06 PM, Eric <ericgh...@gmail.com> wrote:
> The docs/wiki are way out of date and there is no RADIANT_* in

fortunately it's a wiki so you could clean it up if it has incorrect
information; or point me to the page and as soon as time allows i'll
look at it.

> environment.rb (or environments/*) at all. I've found that 0.8.1 (or
> some plugin) has disabled ctrl-right arrow, which I use to navigate
> through text quite often, so I'd like to check whether 0.9 will fix it
> or if it's a bigger problem.

if you have some extension that is highjacking keystrokes upgrading
your radiant isn't going to change that (unless 0.9 breaks that
extension and you can no longer use it). do you know which extension
is causing the problem? if not try disabling all of your extensions
and add them back one at a time until you find the culprit. personally
i've found managing radiant versions with rubygems a pain in the ass
and freeze projects to the version of radiant they need. which i find
makes upgrades easier.

- trash vendor/radiant
- disable all extensions
- freeze radiant to new version
- run the db:migrate and radiant:update rake tasks
- grab the latest versions of extensions
- enable them one at a time until everything is working

Reply via email to