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
/
lib
/
active_record
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update association/method mapping table to refected latest collection methods...
Marcel Molina
2007-11-06
1
-6
/
+6
*
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
1
-0
/
+13
*
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
1
-5
/
+5
*
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
1
-2
/
+2
*
Make fixtures work with the new test subclasses. [tarmo, Koz]
Michael Koziarski
2007-10-31
1
-6
/
+6
*
Introduce finder :joins with associations. Same :include syntax but with inne...
Jeremy Kemper
2007-10-29
3
-22
/
+134
*
Associations: speedup duplicate record check. Closes #10011.
Jeremy Kemper
2007-10-29
1
-1
/
+28
*
Make sure that << works on has_many associations on unsaved records. Closes ...
Michael Koziarski
2007-10-28
1
-0
/
+1
*
Allow association redefinition in subclasses. Closes #9346.
Jeremy Kemper
2007-10-27
1
-2
/
+4
*
Fix has_many :through delete with custom foreign keys. Closes #6466.
Jeremy Kemper
2007-10-27
2
-8
/
+20
*
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
Jeremy Kemper
2007-10-26
4
-15
/
+322
*
Add docs explaining how to protect all attributes using attr_accessible with ...
Marcel Molina
2007-10-26
1
-1
/
+17
*
Update add_index documentation to use new options api. Closes #9787 [kamal]
Marcel Molina
2007-10-26
1
-1
/
+2
*
Allow find on a has_many association defined with :finder_sql to accept id ar...
Marcel Molina
2007-10-26
1
-1
/
+1
*
Use VALID_FIND_OPTIONS when resolving :find scoping rather than hard coding t...
Marcel Molina
2007-10-26
1
-1
/
+1
*
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
1
-0
/
+10
*
Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...
Marcel Molina
2007-10-23
1
-6
/
+4
*
Assigning an instance of a foreign class to a composed_of aggregate calls an ...
Jeremy Kemper
2007-10-23
1
-37
/
+26
*
Assigning nil to a composed_of aggregate also sets its immediate value to nil...
Jeremy Kemper
2007-10-23
1
-2
/
+2
*
validates_uniqueness_of behaves well with abstract superclasses. References #...
Jeremy Kemper
2007-10-23
1
-1
/
+15
*
Ensure that mysql quotes table names with database names correctly. Closes #...
Rick Olson
2007-10-20
1
-1
/
+1
*
Add t.belongs_to and t.references to sexy migrations [arthurgeek]
Michael Koziarski
2007-10-19
1
-0
/
+30
*
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
1
-1
/
+13
*
Fix regression where the association would not construct new finder SQL on sa...
Jeremy Kemper
2007-10-16
1
-4
/
+4
*
Refactor association create and build so before & after callbacks behave cons...
Jeremy Kemper
2007-10-16
3
-38
/
+44
*
Quote table names. Defaults to column quoting. Closes #4593.
Jeremy Kemper
2007-10-16
7
-43
/
+65
*
Fix join table docs error in schema_statements. Closes #9880 [lawrence]
Jeremy Kemper
2007-10-16
1
-1
/
+1
*
Alias association #build to #new so it behaves predictably. Closes #8787.
Jeremy Kemper
2007-10-15
1
-0
/
+1
*
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
*
Add notes to documentation regarding attr_readonly behavior with counter cach...
Rick Olson
2007-10-14
1
-0
/
+3
*
Observers can observe model names as symbols properly now. Closes #9869 [qu...
Rick Olson
2007-10-14
1
-1
/
+2
*
Update versions here too
David Heinemeier Hansson
2007-10-12
1
-1
/
+1
*
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
1
-7
/
+16
*
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...
Michael Koziarski
2007-10-10
1
-6
/
+9
*
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
1
-1
/
+1
*
Make sure AR::Base#clone handles attr changes made in after_initialize hooks....
Michael Koziarski
2007-10-08
1
-3
/
+3
*
PostgreSQL: support multiline default values. Closes #7533.
Jeremy Kemper
2007-10-08
1
-14
/
+14
*
Dr Math meets Captain Obvious.
Jeremy Kemper
2007-10-08
1
-1
/
+1
*
MySQL: fix change_column on not-null columns that don't accept dfeault values...
Jeremy Kemper
2007-10-08
1
-2
/
+2
*
Change Migration documentation to use the new syntax. Closes #9813 [sjgman9]
Michael Koziarski
2007-10-08
1
-5
/
+5
*
validates_uniqueness_of behaves well with single-table inheritance. Closes #3...
Jeremy Kemper
2007-10-08
1
-1
/
+4
[prev]
[next]