Logo
  • Home
  • App Dev
  • Code Woes
  • News
  • Quirks

Why am I getting a “...

So as I was installing an older application on my local development machine, I came across this befuddling error while simply running a bundle install: $ bundle install Fetching gem metadata from https://rubygems.org/....... Fetching gem metadata from https://rubygems.org/.. Enter your password to install the bundled RubyGems to your system: Using rake (0.8.3) Using activesupport (2.3.14) Using rack (1.1.3) Using...

Oh, this is why ...
Why am I getting a “make: command not found” error?

Ugh … can’t f...

So you’re about to build that next great application and you add rails 3.2.3 to your Gemfile. Then you strike up the server and get an error: $ rails server /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:335:in `bin_path': can't find executable rails for rails-3.2.1 (Gem::Exception) from /usr/local/bin/rails:19 Resolution: install the railties gem. $ gem install railties Successfully installed railties-3.2.3 1...

Eureka
Ugh … can’t find executable rails for rails-3.x.x

Code Woes: “undefin...

Deciding to install rvm on my development laptop (because I need Ruby 1.9 to work with the latest release of SproutCore), I suddenly find myself receiving the dreaded “version_requirements” error when running a 2.3.x rails application. In all of its glory : undefined local variable or method `version_requirements' for...

See the pain ...
Code Woes: “undefined local variable or method `version_requirements’”
Prev Next Why am I g... So as I was installing an older application... Ugh …... So you’re about to build that next... Code Woes:... Deciding to install rvm on my development...

Powered by WordPress