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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ActiveRecord::Base.colorize_logging to control whether to use colors in...
David Heinemeier Hansson
2005-03-06
2
-8
/
+18
*
Added support for timestamp with time zone in PostgreSQL #560 [Scott Barron]
David Heinemeier Hansson
2005-03-06
1
-0
/
+1
*
Added MultiparameterAssignmentErrors and AttributeAssignmentError exceptions ...
David Heinemeier Hansson
2005-03-06
1
-2
/
+30
*
Fixed that postgresql adapter would fails when reading bytea fields with null...
David Heinemeier Hansson
2005-03-06
1
-2
/
+2
*
Updated wording in YAML error [noradio]
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Added transactional fixtures that uses rollback to undo changes to fixtures i...
David Heinemeier Hansson
2005-03-06
1
-28
/
+107
*
Better yaml fixture error #759 [xal]
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Added destruction of dependent objects in has_one associations when a new ass...
David Heinemeier Hansson
2005-03-06
3
-3
/
+13
*
Added validates_numericality_of #716 [skanthak/c.r.mcgrath]
David Heinemeier Hansson
2005-03-06
1
-42
/
+76
*
Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...
David Heinemeier Hansson
2005-03-06
3
-12
/
+4
*
Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...
David Heinemeier Hansson
2005-03-06
1
-1
/
+3
*
Added better defaults for composed_of, so statements like composed_of :time_z...
David Heinemeier Hansson
2005-03-01
1
-1
/
+2
*
Ensure that the schema information table is available before doing any migration
David Heinemeier Hansson
2005-03-01
1
-1
/
+1
*
Added preliminary support for an agile database migration technique (currentl...
David Heinemeier Hansson
2005-03-01
5
-11
/
+188
*
Fixed that association#count would produce invalid sql when called sequential...
David Heinemeier Hansson
2005-02-28
1
-3
/
+3
*
Added MacroReflection#macro which will return a symbol describing the macro u...
David Heinemeier Hansson
2005-02-27
1
-4
/
+10
*
Changed the auto-timestamping feature to use ActiveRecord::Base.default_timez...
David Heinemeier Hansson
2005-02-24
1
-3
/
+13
*
Fixes OCI adapter failure on timezone tests #700
David Heinemeier Hansson
2005-02-24
1
-3
/
+4
*
Finished polishing API docs
David Heinemeier Hansson
2005-02-23
11
-106
/
+97
*
Updated documentation even more
David Heinemeier Hansson
2005-02-23
1
-1
/
+8
*
Added documentation for database adapters to visible RDoc
David Heinemeier Hansson
2005-02-23
5
-56
/
+89
*
Moved TimeZone to Active Support
David Heinemeier Hansson
2005-02-23
2
-156
/
+0
*
Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...
David Heinemeier Hansson
2005-02-23
3
-245
/
+260
*
Added TimeZone as the first of a number of value objects that Active Record w...
David Heinemeier Hansson
2005-02-23
2
-0
/
+156
*
Added option :schema_order to the PostgreSQL adapter to support the use of mu...
David Heinemeier Hansson
2005-02-23
1
-1
/
+7
*
Documentation fixes #694
David Heinemeier Hansson
2005-02-23
1
-2
/
+2
*
Fixed the Broken pipe error on SHOW FIELDs queries too
David Heinemeier Hansson
2005-02-22
1
-5
/
+2
*
Optimized the SQL used to generate has_and_belongs_to_many queries by listing...
David Heinemeier Hansson
2005-02-22
2
-2
/
+2
*
Fixed that when using validation macros with a custom message, if you happene...
David Heinemeier Hansson
2005-02-22
1
-3
/
+11
*
Fixed that Active Record would throw Broken Pipe errors with FCGI when the My...
David Heinemeier Hansson
2005-02-21
1
-28
/
+51
*
Added options to specify an SSL connection for MySQL. Define the following at...
David Heinemeier Hansson
2005-02-20
1
-4
/
+6
*
Added automatic dropping/creating of test tables for running the unit tests o...
David Heinemeier Hansson
2005-02-20
6
-1
/
+26
*
Fixed that find_by_* would fail when column names had numbers #670 [demetrius]
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn]
David Heinemeier Hansson
2005-02-19
1
-50
/
+139
*
Added validates_each that validates each specified attribute against a block ...
David Heinemeier Hansson
2005-02-18
1
-181
/
+254
*
Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'...
David Heinemeier Hansson
2005-02-18
1
-1
/
+1
*
Fixed a bit to eager requiring of oracle bindings in oracle adapter #634
David Heinemeier Hansson
2005-02-18
1
-1
/
+1
*
Addded validation for validate all the associated objects before declaring fa...
David Heinemeier Hansson
2005-02-17
1
-3
/
+3
*
AR, AP, and AM should look for AS in sibling directory before trying RubyGems...
David Heinemeier Hansson
2005-02-17
1
-2
/
+6
*
Fixed the verbosity of using the AR store
David Heinemeier Hansson
2005-02-17
1
-2
/
+9
*
All libraries should link against the independent active support
David Heinemeier Hansson
2005-02-15
1
-9
/
+1
*
Moved Active Support into its own gem
David Heinemeier Hansson
2005-02-15
3
-9
/
+19
*
Small indent
David Heinemeier Hansson
2005-02-15
1
-1
/
+1
*
Added keyword-style approach to defining the custom relational bindings #545 ...
David Heinemeier Hansson
2005-02-07
1
-1
/
+70
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
11
-31
/
+31
*
Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_man...
David Heinemeier Hansson
2005-02-07
1
-2
/
+9
*
Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...
David Heinemeier Hansson
2005-02-07
3
-21
/
+266
*
Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu]
David Heinemeier Hansson
2005-02-07
1
-4
/
+4
*
Updated documentation for serialize
David Heinemeier Hansson
2005-01-25
1
-4
/
+3
*
Added the option of supplying an array of ids and attributes to Base#update, ...
David Heinemeier Hansson
2005-01-25
3
-59
/
+36
[next]