Saturday, December 17, 2011

How to see your responses in xml - a shortcut

Once you try viewing your server loaded view files,

Use the Ctrl + U command to get the equivalent view files.

I have currently done this for api related tokamak view file. Tried viewing this in a json and xml format.

Multiple rake gem conflict workaround

The workaround is:

Consider using bundle exec.


mohnish@mohnish-laptop:~/mohnish/home$ bundle exec rake routes | grep profiles



It will make use of the rake gem installed as part of your gem file.