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
*
Update copyright span
David Heinemeier Hansson
2007-09-09
2
-2
/
+2
*
Match Fixnum and Float in particular. Rescue dup error and return result.
Jeremy Kemper
2007-09-08
1
-4
/
+5
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
4
-3
/
+6
*
Add credit where due. References #8446
Michael Koziarski
2007-09-05
1
-1
/
+1
*
Fix assertion for the mysql default work around committed earlier.
Michael Koziarski
2007-09-05
1
-1
/
+5
*
Add :allow_blank to validations. Like allow_nil, but for values which are +bl...
Michael Koziarski
2007-09-05
2
-1
/
+26
*
Fix bug where unserializing an attribute attempts to modify a frozen @attribu...
Rick Olson
2007-09-04
3
-1
/
+12
*
Work around mysql limitations for defaults on text columns with not null. Cl...
Michael Koziarski
2007-09-04
3
-2
/
+3
*
Remove deprecated functionality from edge rails. Closes #9387 [lifofifo]
Michael Koziarski
2007-09-03
8
-381
/
+7
*
Ensure QueryCache doesn't try to dup numeric results (does not affect the maj...
Michael Koziarski
2007-09-02
2
-6
/
+13
*
Performance: absorb instantiate and initialize_with_callbacks into the Base m...
Jeremy Kemper
2007-08-31
3
-34
/
+17
*
Remove commented out test which refers to old code, old bugs and uses ObjectS...
Michael Koziarski
2007-08-29
1
-22
/
+0
*
Formatting, grammar and spelling fixes for the associations documentation. [s...
Michael Koziarski
2007-08-28
8
-226
/
+226
*
Fix documentation error in xml serialization. [matt] Closes #9001
Michael Koziarski
2007-08-28
1
-1
/
+1
*
Formatting and grammatical fixes for the acts_as_* documentation [seanhussey,...
Michael Koziarski
2007-08-28
3
-30
/
+30
*
Pass the right binding when string is passed to :if with validations. [casper...
Michael Koziarski
2007-08-28
2
-1
/
+23
*
Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...
Michael Koziarski
2007-08-28
1
-11
/
+12
*
Remove unnecessary loop in validates_presence_of. [sur] Closes #9392
Michael Koziarski
2007-08-28
1
-7
/
+5
*
Make sure create! raises errors on validation when creating multiple records....
Michael Koziarski
2007-08-28
2
-1
/
+7
*
Fix spacing
David Heinemeier Hansson
2007-08-21
2
-2
/
+2
*
Fixed that eager loading queries and with_scope should respect the :group opt...
David Heinemeier Hansson
2007-08-21
3
-8
/
+17
*
Fixed that eager loading queries should respect the :group option as well [DHH]
David Heinemeier Hansson
2007-08-21
2
-1
/
+6
*
Improve performance and functionality of the postgresql adapter. Closes #804...
Michael Koziarski
2007-08-16
7
-213
/
+660
*
Don't clobber :includes passed to count on has_many association. Closes #9175...
Michael Koziarski
2007-08-16
3
-1
/
+9
*
Make sure has_many associations honour :include when counting. Closes #9167 [...
Michael Koziarski
2007-08-16
4
-1
/
+11
*
Add forgotten changelog entry
Michael Koziarski
2007-08-14
1
-0
/
+7
*
Change the implementation of ActiveRecord's attribute reader and writer methods:
Michael Koziarski
2007-08-14
6
-243
/
+249
*
Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko]
Michael Koziarski
2007-08-07
3
-1
/
+15
*
Let inspect on AR classes work when the table doesn't exist. Closes #9194 [ta...
Michael Koziarski
2007-08-06
2
-1
/
+7
*
Performance enhancement for Base.exists?. CLoses #8769. [hasmanyjosh]
Michael Koziarski
2007-08-05
1
-1
/
+1
*
dont call #collect on a string when returning query cache results. Closes #9...
Rick Olson
2007-07-25
2
-1
/
+7
*
Perform a deep #dup on query cache results so that modifying activerecord att...
Rick Olson
2007-07-25
3
-20
/
+29
*
Ensure that has_many :through associations use a count query instead of loadi...
Rick Olson
2007-07-25
3
-0
/
+15
*
tiny doc patches [lifo]
Rick Olson
2007-07-25
1
-2
/
+2
*
misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90...
Rick Olson
2007-07-25
1
-45
/
+45
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
6
-13
/
+5
*
Added :unless clause to validations (closes #8003) [monki]
David Heinemeier Hansson
2007-07-24
3
-9
/
+105
*
Fix #count on a has_many :through association so that it recognizes the :uniq...
Rick Olson
2007-07-20
3
-1
/
+22
*
Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo]
Rick Olson
2007-07-17
3
-10
/
+26
*
Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo...
Rick Olson
2007-07-16
6
-40
/
+16
*
Change belongs_to so that the foreign_key assumption is taken from the associ...
Rick Olson
2007-07-16
5
-14
/
+18
*
Remove spurious tests from deprecated_associations_test, most of these aren't...
Michael Koziarski
2007-07-15
2
-220
/
+4
*
Make create! on a has_many :through association return the association objec...
Michael Koziarski
2007-07-11
3
-2
/
+5
*
Support for non heterogeneous arrays when serializing to xml. Unless guessabl...
Tobias Lütke
2007-07-09
2
-3
/
+28
*
Make [7169] work as expected with indented XML.
Tobias Lütke
2007-07-09
2
-4
/
+9
*
Include empty has_many/has_and_belongs_to_many associations as empty array ta...
Tobias Lütke
2007-07-09
2
-7
/
+12
*
Move from select * to select tablename.* to avoid clobbering IDs. Closes #888...
Michael Koziarski
2007-07-07
4
-1
/
+13
*
Don't call unsupported methods on associated objects when using :include, :me...
Michael Koziarski
2007-06-30
4
-4
/
+24
*
Add the type="array" moniker to has_many / has_and_belongs_to_many associatio...
Tobias Lütke
2007-06-27
3
-6
/
+6
*
Define collection singular ids method for has_many :through associations. Clo...
Jeremy Kemper
2007-06-27
3
-7
/
+18
[next]