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
...
*
Fixed that using :include together with :conditions array in Base.find would ...
David Heinemeier Hansson
2005-12-08
3
-3
/
+30
*
PostgreSQL: more robust sequence name discovery. References #3087.
Jeremy Kemper
2005-12-08
3
-5
/
+9
*
Oracle: use syntax compatible with Oracle 8. References #3131.
Jeremy Kemper
2005-12-08
2
-6
/
+7
*
Fixed RDoc warnings [DHH]
David Heinemeier Hansson
2005-12-08
1
-1
/
+1
*
Fix has_many :through
David Heinemeier Hansson
2005-12-07
1
-0
/
+1
*
Dont overwrite the documentation from the real base class
David Heinemeier Hansson
2005-12-05
1
-1
/
+0
*
Clear the connection cache entry when a new connection is established on the ...
Jeremy Kemper
2005-12-05
2
-21
/
+24
*
Clear connection cache after rolling back transaction.
Jeremy Kemper
2005-12-05
1
-2
/
+1
*
Move dummy active? and reconnect! from sqlite to base adapter. References #428.
Jeremy Kemper
2005-12-04
2
-13
/
+13
*
Connection cache to speed up retrieve_connection and get rid of dirty connect...
Jeremy Kemper
2005-12-04
4
-36
/
+12
*
Don't use transactional fixtures for when DDL changes are involved.
Jeremy Kemper
2005-12-04
2
-0
/
+3
*
MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim...
Jeremy Kemper
2005-12-03
2
-7
/
+11
*
Added preliminary support for join models [DHH] Added preliminary support for...
David Heinemeier Hansson
2005-12-03
17
-446
/
+520
*
Work-in progress for providing better join model support and polymorphic asso...
David Heinemeier Hansson
2005-12-02
13
-44
/
+194
*
Allow validate_uniqueness_of to be scoped by more than just one column. Close...
Marcel Molina
2005-12-02
3
-5
/
+41
*
Firebird: active? and reconnect! methods for handling stale connections. Ref...
Jeremy Kemper
2005-12-02
2
-2
/
+25
*
Firebird: updated for FireRuby 0.4.0. References #3009.
Jeremy Kemper
2005-12-02
2
-67
/
+37
*
PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m...
Jeremy Kemper
2005-11-28
2
-3
/
+5
*
MySQL: active? compatibility with the pure-Ruby driver. References #428.
Jeremy Kemper
2005-11-28
2
-1
/
+7
*
Oracle: active? check pings the database rather than testing the last command...
Jeremy Kemper
2005-11-24
2
-17
/
+17
*
Credit everybody that helped =)
Florian Weber
2005-11-24
1
-1
/
+1
*
Made test_update_attributes_after_push_without_duplicate_join_table_rows pass...
Florian Weber
2005-11-24
1
-2
/
+2
*
SQLServer: resolve column aliasing/quoting collision when using limit or offs...
Jeremy Kemper
2005-11-24
2
-1
/
+8
*
Reloading a model doesn't lose track of its connection. References #2996.
Jeremy Kemper
2005-11-24
13
-19
/
+33
*
Credit ticket author.
Jeremy Kemper
2005-11-23
1
-1
/
+1
*
Fixed bug where using update_attribute after pushing a record to a habtm asso...
Florian Weber
2005-11-23
3
-2
/
+17
*
MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, t...
Jeremy Kemper
2005-11-22
3
-19
/
+38
*
has_and_belongs_to_many: use JOIN instead of LEFT JOIN. References #2937.
Jeremy Kemper
2005-11-21
2
-2
/
+4
*
MySQL: introduce :encoding option to specify the character set for client, co...
Jeremy Kemper
2005-11-21
2
-3
/
+25
*
Simpler Mysql load test.
Jeremy Kemper
2005-11-21
1
-2
/
+2
*
Revert [3130]. Behavior of introducing Kernel.binding causes breakage.
Marcel Molina
2005-11-21
3
-5
/
+3
*
Use Kernel.binding rather than binding to allow columns of that name. Refere...
Jeremy Kemper
2005-11-21
3
-3
/
+5
*
Add tasks to create, drop and rebuild the MySQL and PostgreSQL test databases.
Marcel Molina
2005-11-20
2
-0
/
+37
*
r3181@asus: jeremy | 2005-11-19 02:52:24 -0800
Jeremy Kemper
2005-11-19
3
-33
/
+38
*
Use query methods rather than readers in boolean tests for [3092]. Reference...
Jeremy Kemper
2005-11-19
1
-4
/
+4
*
Correct boolean handling in generated reader methods. References #2945.
Jeremy Kemper
2005-11-19
4
-2
/
+50
*
Don't generate read methods for columns whose names are not valid ruby method...
Jeremy Kemper
2005-11-19
3
-1
/
+19
*
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
[prev]
[next]