index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reflections don't attempt to resolve module nesting of association classes. S...
Jeremy Kemper
2006-02-22
1
-0
/
+2
*
Improved the Oracle OCI Adapter with better performance for column reflection...
David Heinemeier Hansson
2006-02-21
1
-0
/
+4
*
Added :count option to pagination that'll make it possible for the ActiveReco...
David Heinemeier Hansson
2006-02-20
1
-0
/
+2
*
Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables f...
Michael Koziarski
2006-02-10
1
-0
/
+2
*
Allow has_many :through to work with :include [Michael Schoen]. Closes #3611
Michael Koziarski
2006-02-10
1
-0
/
+2
*
PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920.
Jeremy Kemper
2006-02-09
1
-0
/
+2
*
SQLServer: more compatible limit/offset emulation. Closes #3779.
Jeremy Kemper
2006-02-09
1
-0
/
+2
*
Polymorphic join support for has_one associations (has_one :foo, :as => :bar)...
Jeremy Kemper
2006-02-09
1
-0
/
+2
*
PostgreSQL: correctly parse negative integer column defaults. References #3776.
Jeremy Kemper
2006-02-09
1
-0
/
+2
*
* Fix pagination problems when using include
Michael Koziarski
2006-02-09
1
-0
/
+2
*
ActiveRecord::RecordInvalid now states which validations failed in its defaul...
Tobias Lütke
2006-02-05
1
-0
/
+2
*
Using AssociationCollection#build with arrays of hashes should call build, no...
David Heinemeier Hansson
2006-02-03
1
-0
/
+2
*
Remove definition of reloadable? from ActiveRecord::Base to make way for new ...
Nicholas Seckar
2006-02-02
1
-0
/
+2
*
Fixed schema handling for DB2 adapter that didn't work: an initial schema cou...
David Heinemeier Hansson
2006-02-01
1
-0
/
+2
*
Silly me
David Heinemeier Hansson
2006-02-01
1
-2
/
+0
*
Added Errors#any? to mean !Errors#empty? [DHH]
David Heinemeier Hansson
2006-02-01
1
-0
/
+2
*
Support the :column option for remove_index with the PostgreSQL adapter. Clos...
Marcel Molina
2006-01-31
1
-0
/
+2
*
Add documentation for add_index and remove_index. Closes #3600.
Marcel Molina
2006-01-25
1
-0
/
+2
*
If the OCI library is not available, raise an exception indicating as much. C...
Marcel Molina
2006-01-25
1
-0
/
+2
*
Add explicit :order in finder tests as postgresql orders results differently ...
Marcel Molina
2006-01-22
1
-0
/
+2
*
Make dynamic finders honor additional passed in :conditions. Closes #3569.
Marcel Molina
2006-01-22
1
-0
/
+2
*
Show a meaningful error when the DB2 adapter cannot be loaded due to missing ...
Nicholas Seckar
2006-01-22
1
-0
/
+2
*
Fix .count for has_many associations with multi-line finder-sql. Closes #3540
Michael Koziarski
2006-01-21
1
-0
/
+2
*
Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck]
Jamis Buck
2006-01-20
1
-0
/
+2
*
allow the 'lock_version' column to be configured with set_locking_column. Cl...
Michael Koziarski
2006-01-14
1
-0
/
+2
*
Don't hardcode id in acts_as_list. Closes #3370
Michael Koziarski
2006-01-14
1
-1
/
+3
*
Fix date errors for SQLServer in association tests. Closes #3406.
Marcel Molina
2006-01-13
1
-1
/
+3
*
Escape database name in MySQL adapter when creating and dropping databases. C...
Marcel Molina
2006-01-13
1
-0
/
+2
*
Disambiguate table names for columns in validates_uniquness_of's WHERE clause...
Marcel Molina
2006-01-13
1
-0
/
+2
*
Fixed that .with_scope imposed create parameters bypass attr_protected
Tobias Lütke
2006-01-10
1
-0
/
+2
*
Don't raise an exception when there are more keys than there are named bind v...
Marcel Molina
2006-01-05
1
-0
/
+2
*
Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.
Marcel Molina
2006-01-04
1
-0
/
+2
*
Sanitize scoped conditions.
Marcel Molina
2006-01-04
1
-0
/
+2
*
Added option to Base.reflection_of_all_associations to specify a specific ass...
David Heinemeier Hansson
2005-12-27
1
-0
/
+2
*
ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...
Tobias Lütke
2005-12-24
1
-1
/
+1
*
SchemaDumper now doesn't fail anymore when there are unknown column types in ...
Tobias Lütke
2005-12-24
1
-0
/
+4
*
Better language for the CHANGELOG entry of previous commit.
Florian Weber
2005-12-21
1
-1
/
+1
*
Fixed that saving a model with multiple habtm associations, would only save t...
Florian Weber
2005-12-21
1
-0
/
+2
*
Oops, I killed Tobi's changelog entries.
Scott Barron
2005-12-20
1
-0
/
+6
*
Fix change_column to work with postgres 7.x and 8.x.
Scott Barron
2005-12-20
1
-7
/
+1
*
removed :piggyback in favor of just allowing :select on :through associations
Tobias Lütke
2005-12-20
1
-0
/
+2
*
made .find() and class method delegation work on :through relations
Tobias Lütke
2005-12-20
1
-0
/
+4
*
added :piggyback option to has_many :through relationships to pick up values ...
Tobias Lütke
2005-12-20
1
-0
/
+2
*
Fix typo in association docs. Closes #3296.
Marcel Molina
2005-12-20
1
-0
/
+2
*
Fixed :through relations when using STI inherited classes would use the inher...
Tobias Lütke
2005-12-16
1
-0
/
+2
*
Roll back [3244]. References #3116.
Jeremy Kemper
2005-12-13
1
-2
/
+0
*
MySQL: allow encoding option for mysql.rb driver.
Jeremy Kemper
2005-12-13
1
-0
/
+2
*
Added option inheritance for find calls on has_and_belongs_to_many and has_ma...
David Heinemeier Hansson
2005-12-13
1
-0
/
+12
*
MySQL: fixes for the bundled mysql.rb driver. References #3160.
Jeremy Kemper
2005-12-10
1
-0
/
+2
*
SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum...
Jeremy Kemper
2005-12-10
1
-0
/
+10
[next]