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
*
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
*
r2916@asus: jeremy | 2005-11-06 05:04:06 -0800
Jeremy Kemper
2005-11-06
1
-1
/
+1
*
r2915@asus: jeremy | 2005-11-06 05:02:53 -0800
Jeremy Kemper
2005-11-06
7
-69
/
+130
*
Fixed that SQL Server should ignore :size declarations on anything but intege...
David Heinemeier Hansson
2005-11-06
2
-1
/
+12
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-04
11
-47
/
+151
*
Omit internal dtproperties table from SQLServer table list. Closes #2729.
Jeremy Kemper
2005-11-04
2
-5
/
+9
*
Explicitly require topic from reply fixture.
Jeremy Kemper
2005-11-04
1
-1
/
+3
*
Quote column names in generated SQL. Closes #2728.
Jeremy Kemper
2005-11-04
2
-2
/
+4
*
Correct the pure-Ruby MySQL 4.1.1 shim's version test. Closes #2718.
Jeremy Kemper
2005-11-03
2
-13
/
+11
*
Add Model.create! to match existing model.save! method. When save! raises Re...
Jeremy Kemper
2005-11-03
3
-37
/
+77
*
Correct fixture behavior when table name pluralization is off. Closes #2719.
Jeremy Kemper
2005-11-03
2
-4
/
+6
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-03
6
-10
/
+91
*
Correct reader method generation for primary key attribute: handle case when ...
Jeremy Kemper
2005-11-02
2
-13
/
+12
*
A missing primary key column shouldn't raise an error when generating its err...
Jeremy Kemper
2005-11-01
2
-1
/
+3
*
Added that an DuplicateMigrationVersionError gets raised when multiple migrat...
Florian Weber
2005-10-31
6
-4
/
+63
*
Changed :dbfile to :database for SQLite adapter for consistency (old key stil...
David Heinemeier Hansson
2005-10-30
7
-16
/
+19
*
Added migration support for Oracle (closes #2647) [Michael Schoen]
David Heinemeier Hansson
2005-10-29
11
-229
/
+335
*
Worked around that connection can't be reset if allow_concurrency is off. Cl...
Jeremy Kemper
2005-10-29
2
-0
/
+3
*
Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...
David Heinemeier Hansson
2005-10-28
5
-15
/
+39
*
Made more tests for SQLServer pass (closes #2486) [Tom Ward]
David Heinemeier Hansson
2005-10-28
1
-3
/
+3
*
Added migration support to SQL Server adapter (please someone do the same for...
David Heinemeier Hansson
2005-10-28
6
-31
/
+143
*
r3801@sedna: jeremy | 2005-10-28 00:42:28 -0700
Jeremy Kemper
2005-10-28
2
-2
/
+4
*
r3800@sedna: jeremy | 2005-10-28 00:39:05 -0700
Jeremy Kemper
2005-10-28
5
-15
/
+90
*
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
12
-62
/
+58
*
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
3
-1
/
+30
*
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
9
-41
/
+79
*
Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...
David Heinemeier Hansson
2005-10-26
4
-2
/
+14
[next]