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
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, t...
Jeremy Kemper
2005-11-22
1
-0
/
+2
*
has_and_belongs_to_many: use JOIN instead of LEFT JOIN. References #2937.
Jeremy Kemper
2005-11-21
1
-0
/
+2
*
MySQL: introduce :encoding option to specify the character set for client, co...
Jeremy Kemper
2005-11-21
1
-0
/
+2
*
Revert [3130]. Behavior of introducing Kernel.binding causes breakage.
Marcel Molina
2005-11-21
1
-2
/
+0
*
Use Kernel.binding rather than binding to allow columns of that name. Refere...
Jeremy Kemper
2005-11-21
1
-0
/
+2
*
Add tasks to create, drop and rebuild the MySQL and PostgreSQL test databases.
Marcel Molina
2005-11-20
1
-0
/
+2
*
Correct boolean handling in generated reader methods. References #2945.
Jeremy Kemper
2005-11-19
1
-0
/
+2
*
Don't generate read methods for columns whose names are not valid ruby method...
Jeremy Kemper
2005-11-19
1
-0
/
+2
*
Document :force option to create_table. References #2921.
Jeremy Kemper
2005-11-17
1
-0
/
+2
*
Don't add the same conditions twice in has_one finder sql. References #2916.
Jeremy Kemper
2005-11-17
1
-0
/
+2
*
Rename Version constant to VERSION. Closes #2802.
Marcel Molina
2005-11-17
1
-0
/
+2
*
r3116@asus: jeremy | 2005-11-16 00:17:06 -0800
Jeremy Kemper
2005-11-16
1
-0
/
+2
*
SQLServer: active? and reconnect! methods for handling stale connections. Re...
Jeremy Kemper
2005-11-15
1
-1
/
+1
*
SQLServer: active? and reconnect! methods for handling stale connections. Re...
Jeremy Kemper
2005-11-15
1
-0
/
+2
*
Associations handle case-equality more consistently: item.parts.is_a?(Array) ...
Jeremy Kemper
2005-11-15
1
-0
/
+2
*
SQLServer: insert uses given primary key value if not nil rather than SELECT ...
Jeremy Kemper
2005-11-14
1
-0
/
+2
*
Oracle: active? and reconnect! methods for handling stale connections. Optio...
Jeremy Kemper
2005-11-14
1
-1
/
+3
*
Correct documentation for Base.delete_all. References #1568.
Jeremy Kemper
2005-11-14
1
-0
/
+2
*
Oracle: test case for column default parsing. References #2788.
Jeremy Kemper
2005-11-14
1
-1
/
+3
*
Update documentation for Migrations. References #2861.
Jeremy Kemper
2005-11-14
1
-0
/
+2
*
r3042@asus: jeremy | 2005-11-13 01:51:08 -0800
Jeremy Kemper
2005-11-13
1
-1
/
+1
*
r3032@asus: jeremy | 2005-11-12 23:16:52 -0800
Jeremy Kemper
2005-11-13
1
-0
/
+2
*
Much faster Oracle column reflection. References #2848.
Jeremy Kemper
2005-11-13
1
-0
/
+2
*
r4325@asus: jeremy | 2005-11-12 03:57:46 -0800
Jeremy Kemper
2005-11-12
1
-0
/
+6
*
SQLServer: don't report limits for unsupported field types. Closes #2835.
Jeremy Kemper
2005-11-11
1
-0
/
+2
*
Include the Enumerable module in ActiveRecord::Errors.
Jeremy Kemper
2005-11-11
1
-0
/
+2
*
Add :group option, correspond to GROUP BY, to the find method and to the has_...
Jeremy Kemper
2005-11-10
1
-0
/
+2
*
Don't cast nil or empty strings to a dummy date. Closes #2789.
Jeremy Kemper
2005-11-10
1
-0
/
+2
*
acts_as_list plays nicely with inheritance by remembering the class which dec...
Jeremy Kemper
2005-11-10
1
-0
/
+2
*
Fix sqlite adaptor's detection of missing dbfile or database declaration
Nicholas Seckar
2005-11-10
1
-0
/
+2
*
Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan...
David Heinemeier Hansson
2005-11-09
1
-4
/
+3
*
r3886@sedna: jeremy | 2005-11-07 03:09:59 -0800
Jeremy Kemper
2005-11-09
1
-0
/
+5
*
Correct handling of complex order clauses with SQL Server limit emulation. C...
Jeremy Kemper
2005-11-08
1
-0
/
+2
*
Correct whitespace problem in Oracle default column value parsing. Closes #2...
Jeremy Kemper
2005-11-08
1
-0
/
+2
*
Destroy associated has_and_belongs_to_many records after all before_destroy c...
Jeremy Kemper
2005-11-08
1
-0
/
+2
*
Deprecate the old, confusing :exclusively_dependent option in favor of :depen...
Jeremy Kemper
2005-11-08
1
-0
/
+2
*
More compatible Oracle column reflection. Closes #2771.
Jeremy Kemper
2005-11-08
1
-0
/
+5
*
Made ready for 0.14.3 (RC4)
David Heinemeier Hansson
2005-11-07
1
-1
/
+1
*
Fixed faulty regex in get_table_name method (SQLServerAdapter) (closes #2639)...
David Heinemeier Hansson
2005-11-07
1
-0
/
+2
*
Added :include as an option for association declarations [DHH]
David Heinemeier Hansson
2005-11-06
1
-0
/
+4
*
Made association extensions use simpler block syntax
David Heinemeier Hansson
2005-11-06
1
-2
/
+2
*
r2915@asus: jeremy | 2005-11-06 05:02:53 -0800
Jeremy Kemper
2005-11-06
1
-0
/
+9
*
Fixed that SQL Server should ignore :size declarations on anything but intege...
David Heinemeier Hansson
2005-11-06
1
-0
/
+2
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-04
1
-12
/
+30
*
Omit internal dtproperties table from SQLServer table list. Closes #2729.
Jeremy Kemper
2005-11-04
1
-0
/
+2
*
Quote column names in generated SQL. Closes #2728.
Jeremy Kemper
2005-11-04
1
-0
/
+2
*
Correct the pure-Ruby MySQL 4.1.1 shim's version test. Closes #2718.
Jeremy Kemper
2005-11-03
1
-0
/
+2
*
Add Model.create! to match existing model.save! method. When save! raises Re...
Jeremy Kemper
2005-11-03
1
-0
/
+2
*
Correct fixture behavior when table name pluralization is off. Closes #2719.
Jeremy Kemper
2005-11-03
1
-2
/
+2
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-03
1
-0
/
+21
[prev]
[next]