1

I'm using Rails 3.2.11, Ruby 1.9.3, and cannot get rails console to open. No errors are being returned either. The only message I get is:

➜  projectname git:(development) ✗ rails c
** [Copycopter] [P:xxxx] [T:xxxxxxxxxxxxxx] Client 2.0.1 ready
** [Copycopter] [P:xxxx] [T:xxxxxxxxxxxxxx] Environment Info: [Ruby: 1.9.3] [Env: ]
** [Copycopter] [P:xxxx] [T:xxxxxxxxxxxxxx] Registered Resque after_perform hook

Any help would be greatly appreciated.

Jordan Townsend
  • 101
  • 1
  • 3
  • Please make sure you cd into the project root directory and from there try `script/rails console` – Michael Durrant Jan 26 '13 at 22:31
  • yes, I made sure of this before posting. thank you for trying to help. – Jordan Townsend Jan 26 '13 at 22:35
  • check your development log for output, also do you get different behavior if you `bundle exec rails console` instead? does rails server work ok? maybe an issue caused by copycopter ? – house9 Jan 26 '13 at 22:43
  • It sounds like his console is "starting" fine, as in there are no errors coming up its just that his terminal outputs the snippet he posted. I'm assuming that after you get those messages that your dumped into another command line prompt? – Andrew Cox Jan 26 '13 at 22:46
  • yes, `bundle exec rails c` adds an additional line: `** [Copycopter] [P:xxxx] [T:xxxxxxxxxxxxx] Downloaded translations` -- `development.log` outputs the same for both `rails c` and `bundle exec` `rails c: Connecting to database specified by database.yml`-- `rails s` works perfectly fine. – Jordan Townsend Jan 26 '13 at 22:49
  • when removing copycopter from gemfile, running `rails c` only gives me a new line. I don't think it's a problem with copycopter. – Jordan Townsend Jan 26 '13 at 22:55

0 Answers0