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
...
*
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
*
Use fast date/time parsing by default. Closes #9811.
Jeremy Kemper
2007-10-07
2
-34
/
+33
*
Raise ProtectedAttributeAssignmentError in development and test environments ...
Jeremy Kemper
2007-10-07
1
-14
/
+34
*
Reinstate failsafe date/time parsing rescues. Head off some obvious failures ...
Jeremy Kemper
2007-10-07
2
-22
/
+29
*
MySQL: speedup date/time parsing.
Jeremy Kemper
2007-10-07
2
-58
/
+94
*
Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...
Michael Koziarski
2007-10-07
1
-1
/
+1
*
Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [...
Michael Koziarski
2007-10-07
1
-17
/
+12
*
Send the correct INSERT statement when dealing with objects with only primary...
Michael Koziarski
2007-10-06
3
-6
/
+20
*
Only cache attributes which need it for performance reasons. Closes #9767 [sk...
Michael Koziarski
2007-10-06
1
-1
/
+24
*
Fix that ActiveRecord would create attribute methods and override custom attr...
Rick Olson
2007-10-06
2
-12
/
+13
*
Don't call attr_readonly on polymorphic belongs_to associations, in case it m...
Rick Olson
2007-10-05
1
-1
/
+1
*
Bump versions for 1.2.4 release.
Jeremy Kemper
2007-10-05
1
-1
/
+1
*
Hash#to_json takes :only or :except options to specific or omit certain hash ...
Jeremy Kemper
2007-10-04
1
-1
/
+1
*
Try loading activerecord-<adaptername>-adapter gem before trying a plain requ...
Jeremy Kemper
2007-10-04
1
-8
/
+3
*
only create custom accessors for Kernel:: methods
Tobias Lütke
2007-10-03
1
-11
/
+4
*
Allow column accessors to be created even if Kernel. or Object# methods of th...
Tobias Lütke
2007-10-03
1
-4
/
+15
*
Cache the descends_from_activerecord? call to speed up query generation. [ska...
Michael Koziarski
2007-10-03
1
-3
/
+8
*
Add attr_readonly to specify columns that are skipped during a normal ActiveR...
Rick Olson
2007-09-30
2
-4
/
+27
[prev]
[next]