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
*
Added :include as an option for association declarations [DHH]
David Heinemeier Hansson
2005-11-06
5
-13
/
+33
*
Sharper example
David Heinemeier Hansson
2005-11-06
1
-4
/
+2
*
Made association extensions use simpler block syntax
David Heinemeier Hansson
2005-11-06
2
-11
/
+42
*
r2915@asus: jeremy | 2005-11-06 05:02:53 -0800
Jeremy Kemper
2005-11-06
3
-44
/
+71
*
Fixed that SQL Server should ignore :size declarations on anything but intege...
David Heinemeier Hansson
2005-11-06
1
-1
/
+10
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-04
4
-24
/
+78
*
Omit internal dtproperties table from SQLServer table list. Closes #2729.
Jeremy Kemper
2005-11-04
1
-5
/
+7
*
Quote column names in generated SQL. Closes #2728.
Jeremy Kemper
2005-11-04
1
-2
/
+2
*
Correct the pure-Ruby MySQL 4.1.1 shim's version test. Closes #2718.
Jeremy Kemper
2005-11-03
1
-13
/
+9
*
Add Model.create! to match existing model.save! method. When save! raises Re...
Jeremy Kemper
2005-11-03
1
-35
/
+65
*
Correct fixture behavior when table name pluralization is off. Closes #2719.
Jeremy Kemper
2005-11-03
1
-2
/
+4
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-03
2
-6
/
+35
*
Correct reader method generation for primary key attribute: handle case when ...
Jeremy Kemper
2005-11-02
1
-12
/
+11
*
A missing primary key column shouldn't raise an error when generating its err...
Jeremy Kemper
2005-11-01
1
-1
/
+1
*
Added that an DuplicateMigrationVersionError gets raised when multiple migrat...
Florian Weber
2005-10-31
1
-4
/
+17
*
Changed :dbfile to :database for SQLite adapter for consistency (old key stil...
David Heinemeier Hansson
2005-10-30
2
-10
/
+11
*
Added migration support for Oracle (closes #2647) [Michael Schoen]
David Heinemeier Hansson
2005-10-29
3
-188
/
+289
*
Worked around that connection can't be reset if allow_concurrency is off. Cl...
Jeremy Kemper
2005-10-29
1
-0
/
+1
*
Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...
David Heinemeier Hansson
2005-10-28
2
-14
/
+28
*
Added migration support to SQL Server adapter (please someone do the same for...
David Heinemeier Hansson
2005-10-28
3
-6
/
+90
*
r3801@sedna: jeremy | 2005-10-28 00:42:28 -0700
Jeremy Kemper
2005-10-28
1
-2
/
+2
*
r3800@sedna: jeremy | 2005-10-28 00:39:05 -0700
Jeremy Kemper
2005-10-28
2
-10
/
+17
*
Update documentation for observers to reflect new configuration system.
Marcel Molina
2005-10-27
1
-3
/
+4
*
Refactor DB exceptions and deal more with DB2 (closes #2624)
David Heinemeier Hansson
2005-10-27
4
-3
/
+13
*
Add exception to example (closes #2315)
David Heinemeier Hansson
2005-10-26
1
-0
/
+1
*
Added :offset and :limit to the kinds of options that Base.constrain can use ...
David Heinemeier Hansson
2005-10-26
1
-1
/
+4
*
Fix docs (closes #2491)
David Heinemeier Hansson
2005-10-26
11
-55
/
+56
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
1
-7
/
+43
*
Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...
David Heinemeier Hansson
2005-10-26
1
-0
/
+8
*
Prepared for release of 0.14.2 (RC3)
David Heinemeier Hansson
2005-10-25
1
-1
/
+1
*
Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark...
Jamis Buck
2005-10-25
1
-4
/
+6
*
r2736@asus: jeremy | 2005-10-24 17:08:12 -0700
Jeremy Kemper
2005-10-25
2
-110
/
+79
*
Minor documentation fix
Florian Weber
2005-10-25
1
-1
/
+1
*
r2727@asus: jeremy | 2005-10-24 14:14:36 -0700
Jeremy Kemper
2005-10-24
1
-9
/
+8
*
r2726@asus: jeremy | 2005-10-24 14:11:59 -0700
Jeremy Kemper
2005-10-24
1
-1
/
+1
*
r2718@asus: jeremy | 2005-10-23 14:45:30 -0700
Jeremy Kemper
2005-10-23
1
-90
/
+115
*
Map Active Record time to SQL TIME. Closes #2576.
Jeremy Kemper
2005-10-23
1
-1
/
+1
*
Map AR time to PostgreSQL TIME. Closes #2575.
Jeremy Kemper
2005-10-23
1
-1
/
+1
*
Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.
Jeremy Kemper
2005-10-22
1
-13
/
+26
*
Fix Associations#clear for not-yet-loaded associations (Patrick Lenz)
Tobias Lütke
2005-10-20
1
-1
/
+1
*
HABTM finder sets :readonly => false. Closes #2525.
Jeremy Kemper
2005-10-20
2
-3
/
+6
*
Made ready to push RC2
David Heinemeier Hansson
2005-10-19
1
-1
/
+1
*
Parenthesize :conditions
Jeremy Kemper
2005-10-18
5
-10
/
+12
*
Correct PostgreSQL primary key sequence detection. #2507
Jeremy Kemper
2005-10-18
1
-13
/
+20
*
Added support for using limits in eager loads that involve has_many and has_a...
David Heinemeier Hansson
2005-10-18
1
-9
/
+54
*
Getting ready for 0.14.0 (1.0.0 Release Candidate 1)
David Heinemeier Hansson
2005-10-16
1
-2
/
+2
*
Update/clean up ActiveRecord documentation (rdoc)
Jamis Buck
2005-10-16
3
-6
/
+43
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
7
-36
/
+78
*
Comment out the memory leak test because it b0rks the testing environment. Up...
Jamis Buck
2005-10-16
1
-1
/
+1
*
Fix bad commit. (Bad developer, bad\!)
Nicholas Seckar
2005-10-16
1
-1
/
+1
[next]