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
*
Update/clean up ActiveRecord documentation (rdoc)
Jamis Buck
2005-10-16
1
-0
/
+2
*
r3959@asus: jeremy | 2005-10-16 00:09:09 -0700
Jeremy Kemper
2005-10-16
1
-0
/
+2
*
Change default logging colors to work on both white and black backgrounds.
Sam Stephenson
2005-10-15
1
-0
/
+3
*
Support ordered YAML fixtures. #1896
Jeremy Kemper
2005-10-15
1
-1
/
+1
*
Adds :nullify option to :depends. Closes #2015 (Robby Russell)
Tobias Lütke
2005-10-15
1
-1
/
+4
*
r3618@sedna: jeremy | 2005-10-14 12:06:03 -0700
Jeremy Kemper
2005-10-15
1
-2
/
+2
*
Avoid memleak in dev mode with fastcgi
Jamis Buck
2005-10-14
1
-1
/
+3
*
DRYed up Associations#clear. Closes #1906 [Caleb]
Tobias Lütke
2005-10-14
1
-1
/
+3
*
Delegate access to a customized primary key to the conventional id method. Cl...
Marcel Molina
2005-10-13
1
-0
/
+2
*
Fix errors caused by assigning a has-one or belongs-to property to itself
Jamis Buck
2005-10-13
1
-0
/
+2
*
Support using different database adapters for development and test with Activ...
Sam Stephenson
2005-10-13
1
-0
/
+2
*
Optimize postgresql selects.
Marcel Molina
2005-10-13
1
-0
/
+2
*
Update DB2 adapter. Closes #2206.
Marcel Molina
2005-10-12
1
-0
/
+2
*
Corrections to SQLServer native data types. Closes #2267.
Marcel Molina
2005-10-12
1
-0
/
+2
*
Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...
Marcel Molina
2005-10-12
1
-0
/
+2
*
Protect id attribute from mass assigment even when the primary key is set to ...
Marcel Molina
2005-10-12
1
-0
/
+2
*
Misc doc fixes (typos/grammar/etc.). Closes #2430.
Marcel Molina
2005-10-11
1
-0
/
+2
*
Add test coverage for content_columns. Closes #2432.
Marcel Molina
2005-10-11
1
-0
/
+2
*
Fix typo in CHANGELOG.
Marcel Molina
2005-10-11
1
-1
/
+1
*
Speed up for unthreaded environments. Closes #2431.
Marcel Molina
2005-10-11
1
-1
/
+3
*
Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3....
Marcel Molina
2005-10-11
1
-0
/
+2
*
Speed up the setting of table_name. Closes #2428.
Marcel Molina
2005-10-10
1
-0
/
+2
*
Optimize instantiation of STI subclass records. In partial fullfilment of #1236.
Marcel Molina
2005-10-09
1
-0
/
+2
*
Fix typo of 'constrains' to 'contraints'. Closes #2069.
Marcel Molina
2005-10-09
1
-0
/
+2
*
Optimization refactoring for add_limit_offset!. In partial fullfilment of #1236.
Marcel Molina
2005-10-09
1
-0
/
+2
*
Add ability to get all siblings, including the current child, with acts_as_tr...
Marcel Molina
2005-10-09
1
-0
/
+2
*
Add geometric type for postgresql adapter. Closes #2233.
Marcel Molina
2005-10-09
1
-0
/
+2
*
Add option (true by default) to generate reader methods for each attribute of...
Marcel Molina
2005-10-07
1
-0
/
+2
*
Add convenience predicate methods on Column class. In partial fullfilment of ...
Marcel Molina
2005-10-06
1
-0
/
+2
*
Raise an exception when invalid options are passed to ActiveRecord::Base.find...
Marcel Molina
2005-10-06
1
-0
/
+2
*
Added :force option to create_table that'll try to drop the table if it alrea...
David Heinemeier Hansson
2005-10-06
1
-0
/
+2
*
Fix transactions so that calling return while inside a transaction will not l...
Nicholas Seckar
2005-09-28
1
-0
/
+2
*
Ticket #2156 - Use foreign_key inflection uniformly
Jeremy Kemper
2005-09-28
1
-0
/
+2
*
r3653@asus: jeremy | 2005-09-28 00:23:49 -0700
Jeremy Kemper
2005-09-28
1
-0
/
+2
*
Returning false in before_destroy should cancel action. Closes #1829.
Scott Barron
2005-09-28
1
-0
/
+2
*
Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...
Jeremy Kemper
2005-09-27
1
-0
/
+2
*
Update change log for #2250.
Jeremy Kemper
2005-09-27
1
-0
/
+2
*
r3632@asus: jeremy | 2005-09-27 12:18:49 -0700
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
r3613@asus: jeremy | 2005-09-26 22:25:04 -0700
Jeremy Kemper
2005-09-27
1
-0
/
+2
*
r3605@asus: jeremy | 2005-09-26 19:10:50 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
Make update_attribute use the same writer method that update_attributes uses.
Marcel Molina
2005-09-26
1
-0
/
+3
*
Make migrations honor table name prefixes and suffixes.
Marcel Molina
2005-09-26
1
-0
/
+2
*
r3592@asus: jeremy | 2005-09-26 17:01:47 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
r3569@asus: jeremy | 2005-09-26 05:33:09 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...
Jamis Buck
2005-09-25
1
-0
/
+2
*
Use assignment instead of call
David Heinemeier Hansson
2005-09-25
1
-6
/
+2
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
1
-3
/
+13
*
Wrap :conditions in parentheses to prevent problems with OR's #1871
Jamis Buck
2005-09-24
1
-0
/
+2
*
Allow the postgresql adapter to work with the SchemaDumper.
Jamis Buck
2005-09-23
1
-0
/
+2
*
Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...
Jamis Buck
2005-09-23
1
-0
/
+2
[next]