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 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
*
Fixed default scope of acts_as_list from "1" to "1 = 1", so itll work in Post...
David Heinemeier Hansson
2005-01-11
1
-0
/
+2
*
Added Base#reload that reloads the attributes of an object from the database ...
David Heinemeier Hansson
2005-01-10
1
-0
/
+2
*
Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...
David Heinemeier Hansson
2005-01-10
1
-0
/
+2
*
Added support for the new protocol spoken by MySQL 4.1.1+ servers for the Rub...
David Heinemeier Hansson
2005-01-10
1
-0
/
+2
*
Some missing docs
David Heinemeier Hansson
2005-01-10
1
-0
/
+12
*
Fixed that conditions in has_many and has_and_belongs_to_many should be inter...
David Heinemeier Hansson
2005-01-07
1
-0
/
+2
*
Fixed Base#update_attribute to be indifferent to whether a string or symbol i...
David Heinemeier Hansson
2005-01-06
1
-0
/
+2
*
Added Base#toggle(attribute) and Base#toggle!(attribute) that makes it easier...
David Heinemeier Hansson
2005-01-06
1
-0
/
+19
*
Prepared for release of 0.9.3
David Heinemeier Hansson
2005-01-04
1
-38
/
+38
*
Fixed that validates_uniqueness_of used 'id' instead of defined primary key #406
David Heinemeier Hansson
2005-01-04
1
-0
/
+2
*
Fixed that the overwritten respond_to? method didn't take two parameters like...
David Heinemeier Hansson
2005-01-03
1
-0
/
+2
*
Added HasManyAssociation#count that works like Base#count #413 [intinig]
David Heinemeier Hansson
2005-01-02
1
-0
/
+2
*
Fixed handling of binary content in blobs and similar fields for Ruby/MySQL a...
David Heinemeier Hansson
2005-01-02
1
-0
/
+2
*
Added find_all style to the new dynamic finders
David Heinemeier Hansson
2005-01-02
1
-0
/
+4
*
Added dynamic attribute-based finders as a cleaner way of getting objects by ...
David Heinemeier Hansson
2005-01-02
1
-0
/
+10
*
Added that Base#find takes an optional options hash, including :conditions. B...
David Heinemeier Hansson
2005-01-01
1
-0
/
+2
*
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...
David Heinemeier Hansson
2005-01-01
1
-0
/
+2
*
Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t...
David Heinemeier Hansson
2005-01-01
1
-0
/
+2
*
Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...
David Heinemeier Hansson
2005-01-01
1
-0
/
+2
*
Added block-style for callbacks #332 [bitsweat]
David Heinemeier Hansson
2005-01-01
1
-1
/
+9
*
Added automated optimistic locking if the field lock_version is present #384 ...
David Heinemeier Hansson
2004-12-31
1
-0
/
+18
*
Added :counter_cache option to acts_as_tree that works just like the one you ...
David Heinemeier Hansson
2004-12-31
1
-0
/
+2
*
Fixed quoting in validates_format_of that would allow some rules to pass rega...
David Heinemeier Hansson
2004-12-31
1
-0
/
+2
*
Fixed broken transactions that were actually only running object-level and no...
David Heinemeier Hansson
2004-12-30
1
-0
/
+2
*
Added Base.default_timezone accessor that determines whether to use Time.loca...
David Heinemeier Hansson
2004-12-28
1
-0
/
+3
*
Fixed that the const_missing autoload assumes the requested constant is set b...
David Heinemeier Hansson
2004-12-28
1
-1
/
+11
*
Releasing Rails 0.9.2
David Heinemeier Hansson
2004-12-22
1
-31
/
+32
*
Added scope option to validation_uniqueness #349 [Kent Sibilev]
David Heinemeier Hansson
2004-12-22
1
-0
/
+2
*
Added allow_nil options to validates_inclusion_of so that validation is only ...
David Heinemeier Hansson
2004-12-22
1
-0
/
+2
*
Added work-around for PostgreSQL and the problem of getting fixtures to be cr...
David Heinemeier Hansson
2004-12-22
1
-0
/
+3
*
Added Base#clear_association_cache to empty all the cached associations #347 ...
David Heinemeier Hansson
2004-12-22
1
-0
/
+2
*
Added more informative exceptions in establish_connection #356 [bitsweat]
David Heinemeier Hansson
2004-12-22
1
-0
/
+2
*
Fixed that options[:counter_sql] was overwritten with interpolated sql rather...
David Heinemeier Hansson
2004-12-22
1
-0
/
+2
*
Fixed that overriding an attribute's accessor would be disregarded by add_on_...
David Heinemeier Hansson
2004-12-22
1
-0
/
+3
*
Fixed that Base.table_name would expect a parameter when used in has_and_belo...
David Heinemeier Hansson
2004-12-22
1
-0
/
+2
*
Fixed that nested transactions now work by letting the outer most transaction...
David Heinemeier Hansson
2004-12-22
1
-0
/
+4
*
Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ...
David Heinemeier Hansson
2004-12-21
1
-0
/
+2
*
Added a require_association hook on const_missing that makes it possible to u...
David Heinemeier Hansson
2004-12-20
1
-0
/
+13
*
Changed the interface on AbstractAdapter to require that adapters return the ...
David Heinemeier Hansson
2004-12-19
1
-0
/
+4
*
Added that query benchmarking will only happen if its going to be logged anyw...
David Heinemeier Hansson
2004-12-19
1
-0
/
+2
*
Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...
David Heinemeier Hansson
2004-12-19
1
-0
/
+2
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
1
-0
/
+3
*
Fixed the automated timestamping feature when running under Rails' developmen...
David Heinemeier Hansson
2004-12-18
1
-0
/
+2
*
Base#update_attribute isnt subject to validation
David Heinemeier Hansson
2004-12-18
1
-2
/
+0
*
Added Base#update_attributes that'll accept a hash of attributes and save the...
David Heinemeier Hansson
2004-12-17
1
-0
/
+11
*
Added Base.destroy and Base.delete to remove records without holding a refere...
David Heinemeier Hansson
2004-12-17
1
-0
/
+5
*
Rails 0.9 is a reality
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
[next]