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 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
*
Added Base.validates_inclusion_of
David Heinemeier Hansson
2004-12-16
1
-6
/
+18
*
Improving documentation...
David Heinemeier Hansson
2004-12-16
1
-4
/
+0
*
Added Base.validates_inclusion_of that validates whether the value of the spe...
David Heinemeier Hansson
2004-12-16
1
-0
/
+8
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@177 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2004-12-16
1
-2
/
+2
*
Added that Active Records will automatically record creation and/or update ti...
David Heinemeier Hansson
2004-12-16
1
-26
/
+14
*
Added Base.validates_format_of that Validates whether the value of the specif...
David Heinemeier Hansson
2004-12-16
1
-1
/
+8
*
Added Base.default_error_messages as a hash of all the error messages used in...
David Heinemeier Hansson
2004-12-15
1
-0
/
+2
*
Added automatic transaction block around AssociationCollection.<<, Associatio...
David Heinemeier Hansson
2004-12-15
1
-0
/
+2
*
Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ...
David Heinemeier Hansson
2004-12-15
1
-14
/
+13
*
Fixed that Base#find will return an array if given an array -- regardless of ...
David Heinemeier Hansson
2004-12-15
1
-0
/
+2
*
Changed validate_* to validates_*_of, so validate_acceptance becomes validate...
David Heinemeier Hansson
2004-12-15
1
-10
/
+6
*
Fixed that has_and_belongs_to_many would generate bad sql when naming convent...
David Heinemeier Hansson
2004-12-14
1
-0
/
+2
*
Added a better exception for when a type column is used in a table without th...
David Heinemeier Hansson
2004-12-14
1
-0
/
+10
*
Fixed a pattern for module loading
David Heinemeier Hansson
2004-12-12
1
-0
/
+2
*
Added Base.validate_uniqueness thatv alidates whether the value of the specif...
David Heinemeier Hansson
2004-12-10
1
-0
/
+15
*
Added Base.validate_presence as an alternative to implementing validate and d...
David Heinemeier Hansson
2004-12-10
1
-5
/
+8
*
Fixed Base.errors to be indifferent as to whether strings or symbols are used.
David Heinemeier Hansson
2004-12-09
1
-0
/
+12
*
Added Base.validate_confirmation that encapsulates the pattern of wanting to ...
David Heinemeier Hansson
2004-12-09
1
-0
/
+16
*
Added Base.validate_confirmation that encapsulates the pattern of wanting to ...
David Heinemeier Hansson
2004-12-09
1
-0
/
+17
*
Added validation macros to make the stackable just like the lifecycle callbacks
David Heinemeier Hansson
2004-12-09
1
-0
/
+13
*
Added ActiveRecord::Mixins::Touch that will record creation and update times ...
David Heinemeier Hansson
2004-12-08
1
-1
/
+15
*
Added ActiveRecord::Mixins::List that can decorates an existing class with me...
David Heinemeier Hansson
2004-12-08
1
-0
/
+12
*
Added named bind-style variable interpolation #281 [Michael Koziarski]
David Heinemeier Hansson
2004-12-08
1
-0
/
+4
*
Added the option for sanitizing find_by_sql and the offset parts in regular f...
David Heinemeier Hansson
2004-12-07
1
-0
/
+5
*
Fixed value quoting in all generated SQL statements, so that integers are not...
David Heinemeier Hansson
2004-12-07
1
-0
/
+4
*
Fixed has_and_belongs_to_many guessing of foreign key so that keys are genera...
David Heinemeier Hansson
2004-12-07
1
-0
/
+3
*
Added counter_sql option for has_many associations [bitsweat]
David Heinemeier Hansson
2004-12-07
1
-0
/
+5
*
Fixed that methods wrapped in callbacks still return their original result #2...
David Heinemeier Hansson
2004-12-07
1
-0
/
+2
*
Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron]
David Heinemeier Hansson
2004-12-07
1
-0
/
+2
*
Added bind-style variable interpolation for the condition arrays that uses th...
David Heinemeier Hansson
2004-12-07
1
-0
/
+10
*
Added CSV format for fixtures #272 [what-a-day]
David Heinemeier Hansson
2004-12-07
1
-0
/
+2
*
Fixed fixtures using primary key fields called something else than "id" #270 ...
David Heinemeier Hansson
2004-12-06
1
-0
/
+2
*
Added proper handling of time fields that are turned into Time objects with t...
David Heinemeier Hansson
2004-12-01
1
-0
/
+2
[next]