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
...
*
lifo -> Pratik
Jeremy Kemper
2007-12-10
1
-15
/
+15
*
More contributor name updates
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Update Chu's name in changelogs
Jeremy Kemper
2007-12-10
1
-2
/
+2
*
Update Fred's name in changelogs
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Removed query cache rescue as it could cause code to be run twice (closes #10...
David Heinemeier Hansson
2007-12-07
1
-0
/
+5
*
Anchor DateTimeTest to fixed DateTime instead of a variable value based on Ti...
Geoff Buesing
2007-12-07
1
-0
/
+2
*
Fixed that the Query Cache should just be ignored if the database is misconfi...
David Heinemeier Hansson
2007-12-06
1
-0
/
+2
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
1
-4
/
+1
*
Fixed that the truncation of strings longer than 50 chars should use inspect ...
David Heinemeier Hansson
2007-12-06
1
-0
/
+2
*
Fixed that habtm associations should be able to set :select as part of their ...
David Heinemeier Hansson
2007-12-05
1
-28
/
+2
*
Document how the :include option can be used in Calculations::calculate. Clo...
Marcel Molina
2007-12-05
1
-0
/
+2
*
Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [j...
Marcel Molina
2007-12-05
1
-0
/
+2
*
Reveal that the type option in migrations can be any supported column type fo...
Marcel Molina
2007-12-05
1
-0
/
+2
*
More complete documentation for find_by_sql. Closes #7912 [fearoffish]
Marcel Molina
2007-12-05
1
-0
/
+2
*
Document API for exists?'s parameter and provide examples of usage. Closes #7...
Marcel Molina
2007-12-05
1
-0
/
+2
*
Document API for create's attributes parameter and provide examples. Closes #...
Marcel Molina
2007-12-05
1
-0
/
+2
*
Documentation for find incorrectly omits the :conditions option from various ...
Marcel Molina
2007-12-05
1
-0
/
+2
*
Document options and add examples for update. Closes #7985 [fearoffish]
Marcel Molina
2007-12-05
1
-0
/
+2
*
Document options and add examples for delete. Closes #7986 [fearoffish]
Marcel Molina
2007-12-05
1
-0
/
+2
*
Document options and add examples for destroy. Closes #7988 [fearoffish]
Marcel Molina
2007-12-05
1
-0
/
+2
*
Document options and add examples for update_all. Closes #7990 [fearoffish]
Marcel Molina
2007-12-05
1
-0
/
+2
*
Document options for update_counters. Closes #8091 [fearoffish]
Marcel Molina
2007-12-05
1
-0
/
+2
*
Add documentation about the virtual attribute added by validates_confirmation...
Marcel Molina
2007-12-05
1
-0
/
+2
*
Add documentation for freeze and readonly related methods. Closes #8878 [pela...
Marcel Molina
2007-12-05
1
-0
/
+2
*
Document the timestamps schema definition method. Closes #9000 [mikong]
Marcel Molina
2007-12-05
1
-0
/
+2
*
Give examples for what tables should be called for models inside a module nam...
Marcel Molina
2007-12-05
1
-0
/
+2
*
Document the :message option for validates_associated. Closes #10357 [dylans]
Marcel Molina
2007-12-05
1
-0
/
+2
*
Document automatically generated predicate methods for attributes. Closes #10...
Marcel Molina
2007-12-05
1
-0
/
+2
*
Added ActiveRecord::Base#becomes to turn a record into one of another class (...
David Heinemeier Hansson
2007-12-03
1
-0
/
+4
*
Fixed that to_xml should not automatically pass :procs to associations includ...
David Heinemeier Hansson
2007-12-03
1
-0
/
+5
*
Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N]
Marcel Molina
2007-12-02
1
-0
/
+2
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
1
-1
/
+1
*
Foxy fixtures: support single-table inheritance. Closes #10234.
Jeremy Kemper
2007-11-26
1
-0
/
+2
*
Foxy fixtures: allow mixed usage to make migration easier and more attractive...
Jeremy Kemper
2007-11-26
1
-0
/
+2
*
Make the record_timestamps class-inheritable so it can be set per model. Refe...
Jeremy Kemper
2007-11-26
1
-0
/
+2
*
Allow validates_acceptance_of to use a real attribute instead of only virtual...
David Heinemeier Hansson
2007-11-25
1
-0
/
+2
*
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
[prev]
[next]