Skip to content
  • View menu
  • View sidebar

Altug Sahin's Blog

Broken clock, twice a day

  • Home
  • About

Categories

  • .net
  • asp.net
  • browsers
  • build
  • cqrs
  • dcom
  • dependency injection
  • design patterns
  • git
  • javascript
  • linux
  • natual language processing
  • paco de lucia
  • python
  • ruby
  • ruby on rails
  • security
  • sports
  • syndication
  • tips and tricks
  • Uncategorized
  • wordpress

Tags

amazon asp.net mvc atom autofac branching buddypress build console enterprise library finder flamenco flask football fxcop git guitar heroku ie8 installation ioc jquery language mac mamp nlp node.js nvm plugin productivity rails 3 repository pattern rss scm security setup shell skin ssl tips ubuntu validation virtualbox Web API webmin worldcup wss xhtml

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 1 other follower

Tag / console

November 13, 2010November 13, 2010 by Altug Sahin

Rails 3 Console Error

  • ruby on rails, tips and tricks
  • console, installation
  • Leave a comment

I could not start the rails console while I was in the project directory with:

rails c

Issue was with readline and ncurses libraries. Go to

~/.rvm/src/ruby-1.9.2-p0/ext/readline
ruby extconf.rb
make
make install

That should do it…

Blog at WordPress.com.