Category Archives: Uncategorized

Rails 3.1 and PostgreSQL, “Please install the Postgres adapter” hell

I just lost an hour with this error: 1Please install the postgres adapter: `gem install activerecord-postgres-adapter` (cannot load such file — active_record/connection_adapters/postgres_adapter) (RuntimeError) I had to google a lot until I found the answer here, on Matt’s blog: “Please install the postgres adapter” As usual, it was a stupid mistake in the database.yml: 12345development:   [...]

Posted in Uncategorized | Leave a comment

Five great reasons to attend Rubyconf Argentina 2011

Rubyconf Argentina 2011 is a two-day conference organized in Buenos Aires, Argentina. Here are five good reasons why you should attend: Social: Come hang out with some of the coolest Rubyists out there. All levels welcome: There will be talks and workshops for all levels. Awesome speakers: Including Ruby, Rails & Sinatra core committers. Opportunities: Come [...]

Posted in Uncategorized | Tagged , , , , , | Leave a comment

no such file to load — capistrano/ext/multistage (LoadError) => Problem and solution

no such file to load — capistrano/ext/multistage (LoadError) => Problem and solution

Also posted in Ruby programming, software engineering, web programming | Tagged , , , , | 2 Comments