0

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?

Gaege
  • 815
  • 2
  • 9
  • 24

1 Answers1

0

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.

Community
  • 1
  • 1
Gaege
  • 815
  • 2
  • 9
  • 24