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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...
Michael Koziarski
2007-11-20
6
-0
/
+12
*
attr_readonly behaves well with optimistic locking. Closes #10188.
Jeremy Kemper
2007-11-16
1
-0
/
+16
*
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
2
-9
/
+23
*
Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...
Rick Olson
2007-11-11
3
-0
/
+8
*
Ensure that column names are quoted. Closes #10134 [wesley.moxam]
Michael Koziarski
2007-11-10
2
-7
/
+11
*
Kill the whiny_protected_attributes setting and kill the exception raised. In...
David Heinemeier Hansson
2007-11-09
1
-18
/
+0
*
Address shortcomings of changeset [8054] [protocool]
David Heinemeier Hansson
2007-11-07
2
-158
/
+88
*
Escape table names during calculation queries. [wesley.moxam, Koz] Closes #4593
Michael Koziarski
2007-10-31
1
-0
/
+5
*
Make fixtures work with the new test subclasses. [tarmo, Koz]
Michael Koziarski
2007-10-31
2
-1
/
+12
*
Introduce finder :joins with associations. Same :include syntax but with inne...
Jeremy Kemper
2007-10-29
1
-0
/
+158
*
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
1
-0
/
+7
*
Allow association redefinition in subclasses. Closes #9346.
Jeremy Kemper
2007-10-27
2
-0
/
+83
*
Fix has_many :through delete with custom foreign keys. Closes #6466.
Jeremy Kemper
2007-10-27
5
-1
/
+43
*
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
Jeremy Kemper
2007-10-26
11
-3
/
+166
*
Allow find on a has_many association defined with :finder_sql to accept id ar...
Marcel Molina
2007-10-26
3
-2
/
+19
*
Make sure that the Schema Dumper supports non-standard primary keys with MySQ...
Michael Koziarski
2007-10-25
1
-0
/
+7
*
Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...
Marcel Molina
2007-10-23
1
-0
/
+9
*
Assigning an instance of a foreign class to a composed_of aggregate calls an ...
Jeremy Kemper
2007-10-23
1
-2
/
+2
*
Assigning nil to a composed_of aggregate also sets its immediate value to nil...
Jeremy Kemper
2007-10-23
1
-0
/
+15
*
validates_uniqueness_of behaves well with abstract superclasses. References #...
Jeremy Kemper
2007-10-23
2
-0
/
+51
*
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
1
-0
/
+4
*
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
*
Add t.belongs_to and t.references to sexy migrations [arthurgeek]
Michael Koziarski
2007-10-19
1
-1
/
+36
*
Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr...
Michael Koziarski
2007-10-19
7
-281
/
+231
*
SQL Server: test for affected row count. References #9558 [lawrence, ryepup]
Jeremy Kemper
2007-10-18
1
-25
/
+19
*
Read in binary mode to make sure windows support keeps working. [lawrence] ...
Michael Koziarski
2007-10-17
1
-1
/
+1
*
Use a smaller binary fixture so we don't overflow column size limitations in ...
Michael Koziarski
2007-10-17
2
-435
/
+130
*
Qualified column names work in hash conditions, like :conditions => { 'commen...
Jeremy Kemper
2007-10-16
1
-0
/
+5
*
Fix regression where the association would not construct new finder SQL on sa...
Jeremy Kemper
2007-10-16
1
-0
/
+10
*
Refactor association create and build so before & after callbacks behave cons...
Jeremy Kemper
2007-10-16
4
-7
/
+48
*
Quote table names. Defaults to column quoting. Closes #4593.
Jeremy Kemper
2007-10-16
7
-3
/
+216
*
Moving SQL Server tests to the extracted adapter. References #9884.
Jeremy Kemper
2007-10-16
7
-339
/
+7
*
Alias association #build to #new so it behaves predictably. Closes #8787.
Jeremy Kemper
2007-10-15
1
-0
/
+1
*
Test that change_column quotes column names. Closes #9537 [lawrence]
Jeremy Kemper
2007-10-15
1
-1
/
+13
*
Uncomment test for join model method_missing. Closes #8707 [Giles Bowkett, Jo...
Jeremy Kemper
2007-10-15
1
-2
/
+2
*
Update test/all.sh
Jeremy Kemper
2007-10-15
1
-2
/
+2
*
Update IGNORED_SQL for SQL Server. Closes #9638 [lawrence]
Jeremy Kemper
2007-10-15
1
-1
/
+1
*
Observers can observe model names as symbols properly now. Closes #9869 [qu...
Rick Olson
2007-10-14
1
-1
/
+1
*
find_and_(initialize|create)_by methods can now properly initialize protected...
Tobias Lütke
2007-10-10
2
-0
/
+17
*
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...
Michael Koziarski
2007-10-10
3
-0
/
+19
*
Make sure AR::Base#clone handles attr changes made in after_initialize hooks....
Michael Koziarski
2007-10-08
2
-1
/
+11
*
PostgreSQL: support multiline default values. Closes #7533.
Jeremy Kemper
2007-10-08
2
-1
/
+8
*
MySQL: fix change_column on not-null columns that don't accept dfeault values...
Jeremy Kemper
2007-10-08
1
-0
/
+10
*
validates_uniqueness_of behaves well with single-table inheritance. Closes #3...
Jeremy Kemper
2007-10-08
1
-0
/
+27
*
Raise ProtectedAttributeAssignmentError in development and test environments ...
Jeremy Kemper
2007-10-07
1
-0
/
+18
[prev]
[next]