Posts Tagged ‘Bummer’

For all of you that are trying to install git-svn on your machine: Quite a while ago the git folks reorganized the command line interface, and what used to be called “git-<whatever>” is now called “git <whatever>” . Note the subtle difference here? So if you are looking for the git-svn binary on your machine: [...]


Rails dynamic streaming doesn’t work. At least sometimes. While the Rails documentation, and all the euphoric comments in the community feature code examples along the lines of

# Renders “Hello from code!”
render :text => proc { |response, output|
output.write(“Hello from code!”) }

But this just doesn’t work as not-really-advertised. [...]


Bummer

18Mar09

~ > rake
(in /Users/eno/)
Rails requires RubyGems >= 1.3.1 (you have 1.3.0). Please `gem update –system` and try again.
~ > gem update –system
Updating RubyGems
Nothing to update
~ > gem -v
1.3.1