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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added that query benchmarking will only happen if its going to be logged anyw...
David Heinemeier Hansson
2004-12-19
1
-1
/
+1
*
Reworded a few doc things for better comprehension [dblack]
David Heinemeier Hansson
2004-12-19
1
-3
/
+3
*
Fixed small doc bug [dblack]
David Heinemeier Hansson
2004-12-19
1
-1
/
+1
*
Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...
David Heinemeier Hansson
2004-12-19
1
-13
/
+13
*
Added breakpoints to stand-alone Active Record, so we can use them in tests f...
David Heinemeier Hansson
2004-12-19
2
-0
/
+606
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
1
-9
/
+14
*
Fixed the automated timestamping feature when running under Rails' developmen...
David Heinemeier Hansson
2004-12-18
2
-6
/
+18
*
Base#update_attribute isnt subject to validation
David Heinemeier Hansson
2004-12-18
1
-2
/
+5
*
Made Base#update_attributes actually work
David Heinemeier Hansson
2004-12-18
1
-1
/
+1
*
Added Base#update_attributes that'll accept a hash of attributes and save the...
David Heinemeier Hansson
2004-12-17
1
-1
/
+7
*
Added Base.destroy and Base.delete to remove records without holding a refere...
David Heinemeier Hansson
2004-12-17
1
-0
/
+10
*
Made the last tweaks before 0.9
David Heinemeier Hansson
2004-12-16
2
-60
/
+60
*
Updated and added more documentation
David Heinemeier Hansson
2004-12-16
4
-68
/
+73
*
Added Base.validates_inclusion_of
David Heinemeier Hansson
2004-12-16
1
-10
/
+64
*
Improving documentation...
David Heinemeier Hansson
2004-12-16
5
-198
/
+163
*
Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...
David Heinemeier Hansson
2004-12-16
6
-18
/
+86
*
Added option for turning off the automated timestamps
David Heinemeier Hansson
2004-12-16
1
-5
/
+14
*
Added assumption that a Symbol-based scope should end in _id unless it does s...
David Heinemeier Hansson
2004-12-16
1
-5
/
+3
*
Make it possible to use a regular scope string in addition to the symbol shor...
David Heinemeier Hansson
2004-12-16
1
-1
/
+5
*
Added Base.validates_inclusion_of that validates whether the value of the spe...
David Heinemeier Hansson
2004-12-16
1
-0
/
+23
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@177 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2004-12-16
1
-0
/
+22
*
Added that Active Records will automatically record creation and/or update ti...
David Heinemeier Hansson
2004-12-16
4
-147
/
+135
*
Added Base.validates_format_of that Validates whether the value of the specif...
David Heinemeier Hansson
2004-12-16
1
-6
/
+28
*
Added Base.default_error_messages as a hash of all the error messages used in...
David Heinemeier Hansson
2004-12-15
1
-9
/
+22
*
Added automatic transaction block around AssociationCollection.<<, Associatio...
David Heinemeier Hansson
2004-12-15
1
-8
/
+17
*
Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ...
David Heinemeier Hansson
2004-12-15
1
-18
/
+37
*
Fixed that Base#find will return an array if given an array -- regardless of ...
David Heinemeier Hansson
2004-12-15
1
-1
/
+3
*
Insignificante...
David Heinemeier Hansson
2004-12-15
1
-0
/
+1
*
Changed validate_* to validates_*_of, so validate_acceptance becomes validate...
David Heinemeier Hansson
2004-12-15
1
-56
/
+27
*
Added tree mixin and unit tests for all the mixins
David Heinemeier Hansson
2004-12-15
3
-15
/
+60
*
Wrapped multi-step operations in transactions
David Heinemeier Hansson
2004-12-14
1
-16
/
+22
*
fixtures :models will now also attempt to include the model.rb file
David Heinemeier Hansson
2004-12-14
1
-0
/
+11
*
Fixed that has_and_belongs_to_many would generate bad sql when naming convent...
David Heinemeier Hansson
2004-12-14
1
-4
/
+4
*
Added a better exception for when a type column is used in a table without th...
David Heinemeier Hansson
2004-12-14
2
-3
/
+20
*
Extended no inclusion of messages if theyre nil to base
David Heinemeier Hansson
2004-12-13
1
-1
/
+3
*
Fixed bug with reloading associations
David Heinemeier Hansson
2004-12-13
1
-1
/
+1
*
Moved methods into the main body as only wiring is needed in append_features
David Heinemeier Hansson
2004-12-13
1
-9
/
+7
*
Fixed that every successive call on the sqlite adapter prepended RAILS_ROOT a...
David Heinemeier Hansson
2004-12-12
1
-1
/
+1
*
Added the possibility of marking fields as being in error without adding a me...
David Heinemeier Hansson
2004-12-12
1
-2
/
+2
*
Added methods for resetting the cached information on classes that you want t...
David Heinemeier Hansson
2004-12-12
1
-5
/
+10
*
No longer necessary to guard against reincludes with the new reset of inherit...
David Heinemeier Hansson
2004-12-12
2
-2
/
+2
*
Moved require_association to associations.rb and added methods for resetting ...
David Heinemeier Hansson
2004-12-12
3
-31
/
+28
*
Options for the new validation methods are now given as a hash
David Heinemeier Hansson
2004-12-10
2
-11
/
+27
*
Added Base.validate_uniqueness thatv alidates whether the value of the specif...
David Heinemeier Hansson
2004-12-10
3
-6
/
+30
*
Added Base.validate_presence as an alternative to implementing validate and d...
David Heinemeier Hansson
2004-12-10
1
-12
/
+53
*
Tidied up Fixtures for better readability and some error checking [bitsweat]
David Heinemeier Hansson
2004-12-09
1
-36
/
+49
*
Fixed TIMESTAMP columns broken due to TIME handling patch
David Heinemeier Hansson
2004-12-09
1
-11
/
+15
*
Fixed Base.errors to be indifferent as to whether strings or symbols are used.
David Heinemeier Hansson
2004-12-09
1
-15
/
+20
*
Added Base.validate_confirmation that encapsulates the pattern of wanting to ...
David Heinemeier Hansson
2004-12-09
1
-0
/
+23
*
Changed the Proc for a string to avoid repetition problems
David Heinemeier Hansson
2004-12-09
1
-5
/
+3
[prev]
[next]