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
...
*
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
*
Fixed default scope of acts_as_list from "1" to "1 = 1", so itll work in Post...
David Heinemeier Hansson
2005-01-11
2
-1
/
+3
*
Added Base#reload that reloads the attributes of an object from the database ...
David Heinemeier Hansson
2005-01-10
3
-2
/
+20
*
Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...
David Heinemeier Hansson
2005-01-10
7
-86
/
+153
*
Added support for the new protocol spoken by MySQL 4.1.1+ servers for the Rub...
David Heinemeier Hansson
2005-01-10
3
-0
/
+321
*
Some missing docs
David Heinemeier Hansson
2005-01-10
1
-0
/
+12
*
Added that Observers can use the observes class method instead of overwriting...
David Heinemeier Hansson
2005-01-10
1
-1
/
+5
*
Added time unit extensions to Fixnum that'll return the period in seconds, li...
David Heinemeier Hansson
2005-01-10
1
-0
/
+1
*
Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2
David Heinemeier Hansson
2005-01-10
2
-1
/
+2
*
Fixed that conditions in has_many and has_and_belongs_to_many should be inter...
David Heinemeier Hansson
2005-01-07
3
-2
/
+4
*
Fixed Base#update_attribute to be indifferent to whether a string or symbol i...
David Heinemeier Hansson
2005-01-06
4
-2
/
+7
*
Added Base#toggle(attribute) and Base#toggle!(attribute) that makes it easier...
David Heinemeier Hansson
2005-01-06
3
-7
/
+93
*
Prepared for release of 0.9.3
David Heinemeier Hansson
2005-01-04
2
-39
/
+39
*
Minor tweak for readability
David Heinemeier Hansson
2005-01-04
1
-1
/
+1
*
Fixed some thread safety issues with DB2
David Heinemeier Hansson
2005-01-04
1
-20
/
+23
*
Fixed #406 for real
David Heinemeier Hansson
2005-01-04
1
-2
/
+2
*
Fixed that validates_uniqueness_of used 'id' instead of defined primary key #406
David Heinemeier Hansson
2005-01-04
2
-2
/
+4
*
Fixed that the overwritten respond_to? method didn't take two parameters like...
David Heinemeier Hansson
2005-01-03
1
-2
/
+2
*
Fixed that the overwritten respond_to? method didn't take two parameters like...
David Heinemeier Hansson
2005-01-03
2
-2
/
+4
*
Fixed the last details to please DB2
David Heinemeier Hansson
2005-01-03
3
-4
/
+10
*
Fixed a YAML fixture on time coming out as an integer #415 [Dan Peterson]
David Heinemeier Hansson
2005-01-02
1
-1
/
+1
*
Added HasManyAssociation#count that works like Base#count #413 [intinig]
David Heinemeier Hansson
2005-01-02
3
-0
/
+17
*
Added the possibility of specifying the remaining options for find_first and ...
David Heinemeier Hansson
2005-01-02
1
-8
/
+11
*
DB2 driver shouldnt be looking for RubyGems stuff
David Heinemeier Hansson
2005-01-02
1
-1
/
+0
*
Brought install.rb up to date #408 [bitsweat]
David Heinemeier Hansson
2005-01-02
1
-1
/
+5
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@312 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2005-01-02
1
-34
/
+0
*
Fixed handling of binary content in blobs and similar fields for Ruby/MySQL a...
David Heinemeier Hansson
2005-01-02
3
-4
/
+45
*
Added find_all style to the new dynamic finders
David Heinemeier Hansson
2005-01-02
4
-5
/
+22
*
Added dynamic attribute-based finders as a cleaner way of getting objects by ...
David Heinemeier Hansson
2005-01-02
3
-12
/
+57
*
Restored bind arity checking #412 [bitsweat]
David Heinemeier Hansson
2005-01-02
2
-9
/
+12
*
Added that Base#find takes an optional options hash, including :conditions. B...
David Heinemeier Hansson
2005-01-01
8
-134
/
+246
[prev]
[next]