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
...
*
Honor Ruby's default calendar reform setting when creating DateTime objects v...
Geoff Buesing
2007-11-24
1
-0
/
+2
*
Dynamic finders on association collections respect association :limit. Closes...
Jeremy Kemper
2007-11-21
1
-0
/
+2
*
validates_inclusion_of and validates_exclusion_of allow formatted :message st...
Jeremy Kemper
2007-11-20
1
-0
/
+2
*
Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...
Michael Koziarski
2007-11-20
1
-0
/
+2
*
attr_readonly behaves well with optimistic locking. Closes #10188.
Jeremy Kemper
2007-11-16
1
-0
/
+2
*
Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.
Jeremy Kemper
2007-11-14
1
-0
/
+2
*
Change plings to the more conventional quotes in the documentation. Closes #1...
Marcel Molina
2007-11-12
1
-0
/
+2
*
Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...
Rick Olson
2007-11-11
1
-0
/
+2
*
Ensure that column names are quoted. Closes #10134 [wesley.moxam]
Michael Koziarski
2007-11-10
1
-0
/
+2
*
Kill the whiny_protected_attributes setting and kill the exception raised. In...
David Heinemeier Hansson
2007-11-09
1
-1
/
+1
*
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
Marcel Molina
2007-11-08
1
-0
/
+2
*
Enhance explanation with more examples for attr_accessible macro. Closes #809...
Marcel Molina
2007-11-06
1
-0
/
+2
*
Update association/method mapping table to refected latest collection methods...
Marcel Molina
2007-11-06
1
-0
/
+2
*
Explain semantics of having several different AR instances in a transaction b...
Marcel Molina
2007-11-06
1
-0
/
+2
*
Update Schema documentation to use updated sexy migration notation. Closes #1...
Marcel Molina
2007-11-06
1
-0
/
+2
*
Make fixtures work with the new test subclasses. [tarmo, Koz]
Michael Koziarski
2007-10-31
1
-0
/
+2
*
Introduce finder :joins with associations. Same :include syntax but with inne...
Jeremy Kemper
2007-10-29
1
-0
/
+7
*
Associations: speedup duplicate record check. Closes #10011.
Jeremy Kemper
2007-10-29
1
-0
/
+2
*
Make sure that << works on has_many associations on unsaved records. Closes ...
Michael Koziarski
2007-10-28
1
-0
/
+2
*
Allow association redefinition in subclasses. Closes #9346.
Jeremy Kemper
2007-10-27
1
-0
/
+2
*
Fix has_many :through delete with custom foreign keys. Closes #6466.
Jeremy Kemper
2007-10-27
1
-0
/
+2
*
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
Jeremy Kemper
2007-10-26
1
-0
/
+9
*
Add docs explaining how to protect all attributes using attr_accessible with ...
Marcel Molina
2007-10-26
1
-0
/
+2
*
Update add_index documentation to use new options api. Closes #9787 [kamal]
Marcel Molina
2007-10-26
1
-0
/
+2
*
Allow find on a has_many association defined with :finder_sql to accept id ar...
Marcel Molina
2007-10-26
1
-0
/
+2
*
Use VALID_FIND_OPTIONS when resolving :find scoping rather than hard coding t...
Marcel Molina
2007-10-26
1
-0
/
+2
*
Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...
Marcel Molina
2007-10-23
1
-0
/
+2
*
Assigning an instance of a foreign class to a composed_of aggregate calls an ...
Jeremy Kemper
2007-10-23
1
-0
/
+2
*
Assigning nil to a composed_of aggregate also sets its immediate value to nil...
Jeremy Kemper
2007-10-23
1
-0
/
+2
*
validates_uniqueness_of behaves well with abstract superclasses. References #...
Jeremy Kemper
2007-10-23
1
-1
/
+2
*
Ensure that mysql quotes table names with database names correctly. Closes #...
Rick Olson
2007-10-20
1
-0
/
+4
*
Forgotten changelog entry
Michael Koziarski
2007-10-19
1
-0
/
+3
*
Qualified column names work in hash conditions, like :conditions => { 'commen...
Jeremy Kemper
2007-10-16
1
-0
/
+2
*
Fix regression where the association would not construct new finder SQL on sa...
Jeremy Kemper
2007-10-16
1
-0
/
+2
*
Refactor association create and build so before & after callbacks behave cons...
Jeremy Kemper
2007-10-16
1
-0
/
+2
*
Quote table names. Defaults to column quoting. Closes #4593.
Jeremy Kemper
2007-10-16
1
-0
/
+2
*
Alias association #build to #new so it behaves predictably. Closes #8787.
Jeremy Kemper
2007-10-15
1
-0
/
+2
*
Add notes to documentation regarding attr_readonly behavior with counter cach...
Rick Olson
2007-10-14
1
-0
/
+2
*
Observers can observe model names as symbols properly now. Closes #9869 [qu...
Rick Olson
2007-10-14
1
-0
/
+2
*
find_and_(initialize|create)_by methods can now properly initialize protected...
Tobias Lütke
2007-10-10
1
-0
/
+2
*
belongs_to infers the foreign key from the association name instead of from t...
Jeremy Kemper
2007-10-08
1
-0
/
+2
*
PostgreSQL: support multiline default values. Closes #7533.
Jeremy Kemper
2007-10-08
1
-0
/
+2
*
MySQL: fix change_column on not-null columns that don't accept dfeault values...
Jeremy Kemper
2007-10-08
1
-0
/
+2
*
validates_uniqueness_of behaves well with single-table inheritance. Closes #3...
Jeremy Kemper
2007-10-08
1
-1
/
+3
*
Use fast date/time parsing by default. Closes #9811.
Jeremy Kemper
2007-10-07
1
-1
/
+1
*
Closed wrong ticket. Closes #9802, reopens #9699.
Jeremy Kemper
2007-10-07
1
-1
/
+1
*
Raise ProtectedAttributeAssignmentError in development and test environments ...
Jeremy Kemper
2007-10-07
1
-0
/
+2
*
MySQL: speedup date/time parsing.
Jeremy Kemper
2007-10-07
1
-0
/
+2
*
Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...
Michael Koziarski
2007-10-07
1
-0
/
+2
*
Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [...
Michael Koziarski
2007-10-07
1
-0
/
+2
[prev]
[next]