I recently started using ConEmu and am developing with RoR. For the life of me I can't figure out how to run the rails console within ConEmu.
Directions anyone?
I recently started using ConEmu and am developing with RoR. For the life of me I can't figure out how to run the rails console within ConEmu.
Directions anyone?
Finally found the answer.
As it turns out, it had nothing to do with ConEmu. I realized I'd just installed devise and this was where the error was.
I had to update the gem file to use the gem "protected_attributes", then ran "bundle" and everything was working fine.
Here's the original answer for more clarity.