tarmo

1
1
Ruby on Rails
Forked from rails/rails Tue May 06 15:18:10 -0700 2008
legend

Public Activity  feed

tarmo committed to rails 1 day ago

8887f2076a52a160bf8c852b5cd04ea588eaa46b

Use :namespace instead of :path_prefix for finding controller. [#544 state:resolved]

tarmo created gist: 1695 2 days ago
From 7f49582ac214d20258dccd222e360350591e1cce Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Tarmo=20T=C3=A4nav?= <tarmo@itech.ee> Date: Wed, 23 Jul 2008 14:57:42 +0300
tarmo created gist: 1678 2 days ago
diff --git a/activerecord/lib/active_record/associations/association_collection.rb b/activerecord/lib/active_record/associations/association_collection.rb index a28be9e..9c44eb9 100644 --- a/activerecord/lib/active_record/associations/association_collection.rb
tarmo created gist: 1677 2 days ago
2) Error: test_counting_using_sql(HasManyAssociationsTest): ActiveRecord::StatementInvalid: PGError: ERROR: subquery must return only one column
tarmo created gist: 1671 2 days ago
1) Error: test_joins_with_namespaced_model_should_use_correct_type(HasManyAssociationsTest): ActiveRecord::StatementInvalid: PGError: ERROR: column "companies.type" must appear in the GROUP BY clause or be used in an aggregate function
tarmo commented on rails/rails 4 days ago
Comment in 92cd881:

likonar, you are supposed t…

tarmo committed to rails 10 days ago

536400bfcf2eafc2f724b2a9dd899cd9bdb26f09

SQLite: rename_column raises if the column doesn't exist.

tarmo committed to rails 10 days ago

aa99bd19e187650eae5e7031176997f7215041bd

Fixed postgresql limited eager loading for the case where scoped :order was present

tarmo committed to rails 10 days ago

8a548e4fa8587f24f214195194c1d6974454b656

Fixed test_rename_nonexistent_column for PostgreSQL

tarmo committed to rails 10 days ago

275c3ab2a7aac60ad30ab027d1f0b1f041fb016d

Fixed that create database statements would always include "DEFAULT NULL" (Nick Sieger) [#334 status:committed]