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
*
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
*
Fixed that association proxies would fail === tests like PremiumSubscription ...
David Heinemeier Hansson
2005-01-23
3
-0
/
+11
*
A few missing files
David Heinemeier Hansson
2005-01-20
1
-0
/
+12
*
Replaced === checks with is_a? checks #502, #82 [Marcel Molina]
David Heinemeier Hansson
2005-01-20
4
-7
/
+7
*
Fixed that column aliases didn't work as expected with the new MySql411 drive...
David Heinemeier Hansson
2005-01-20
2
-1
/
+3
*
Fixed that find_all would produce invalid sql when called sequentialy #490 [S...
David Heinemeier Hansson
2005-01-20
2
-1
/
+6
*
Made ready for release of 0.9.4.1
David Heinemeier Hansson
2005-01-18
2
-2
/
+2
*
Cleanup the proxy rollback #492
David Heinemeier Hansson
2005-01-18
1
-14
/
+6
*
Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...
David Heinemeier Hansson
2005-01-18
7
-32
/
+81
*
Fixed that the Ruby/MySQL adapter wouldn't connect if the password was empty ...
David Heinemeier Hansson
2005-01-18
2
-1
/
+7
*
Made human_attribute_name(attribute_key_name) use Inflector.humanize
David Heinemeier Hansson
2005-01-17
1
-1
/
+1
*
Made ready for release of 0.9.4
David Heinemeier Hansson
2005-01-17
3
-2
/
+3
*
Make sure #470 shouldnt be happening
David Heinemeier Hansson
2005-01-17
1
-13
/
+0
*
Added test_forgetting_the_load_when_foreign_key_enters_late
David Heinemeier Hansson
2005-01-17
1
-0
/
+8
*
Only remember that an association was loaded if it was found
David Heinemeier Hansson
2005-01-17
1
-1
/
+1
*
Test for #489
David Heinemeier Hansson
2005-01-17
1
-1
/
+8
*
belongs_to association should always honor a present foreign key and conditio...
David Heinemeier Hansson
2005-01-17
3
-23
/
+33
*
New adventures in dependency reloading
David Heinemeier Hansson
2005-01-16
1
-1
/
+1
*
Removed the Ruby 1.8.2 test/unit fix as it didnt work anyway
David Heinemeier Hansson
2005-01-15
1
-2
/
+0
*
Fixed that unit tests for MySQL are now run as the "rails" user instead of ro...
David Heinemeier Hansson
2005-01-15
2
-2
/
+4
*
Added validates_associated that enables validation of objects in an unsaved a...
David Heinemeier Hansson
2005-01-15
3
-0
/
+63
*
Added support for associating unsaved objects #402 [Tim Bates]
David Heinemeier Hansson
2005-01-15
15
-307
/
+800
*
Added a bit more documentation on how to use the instance methods for acts_as...
David Heinemeier Hansson
2005-01-15
1
-11
/
+14
*
Fixed binary support for PostgreSQL #444 [alex@byzantine.no]
David Heinemeier Hansson
2005-01-15
2
-1
/
+31
*
Removed silly change caused by inability to grok own code at 3 am
David Heinemeier Hansson
2005-01-14
1
-8
/
+8
*
Changed add_to_list_top and add_to_list_bottom to be public
David Heinemeier Hansson
2005-01-14
1
-10
/
+10
*
Refactored ActiveRecord::Base#clone to use Base#attributes #463 [atyp]
David Heinemeier Hansson
2005-01-13
1
-11
/
+1
*
Remove length alias of size
David Heinemeier Hansson
2005-01-11
1
-2
/
+0
*
Added a differenciation between AssociationCollection#size and -length. Now A...
David Heinemeier Hansson
2005-01-11
2
-1
/
+15
*
Fixed the 4.11 changes to the mysql adapter
David Heinemeier Hansson
2005-01-11
2
-1
/
+1
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@388 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2005-01-11
2
-0
/
+6
*
Added Base#attributes that returns a hash of all the attributes with their na...
David Heinemeier Hansson
2005-01-11
3
-1
/
+20
*
Fixed that foreign keys named the same as the association would cause stack o...
David Heinemeier Hansson
2005-01-11
8
-4
/
+36
[next]