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
...
*
Made ready to push RC2
David Heinemeier Hansson
2005-10-19
2
-2
/
+3
*
Parenthesize :conditions
Jeremy Kemper
2005-10-18
7
-18
/
+19
*
Correct PostgreSQL primary key sequence detection. #2507
Jeremy Kemper
2005-10-18
2
-13
/
+22
*
Added support for using limits in eager loads that involve has_many and has_a...
David Heinemeier Hansson
2005-10-18
3
-11
/
+87
*
unbreak unit tests on windows
Michael Koziarski
2005-10-18
1
-2
/
+0
*
Updated the gem specs
David Heinemeier Hansson
2005-10-17
1
-1
/
+1
*
Fixed a few sqlserver test case errors. Closes #2486
Tobias Lütke
2005-10-17
3
-7
/
+13
*
Getting ready for 0.14.0 (1.0.0 Release Candidate 1)
David Heinemeier Hansson
2005-10-16
2
-3
/
+3
*
modified finder test a tiny bit so that it passes on sqlserver
Tobias Lütke
2005-10-16
2
-5
/
+8
*
Update/clean up ActiveRecord documentation (rdoc)
Jamis Buck
2005-10-16
4
-6
/
+45
*
r3959@asus: jeremy | 2005-10-16 00:09:09 -0700
Jeremy Kemper
2005-10-16
1
-0
/
+2
*
r3957@asus: jeremy | 2005-10-16 00:01:55 -0700
Jeremy Kemper
2005-10-16
1
-0
/
+20
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
13
-42
/
+113
*
Comment out the memory leak test because it b0rks the testing environment. Up...
Jamis Buck
2005-10-16
2
-19
/
+22
*
Fix bad commit. (Bad developer, bad\!)
Nicholas Seckar
2005-10-16
1
-1
/
+1
*
Add __FILE__ and __LINE__ to eval
Nicholas Seckar
2005-10-15
1
-1
/
+1
*
Allow ARStore::Session to indicate that it should not be reloaded in dev mode
Jamis Buck
2005-10-15
1
-1
/
+15
*
Renaming the deprecated finder test
Michael Koziarski
2005-10-15
1
-1
/
+1
*
squash the memleak in dev mode finally (fingers crossed, here)
Jamis Buck
2005-10-15
2
-0
/
+23
*
Change default logging colors to work on both white and black backgrounds.
Sam Stephenson
2005-10-15
2
-6
/
+10
*
Really fix #1896. YAML class structure changed between 1.8.2 and 1.8.3, brea...
Jeremy Kemper
2005-10-15
1
-1
/
+1
*
Eliminate an obsolete comment.
Marcel Molina
2005-10-15
1
-2
/
+0
*
Support ordered YAML fixtures. #1896
Jeremy Kemper
2005-10-15
4
-4
/
+50
*
Adds :nullify option to :depends. Closes #2015 (Robby Russell)
Tobias Lütke
2005-10-15
8
-22
/
+88
*
r3618@sedna: jeremy | 2005-10-14 12:06:03 -0700
Jeremy Kemper
2005-10-15
3
-5
/
+55
*
Change quote delimiters for sql interpolation to obviate SyntaxErrors. Closes...
Marcel Molina
2005-10-14
2
-1
/
+9
*
SQL Server needs to quote booleans just like MySQL 1/0
David Heinemeier Hansson
2005-10-14
1
-0
/
+8
*
Avoid memleak in dev mode with fastcgi
Jamis Buck
2005-10-14
2
-4
/
+11
*
Back out of [2548].
Marcel Molina
2005-10-14
1
-18
/
+18
*
DRYed up Associations#clear. Closes #1906 [Caleb]
Tobias Lütke
2005-10-14
6
-36
/
+37
*
Delegate access to a customized primary key to the conventional id method. Cl...
Marcel Molina
2005-10-13
3
-2
/
+6
*
Fix errors caused by assigning a has-one or belongs-to property to itself
Jamis Buck
2005-10-13
4
-3
/
+15
*
r3581@sedna: jeremy | 2005-10-13 12:20:42 -0700
Jeremy Kemper
2005-10-13
1
-1
/
+7
*
r3579@sedna: jeremy | 2005-10-13 12:02:01 -0700
Jeremy Kemper
2005-10-13
1
-4
/
+2
*
r3577@sedna: jeremy | 2005-10-13 11:55:20 -0700
Jeremy Kemper
2005-10-13
1
-0
/
+17
*
Support using different database adapters for development and test with Activ...
Sam Stephenson
2005-10-13
2
-0
/
+11
*
Optimize postgresql selects.
Marcel Molina
2005-10-13
2
-18
/
+20
*
Update DB2 adapter. Closes #2206.
Marcel Molina
2005-10-12
3
-2
/
+38
*
Corrections to SQLServer native data types. Closes #2267.
Marcel Molina
2005-10-12
2
-10
/
+12
*
Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...
Marcel Molina
2005-10-12
4
-8
/
+21
*
Protect id attribute from mass assigment even when the primary key is set to ...
Marcel Molina
2005-10-12
3
-3
/
+25
*
Add test coverage for customized primary keys including a failing test for #2...
Marcel Molina
2005-10-12
16
-6
/
+65
*
Misc doc fixes (typos/grammar/etc.). Closes #2430.
Marcel Molina
2005-10-11
2
-37
/
+39
*
Add test coverage for content_columns. Closes #2432.
Marcel Molina
2005-10-11
2
-1
/
+6
*
Fix typo in CHANGELOG.
Marcel Molina
2005-10-11
1
-1
/
+1
*
Speed up for unthreaded environments. Closes #2431.
Marcel Molina
2005-10-11
2
-6
/
+20
*
Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3....
Marcel Molina
2005-10-11
2
-3
/
+17
*
Speed up the setting of table_name. Closes #2428.
Marcel Molina
2005-10-10
4
-1
/
+29
*
move lib/version.rb to lib/active_record/version.rb
Jamis Buck
2005-10-10
2
-1
/
+1
*
Optimize instantiation of STI subclass records. In partial fullfilment of #1236.
Marcel Molina
2005-10-09
2
-15
/
+20
[prev]
[next]