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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use debug, not info as log_info will discard the information if info is used.
Michael Koziarski
2007-11-17
1
-1
/
+1
*
attr_readonly behaves well with optimistic locking. Closes #10188.
Jeremy Kemper
2007-11-16
3
-1
/
+19
*
Use rexml for some tests rather than string include? checks to account for un...
Jeremy Kemper
2007-11-14
1
-14
/
+35
*
Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.
Jeremy Kemper
2007-11-14
4
-9
/
+29
*
Change plings to the more conventional quotes in the documentation. Closes #1...
Marcel Molina
2007-11-12
2
-1
/
+3
*
Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim]
Michael Koziarski
2007-11-11
1
-3
/
+3
*
Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...
Rick Olson
2007-11-11
5
-1
/
+12
*
Ensure that column names are quoted. Closes #10134 [wesley.moxam]
Michael Koziarski
2007-11-10
4
-38
/
+61
*
Set the record straight on the purpose and utility of db/schema.rb
David Heinemeier Hansson
2007-11-09
1
-2
/
+9
*
Prepare versions for RC1
David Heinemeier Hansson
2007-11-09
2
-3
/
+3
*
Kill the whiny_protected_attributes setting and kill the exception raised. In...
David Heinemeier Hansson
2007-11-09
3
-32
/
+2
*
Removed unused code (closes #9906)
David Heinemeier Hansson
2007-11-09
1
-4
/
+0
*
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
Marcel Molina
2007-11-08
18
-96
/
+109
*
Address shortcomings of changeset [8054] [protocool]
David Heinemeier Hansson
2007-11-07
5
-277
/
+128
*
Enhance explanation with more examples for attr_accessible macro. Closes #809...
Marcel Molina
2007-11-06
2
-12
/
+21
*
Standardize on using hyphens rather than colons to separate option names from...
Marcel Molina
2007-11-06
2
-11
/
+11
*
Update association/method mapping table to refected latest collection methods...
Marcel Molina
2007-11-06
2
-6
/
+8
*
Make transaction documentation example more realistic
Marcel Molina
2007-11-06
1
-2
/
+2
*
Explain semantics of having several different AR instances in a transaction b...
Marcel Molina
2007-11-06
2
-0
/
+15
*
Add missing file for revision #8090
Marcel Molina
2007-11-06
1
-1
/
+1
*
Update Schema documentation to use updated sexy migration notation. Closes #1...
Marcel Molina
2007-11-06
2
-5
/
+7
*
Use the safe conversion code introduced in earlier commit. References #10068...
Michael Koziarski
2007-11-05
1
-1
/
+1
*
Escape table names during calculation queries. [wesley.moxam, Koz] Closes #4593
Michael Koziarski
2007-10-31
2
-2
/
+7
*
Make fixtures work with the new test subclasses. [tarmo, Koz]
Michael Koziarski
2007-10-31
4
-7
/
+20
*
Introduce finder :joins with associations. Same :include syntax but with inne...
Jeremy Kemper
2007-10-29
5
-22
/
+299
*
Associations: speedup duplicate record check. Closes #10011.
Jeremy Kemper
2007-10-29
2
-1
/
+30
*
Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...
Rick Olson
2007-10-29
1
-1
/
+1
*
Make sure that << works on has_many associations on unsaved records. Closes ...
Michael Koziarski
2007-10-28
3
-0
/
+10
*
Allow association redefinition in subclasses. Closes #9346.
Jeremy Kemper
2007-10-27
4
-2
/
+89
*
Fix has_many :through delete with custom foreign keys. Closes #6466.
Jeremy Kemper
2007-10-27
8
-9
/
+65
*
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
Jeremy Kemper
2007-10-26
16
-18
/
+497
*
Add docs explaining how to protect all attributes using attr_accessible with ...
Marcel Molina
2007-10-26
2
-1
/
+19
*
Update add_index documentation to use new options api. Closes #9787 [kamal]
Marcel Molina
2007-10-26
2
-1
/
+4
*
Allow find on a has_many association defined with :finder_sql to accept id ar...
Marcel Molina
2007-10-26
5
-3
/
+22
*
Use VALID_FIND_OPTIONS when resolving :find scoping rather than hard coding t...
Marcel Molina
2007-10-26
2
-1
/
+3
*
Remove superfluous code and quote table name. References #9971 [jkit, nzkoz]
Michael Koziarski
2007-10-25
1
-2
/
+1
*
Make clear_reloadable_connections! take account of @@allow_concurrency. Clos...
Michael Koziarski
2007-10-25
1
-4
/
+17
*
Make sure that the Schema Dumper supports non-standard primary keys with MySQ...
Michael Koziarski
2007-10-25
2
-0
/
+17
*
Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...
Marcel Molina
2007-10-23
3
-6
/
+15
*
Assigning an instance of a foreign class to a composed_of aggregate calls an ...
Jeremy Kemper
2007-10-23
3
-39
/
+30
*
Assigning nil to a composed_of aggregate also sets its immediate value to nil...
Jeremy Kemper
2007-10-23
3
-2
/
+19
*
validates_uniqueness_of behaves well with abstract superclasses. References #...
Jeremy Kemper
2007-10-23
4
-2
/
+68
*
Reinstate test_change_column_nullability for all adapters. Closes #9945 [lawr...
Jeremy Kemper
2007-10-22
1
-2
/
+1
*
test_select_rows shouldn't depend on implicit result ordering. Closes #9898 [...
Jeremy Kemper
2007-10-22
1
-2
/
+2
*
Ensure that mysql quotes table names with database names correctly. Closes #...
Rick Olson
2007-10-20
3
-1
/
+9
*
typo in test name
Michael Koziarski
2007-10-19
1
-1
/
+1
*
Few more tests for Sexy Migrations
Michael Koziarski
2007-10-19
1
-0
/
+24
*
Forgotten changelog entry
Michael Koziarski
2007-10-19
1
-0
/
+3
*
Add t.belongs_to and t.references to sexy migrations [arthurgeek]
Michael Koziarski
2007-10-19
2
-1
/
+66
*
Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr...
Michael Koziarski
2007-10-19
8
-283
/
+231
[next]