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
...
*
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
13
-440
/
+502
*
Added TimeZone as the first of a number of value objects that Active Record w...
David Heinemeier Hansson
2005-02-23
4
-0
/
+236
*
Documentation fix #698
David Heinemeier Hansson
2005-02-23
1
-0
/
+2
*
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
3
-2
/
+4
*
Fixed that when using validation macros with a custom message, if you happene...
David Heinemeier Hansson
2005-02-22
3
-3
/
+95
*
Fixed that Active Record would throw Broken Pipe errors with FCGI when the My...
David Heinemeier Hansson
2005-02-21
2
-28
/
+53
*
Added options to specify an SSL connection for MySQL. Define the following at...
David Heinemeier Hansson
2005-02-20
2
-4
/
+8
*
Added automatic dropping/creating of test tables for running the unit tests o...
David Heinemeier Hansson
2005-02-20
28
-5
/
+200
*
Fixed that find_by_* would fail when column names had numbers #670 [demetrius]
David Heinemeier Hansson
2005-02-19
2
-1
/
+3
*
Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn]
David Heinemeier Hansson
2005-02-19
2
-50
/
+148
*
Added validates_each that validates each specified attribute against a block ...
David Heinemeier Hansson
2005-02-18
2
-220
/
+384
*
Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'...
David Heinemeier Hansson
2005-02-18
3
-1
/
+13
*
Fixed a bit to eager requiring of oracle bindings in oracle adapter #634
David Heinemeier Hansson
2005-02-18
1
-1
/
+1
*
Loading the Routes should happen in the environments #655
David Heinemeier Hansson
2005-02-17
1
-0
/
+10
*
Skip Active Record tests in Action Pack if the SQLite database cant be brough...
David Heinemeier Hansson
2005-02-17
3
-3
/
+9
*
Addded validation for validate all the associated objects before declaring fa...
David Heinemeier Hansson
2005-02-17
3
-5
/
+28
*
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
*
Call Active Support 0.9 until release
David Heinemeier Hansson
2005-02-15
1
-1
/
+1
*
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
7
-28
/
+26
*
Fix test case for MySQL #598
David Heinemeier Hansson
2005-02-15
1
-0
/
+1
*
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
3
-1
/
+132
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
14
-55
/
+55
*
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
18
-32
/
+558
*
Dont call id explicitly to do reloading that way we get rid of the warnings #...
David Heinemeier Hansson
2005-02-07
2
-11
/
+11
*
Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu]
David Heinemeier Hansson
2005-02-07
3
-4
/
+13
*
Prepared for 0.9.5 release
David Heinemeier Hansson
2005-01-25
3
-2
/
+3
*
Updated documentation for serialize
David Heinemeier Hansson
2005-01-25
1
-2
/
+0
*
Updated documentation for serialize
David Heinemeier Hansson
2005-01-25
2
-4
/
+5
*
Fixed dependency reloading by switching to a remove_const approach where all ...
David Heinemeier Hansson
2005-01-25
2
-2
/
+16
*
Added the option of supplying an array of ids and attributes to Base#update, ...
David Heinemeier Hansson
2005-01-25
6
-74
/
+81
*
Fixed documentation #538
David Heinemeier Hansson
2005-01-25
1
-1
/
+1
*
The create and build methods are only available for has_one/belongs_to if an ...
David Heinemeier Hansson
2005-01-25
1
-2
/
+3
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@498 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2005-01-24
1
-0
/
+2
*
Added Base.update_collection that can update an array of id/attribute pairs, ...
David Heinemeier Hansson
2005-01-24
2
-1
/
+59
*
Added ActiveRecord::Base.timestamps_gmt that can be set to true to make the a...
David Heinemeier Hansson
2005-01-24
2
-7
/
+14
*
Added that update_all calls sanitize_sql on its updates argument, so stuff li...
David Heinemeier Hansson
2005-01-24
3
-1
/
+6
*
Fixed that the dynamic finders didnt treat nil as a "IS NULL" but rather "= N...
David Heinemeier Hansson
2005-01-24
3
-1
/
+28
*
Fixed install.rb files
David Heinemeier Hansson
2005-01-24
1
-1
/
+10
*
Added bind-named arrays for interpolating a group of ids or strings in condit...
David Heinemeier Hansson
2005-01-24
3
-4
/
+23
*
Added that has_and_belongs_to_many associations with additional attributes al...
David Heinemeier Hansson
2005-01-24
4
-18
/
+54
*
Fixed that records fetched with piggy-back attributes or through rich has_and...
David Heinemeier Hansson
2005-01-24
3
-2
/
+24
*
Added mass-assignment protection for the inheritance column -- regardless of ...
David Heinemeier Hansson
2005-01-23
3
-3
/
+17
[prev]
[next]