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
...
*
removed :piggyback in favor of just allowing :select on :through associations
Tobias Lütke
2005-12-20
1
-0
/
+2
*
made .find() and class method delegation work on :through relations
Tobias Lütke
2005-12-20
1
-0
/
+4
*
added :piggyback option to has_many :through relationships to pick up values ...
Tobias Lütke
2005-12-20
1
-0
/
+2
*
Fix typo in association docs. Closes #3296.
Marcel Molina
2005-12-20
1
-0
/
+2
*
Fixed :through relations when using STI inherited classes would use the inher...
Tobias Lütke
2005-12-16
1
-0
/
+2
*
Roll back [3244]. References #3116.
Jeremy Kemper
2005-12-13
1
-2
/
+0
*
MySQL: allow encoding option for mysql.rb driver.
Jeremy Kemper
2005-12-13
1
-0
/
+2
*
Added option inheritance for find calls on has_and_belongs_to_many and has_ma...
David Heinemeier Hansson
2005-12-13
1
-0
/
+12
*
MySQL: fixes for the bundled mysql.rb driver. References #3160.
Jeremy Kemper
2005-12-10
1
-0
/
+2
*
SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum...
Jeremy Kemper
2005-12-10
1
-0
/
+10
*
Oracle: active? performs a select instead of a commit. References #3133.
Jeremy Kemper
2005-12-08
1
-0
/
+2
*
MySQL: more robust test for nullified result hashes. References #3124.
Jeremy Kemper
2005-12-08
1
-0
/
+2
*
SQLite: find database file when RAILS_ROOT is a symlink. References #3116.
Jeremy Kemper
2005-12-08
1
-0
/
+2
*
Reloading an instance refreshes its aggregations as well as its associations....
Jeremy Kemper
2005-12-08
1
-0
/
+2
*
Fixed that using :include together with :conditions array in Base.find would ...
David Heinemeier Hansson
2005-12-08
1
-0
/
+2
*
PostgreSQL: more robust sequence name discovery. References #3087.
Jeremy Kemper
2005-12-08
1
-0
/
+2
*
Oracle: use syntax compatible with Oracle 8. References #3131.
Jeremy Kemper
2005-12-08
1
-0
/
+2
*
MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim...
Jeremy Kemper
2005-12-03
1
-0
/
+2
*
Added preliminary support for join models [DHH] Added preliminary support for...
David Heinemeier Hansson
2005-12-03
1
-0
/
+4
*
Allow validate_uniqueness_of to be scoped by more than just one column. Close...
Marcel Molina
2005-12-02
1
-0
/
+2
*
Firebird: active? and reconnect! methods for handling stale connections. Ref...
Jeremy Kemper
2005-12-02
1
-0
/
+2
*
Firebird: updated for FireRuby 0.4.0. References #3009.
Jeremy Kemper
2005-12-02
1
-0
/
+2
*
PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m...
Jeremy Kemper
2005-11-28
1
-1
/
+1
*
MySQL: active? compatibility with the pure-Ruby driver. References #428.
Jeremy Kemper
2005-11-28
1
-0
/
+2
*
Oracle: active? check pings the database rather than testing the last command...
Jeremy Kemper
2005-11-24
1
-0
/
+2
*
Credit everybody that helped =)
Florian Weber
2005-11-24
1
-1
/
+1
*
SQLServer: resolve column aliasing/quoting collision when using limit or offs...
Jeremy Kemper
2005-11-24
1
-0
/
+2
*
Reloading a model doesn't lose track of its connection. References #2996.
Jeremy Kemper
2005-11-24
1
-0
/
+2
*
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
1
-0
/
+2
*
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
[prev]
[next]