Using Rails3 and Ruby 1.9.2, I am new, just learning Ruby/Rails--
When I run irb I end up with irb(main):001:0> which is fine.
However when I run rails console I also end up with irb(main):001:0> and I thought, based on the book I'm reading and online tutorials that I should be seeing >>. Is the Rails Console I'm thinking of a gem that I need to install, something else, or am I just wrong?
Thanks!