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
...
*
Added transactional fixtures that uses rollback to undo changes to fixtures i...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Added destruction of dependent objects in has_one associations when a new ass...
David Heinemeier Hansson
2005-03-06
1
-0
/
+14
*
Added validates_numericality_of #716 [skanthak/c.r.mcgrath]
David Heinemeier Hansson
2005-03-06
1
-0
/
+16
*
Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Added better defaults for composed_of, so statements like composed_of :time_z...
David Heinemeier Hansson
2005-03-01
1
-0
/
+2
*
Added MacroReflection#macro which will return a symbol describing the macro u...
David Heinemeier Hansson
2005-02-27
1
-0
/
+5
*
Marked for release
David Heinemeier Hansson
2005-02-24
1
-1
/
+1
*
Changed the auto-timestamping feature to use ActiveRecord::Base.default_timez...
David Heinemeier Hansson
2005-02-24
1
-0
/
+2
*
Moved TimeZone to Active Support
David Heinemeier Hansson
2005-02-23
1
-2
/
+0
*
Where to get the OCI8 driver
David Heinemeier Hansson
2005-02-23
1
-0
/
+2
*
Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...
David Heinemeier Hansson
2005-02-23
1
-15
/
+18
*
Added TimeZone as the first of a number of value objects that Active Record w...
David Heinemeier Hansson
2005-02-23
1
-0
/
+2
*
Documentation fix #698
David Heinemeier Hansson
2005-02-23
1
-0
/
+2
*
Optimized the SQL used to generate has_and_belongs_to_many queries by listing...
David Heinemeier Hansson
2005-02-22
1
-0
/
+2
*
Fixed that when using validation macros with a custom message, if you happene...
David Heinemeier Hansson
2005-02-22
1
-0
/
+2
*
Fixed that Active Record would throw Broken Pipe errors with FCGI when the My...
David Heinemeier Hansson
2005-02-21
1
-0
/
+2
*
Added options to specify an SSL connection for MySQL. Define the following at...
David Heinemeier Hansson
2005-02-20
1
-0
/
+2
*
Added automatic dropping/creating of test tables for running the unit tests o...
David Heinemeier Hansson
2005-02-20
1
-0
/
+2
*
Fixed that find_by_* would fail when column names had numbers #670 [demetrius]
David Heinemeier Hansson
2005-02-19
1
-0
/
+2
*
Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn]
David Heinemeier Hansson
2005-02-19
1
-0
/
+9
*
Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'...
David Heinemeier Hansson
2005-02-18
1
-0
/
+2
*
Loading the Routes should happen in the environments #655
David Heinemeier Hansson
2005-02-17
1
-0
/
+10
*
Addded validation for validate all the associated objects before declaring fa...
David Heinemeier Hansson
2005-02-17
1
-0
/
+8
*
Added keyword-style approach to defining the custom relational bindings #545 ...
David Heinemeier Hansson
2005-02-07
1
-0
/
+8
*
Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...
David Heinemeier Hansson
2005-02-07
1
-0
/
+15
*
Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu]
David Heinemeier Hansson
2005-02-07
1
-0
/
+5
*
Prepared for 0.9.5 release
David Heinemeier Hansson
2005-01-25
1
-1
/
+1
*
Added the option of supplying an array of ids and attributes to Base#update, ...
David Heinemeier Hansson
2005-01-25
1
-1
/
+10
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@498 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2005-01-24
1
-0
/
+2
*
Added ActiveRecord::Base.timestamps_gmt that can be set to true to make the a...
David Heinemeier Hansson
2005-01-24
1
-0
/
+2
*
Added that update_all calls sanitize_sql on its updates argument, so stuff li...
David Heinemeier Hansson
2005-01-24
1
-0
/
+2
*
Fixed that the dynamic finders didnt treat nil as a "IS NULL" but rather "= N...
David Heinemeier Hansson
2005-01-24
1
-0
/
+2
*
Added bind-named arrays for interpolating a group of ids or strings in condit...
David Heinemeier Hansson
2005-01-24
1
-0
/
+2
*
Added that has_and_belongs_to_many associations with additional attributes al...
David Heinemeier Hansson
2005-01-24
1
-0
/
+2
*
Fixed that records fetched with piggy-back attributes or through rich has_and...
David Heinemeier Hansson
2005-01-24
1
-0
/
+2
*
Added mass-assignment protection for the inheritance column -- regardless of ...
David Heinemeier Hansson
2005-01-23
1
-0
/
+2
*
Fixed that association proxies would fail === tests like PremiumSubscription ...
David Heinemeier Hansson
2005-01-23
1
-0
/
+2
*
Fixed that column aliases didn't work as expected with the new MySql411 drive...
David Heinemeier Hansson
2005-01-20
1
-0
/
+2
*
Fixed that find_all would produce invalid sql when called sequentialy #490 [S...
David Heinemeier Hansson
2005-01-20
1
-0
/
+5
*
Made ready for release of 0.9.4.1
David Heinemeier Hansson
2005-01-18
1
-1
/
+1
*
Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...
David Heinemeier Hansson
2005-01-18
1
-0
/
+2
*
Fixed that the Ruby/MySQL adapter wouldn't connect if the password was empty ...
David Heinemeier Hansson
2005-01-18
1
-0
/
+5
*
Made ready for release of 0.9.4
David Heinemeier Hansson
2005-01-17
1
-1
/
+1
*
Fixed that unit tests for MySQL are now run as the "rails" user instead of ro...
David Heinemeier Hansson
2005-01-15
1
-0
/
+2
*
Added validates_associated that enables validation of objects in an unsaved a...
David Heinemeier Hansson
2005-01-15
1
-0
/
+9
*
Added support for associating unsaved objects #402 [Tim Bates]
David Heinemeier Hansson
2005-01-15
1
-0
/
+33
*
Fixed binary support for PostgreSQL #444 [alex@byzantine.no]
David Heinemeier Hansson
2005-01-15
1
-0
/
+2
*
Added a differenciation between AssociationCollection#size and -length. Now A...
David Heinemeier Hansson
2005-01-11
1
-0
/
+5
*
Added Base#attributes that returns a hash of all the attributes with their na...
David Heinemeier Hansson
2005-01-11
1
-0
/
+2
*
Fixed that foreign keys named the same as the association would cause stack o...
David Heinemeier Hansson
2005-01-11
1
-0
/
+2
[prev]
[next]