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
...
*
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
*
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
*
Raise an intelligible error message when migration aren't named correctly [br...
Michael Koziarski
2007-10-17
1
-1
/
+9
*
Qualified column names work in hash conditions, like :conditions => { 'commen...
Jeremy Kemper
2007-10-16
3
-1
/
+20
*
Fix regression where the association would not construct new finder SQL on sa...
Jeremy Kemper
2007-10-16
3
-4
/
+16
*
Refactor association create and build so before & after callbacks behave cons...
Jeremy Kemper
2007-10-16
8
-45
/
+94
*
Quote table names. Defaults to column quoting. Closes #4593.
Jeremy Kemper
2007-10-16
15
-46
/
+283
*
Fix join table docs error in schema_statements. Closes #9880 [lawrence]
Jeremy Kemper
2007-10-16
1
-1
/
+1
*
Moving SQL Server tests to the extracted adapter. References #9884.
Jeremy Kemper
2007-10-16
8
-340
/
+8
*
Alias association #build to #new so it behaves predictably. Closes #8787.
Jeremy Kemper
2007-10-15
3
-0
/
+4
*
Revert [7894] and apply to adapter instead. References #9588.
Jeremy Kemper
2007-10-15
1
-31
/
+0
*
Test that change_column quotes column names. Closes #9537 [lawrence]
Jeremy Kemper
2007-10-15
1
-1
/
+13
*
Factor out checks for duplicable objects. Closes #9333.
Jeremy Kemper
2007-10-15
2
-12
/
+3
*
Fix Json related documentation for render and the AR serializer. Closes #9814...
Michael Koziarski
2007-10-15
1
-0
/
+53
*
Remove seemingly misleading 'faster tests' instructions too
Michael Koziarski
2007-10-15
1
-11
/
+0
*
Update the instructions for running tests.
Michael Koziarski
2007-10-15
1
-23
/
+3
*
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
*
Add build/drop/rebuild tasks for SQL Server. Closes #9588 [lawrence]
Jeremy Kemper
2007-10-15
1
-2
/
+33
*
Add explicit test task
Jeremy Kemper
2007-10-15
1
-3
/
+4
*
Add notes to documentation regarding attr_readonly behavior with counter cach...
Rick Olson
2007-10-14
2
-0
/
+5
*
Observers can observe model names as symbols properly now. Closes #9869 [qu...
Rick Olson
2007-10-14
3
-2
/
+5
*
Update versions here too
David Heinemeier Hansson
2007-10-12
2
-2
/
+2
*
eval with __FILE__ and __LINE__
Jeremy Kemper
2007-10-10
2
-6
/
+6
*
find_and_(initialize|create)_by methods can now properly initialize protected...
Tobias Lütke
2007-10-10
4
-7
/
+35
*
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...
Michael Koziarski
2007-10-10
4
-6
/
+28
*
Update :dependent docs and improve its argument error message.
Jeremy Kemper
2007-10-09
1
-34
/
+32
*
belongs_to infers the foreign key from the association name instead of from t...
Jeremy Kemper
2007-10-08
2
-1
/
+3
*
Make sure AR::Base#clone handles attr changes made in after_initialize hooks....
Michael Koziarski
2007-10-08
3
-4
/
+14
[prev]
[next]