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
*
Document :force option to create_table. References #2921.
Jeremy Kemper
2005-11-17
2
-0
/
+5
*
Don't add the same conditions twice in has_one finder sql. References #2916.
Jeremy Kemper
2005-11-17
2
-1
/
+3
*
Rename Version constant to VERSION. Closes #2802.
Marcel Molina
2005-11-17
3
-2
/
+4
*
r3118@asus: jeremy | 2005-11-16 00:32:48 -0800
Jeremy Kemper
2005-11-16
2
-2
/
+2
*
r3116@asus: jeremy | 2005-11-16 00:17:06 -0800
Jeremy Kemper
2005-11-16
11
-5
/
+793
*
r3095@asus: jeremy | 2005-11-15 22:40:51 -0800
Jeremy Kemper
2005-11-16
15
-60
/
+88
*
SQLServer: active? and reconnect! methods for handling stale connections. Re...
Jeremy Kemper
2005-11-15
2
-12
/
+9
*
SQLServer: active? and reconnect! methods for handling stale connections. Re...
Jeremy Kemper
2005-11-15
2
-3
/
+34
*
Associations handle case-equality more consistently: item.parts.is_a?(Array) ...
Jeremy Kemper
2005-11-15
3
-5
/
+30
*
SQLServer: insert uses given primary key value if not nil rather than SELECT ...
Jeremy Kemper
2005-11-14
3
-1
/
+4
*
Oracle: active? and reconnect! methods for handling stale connections. Optio...
Jeremy Kemper
2005-11-14
2
-8
/
+120
*
Fix reconnect success rate to report as percentage. References #428.
Jeremy Kemper
2005-11-14
1
-5
/
+5
*
Correct documentation for Base.delete_all. References #1568.
Jeremy Kemper
2005-11-14
2
-1
/
+3
*
Oracle: test case for column default parsing. References #2788.
Jeremy Kemper
2005-11-14
4
-2
/
+22
*
Update documentation for Migrations. References #2861.
Jeremy Kemper
2005-11-14
2
-13
/
+32
*
Reapply [2942] which was elided by [2997]. References #2788. References #2848.
Jeremy Kemper
2005-11-13
1
-1
/
+1
*
r3046@asus: jeremy | 2005-11-13 02:31:21 -0800
Jeremy Kemper
2005-11-13
1
-4
/
+8
*
r3042@asus: jeremy | 2005-11-13 01:51:08 -0800
Jeremy Kemper
2005-11-13
4
-20
/
+52
*
r3032@asus: jeremy | 2005-11-12 23:16:52 -0800
Jeremy Kemper
2005-11-13
3
-16
/
+45
*
PostgreSQL: last_insert_id uses select_value rather than using @connection.ex...
Jeremy Kemper
2005-11-13
1
-2
/
+2
*
Much faster Oracle column reflection. References #2848.
Jeremy Kemper
2005-11-13
2
-16
/
+24
*
r4331@asus: jeremy | 2005-11-12 17:03:45 -0800
Jeremy Kemper
2005-11-13
1
-2
/
+2
*
PostgreSQL: min_messages = warning for AR tests.
Jeremy Kemper
2005-11-12
1
-5
/
+5
*
r4325@asus: jeremy | 2005-11-12 03:57:46 -0800
Jeremy Kemper
2005-11-12
6
-39
/
+103
*
Make Validations#create! use the current scope
Jamis Buck
2005-11-12
1
-0
/
+2
*
SQLServer: don't report limits for unsupported field types. Closes #2835.
Jeremy Kemper
2005-11-11
2
-0
/
+4
*
Include the Enumerable module in ActiveRecord::Errors.
Jeremy Kemper
2005-11-11
2
-0
/
+4
*
Update docs for AR::Base#clone.
Jeremy Kemper
2005-11-10
1
-1
/
+5
*
Add :group option, correspond to GROUP BY, to the find method and to the has_...
Jeremy Kemper
2005-11-10
5
-3
/
+19
*
Make sure the acts_as_list_class is resolved relative to the global namespace
Jamis Buck
2005-11-10
1
-1
/
+1
*
Don't cast nil or empty strings to a dummy date. Closes #2789.
Jeremy Kemper
2005-11-10
2
-0
/
+3
*
Expand tabs and strip trailing whitespace.
Jeremy Kemper
2005-11-10
1
-177
/
+171
*
acts_as_list plays nicely with inheritance by remembering the class which dec...
Jeremy Kemper
2005-11-10
5
-12
/
+196
*
Fix sqlite adaptor's detection of missing dbfile or database declaration
Nicholas Seckar
2005-11-10
2
-1
/
+3
*
Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan...
David Heinemeier Hansson
2005-11-09
5
-8
/
+33
*
Allow capital letters in the email address in the the validates_format_of exa...
Florian Weber
2005-11-09
1
-1
/
+1
*
r3886@sedna: jeremy | 2005-11-07 03:09:59 -0800
Jeremy Kemper
2005-11-09
4
-324
/
+94
*
Correct handling of complex order clauses with SQL Server limit emulation. C...
Jeremy Kemper
2005-11-08
3
-1
/
+13
*
Correct whitespace problem in Oracle default column value parsing. Closes #2...
Jeremy Kemper
2005-11-08
2
-1
/
+3
*
Destroy associated has_and_belongs_to_many records after all before_destroy c...
Jeremy Kemper
2005-11-08
4
-5
/
+29
*
Deprecate the old, confusing :exclusively_dependent option in favor of :depen...
Jeremy Kemper
2005-11-08
2
-9
/
+17
*
More compatible Oracle column reflection. Closes #2771.
Jeremy Kemper
2005-11-08
2
-7
/
+18
*
Add :order option to Author.posts_with_comments_and_categories so that tests ...
Jeremy Kemper
2005-11-08
1
-30
/
+30
*
Made ready for 0.14.3 (RC4)
David Heinemeier Hansson
2005-11-07
3
-4
/
+4
*
Fixed faulty regex in get_table_name method (SQLServerAdapter) (closes #2639)...
David Heinemeier Hansson
2005-11-07
2
-2
/
+4
*
Fix READMEs (closes #2680) [coffee2code]
David Heinemeier Hansson
2005-11-07
1
-8
/
+8
*
Added :include as an option for association declarations [DHH]
David Heinemeier Hansson
2005-11-06
9
-13
/
+69
*
Fixed missing join table fixtures
David Heinemeier Hansson
2005-11-06
1
-1
/
+1
*
Sharper example
David Heinemeier Hansson
2005-11-06
1
-4
/
+2
*
Made association extensions use simpler block syntax
David Heinemeier Hansson
2005-11-06
6
-22
/
+84
[next]