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
*
Dont define respond_to? lookups for primary key
David Heinemeier Hansson
2004-12-19
1
-0
/
+1
*
FormHelper should only use *_before_type_cast if they available on the model
David Heinemeier Hansson
2004-12-19
1
-0
/
+1
*
Changed the interface on AbstractAdapter to require that adapters return the ...
David Heinemeier Hansson
2004-12-19
8
-14
/
+39
*
Added that query benchmarking will only happen if its going to be logged anyw...
David Heinemeier Hansson
2004-12-19
2
-1
/
+3
*
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
9
-81
/
+200
*
Added breakpoints to stand-alone Active Record, so we can use them in tests f...
David Heinemeier Hansson
2004-12-19
2
-0
/
+606
*
Set a high default salary within the validation range
David Heinemeier Hansson
2004-12-19
5
-5
/
+5
*
Added Developer#salary for the type tests
David Heinemeier Hansson
2004-12-19
5
-2
/
+5
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
6
-14
/
+32
*
Fixed the automated timestamping feature when running under Rails' developmen...
David Heinemeier Hansson
2004-12-18
3
-6
/
+20
*
Base#update_attribute isnt subject to validation
David Heinemeier Hansson
2004-12-18
2
-4
/
+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
2
-1
/
+18
*
Added Base.destroy and Base.delete to remove records without holding a refere...
David Heinemeier Hansson
2004-12-17
3
-7
/
+38
*
Rails 0.9 is a reality
David Heinemeier Hansson
2004-12-16
2
-2
/
+2
*
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
5
-69
/
+74
*
Added Base.validates_inclusion_of
David Heinemeier Hansson
2004-12-16
3
-30
/
+201
*
Improving documentation...
David Heinemeier Hansson
2004-12-16
6
-202
/
+163
*
Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...
David Heinemeier Hansson
2004-12-16
9
-30
/
+106
*
Added option for turning off the automated timestamps
David Heinemeier Hansson
2004-12-16
3
-11
/
+26
*
Added assumption that a Symbol-based scope should end in _id unless it does s...
David Heinemeier Hansson
2004-12-16
3
-9
/
+20
*
Added assumption that a Symbol-based scope should end in _id unless it does s...
David Heinemeier Hansson
2004-12-16
2
-2
/
+1
*
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
2
-0
/
+31
*
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
2
-2
/
+24
*
Added that Active Records will automatically record creation and/or update ti...
David Heinemeier Hansson
2004-12-16
7
-229
/
+220
*
Added Base.validates_format_of that Validates whether the value of the specif...
David Heinemeier Hansson
2004-12-16
6
-13
/
+59
*
Added Base.default_error_messages as a hash of all the error messages used in...
David Heinemeier Hansson
2004-12-15
2
-9
/
+24
*
Added automatic transaction block around AssociationCollection.<<, Associatio...
David Heinemeier Hansson
2004-12-15
2
-8
/
+19
*
Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ...
David Heinemeier Hansson
2004-12-15
3
-32
/
+64
*
Fixed that Base#find will return an array if given an array -- regardless of ...
David Heinemeier Hansson
2004-12-15
3
-2
/
+11
*
Insignificante...
David Heinemeier Hansson
2004-12-15
2
-1
/
+2
*
Changed validate_* to validates_*_of, so validate_acceptance becomes validate...
David Heinemeier Hansson
2004-12-15
3
-71
/
+41
*
Added tree mixin and unit tests for all the mixins
David Heinemeier Hansson
2004-12-15
15
-16
/
+271
*
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
3
-4
/
+12
*
Fixed that has_and_belongs_to_many would generate bad sql when naming convent...
David Heinemeier Hansson
2004-12-14
2
-4
/
+6
*
Added a better exception for when a type column is used in a table without th...
David Heinemeier Hansson
2004-12-14
6
-16
/
+59
*
Cut dependency on dev-utils by using included breakpoint lib
David Heinemeier Hansson
2004-12-13
1
-5
/
+1
*
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
*
Fixed a pattern for module loading
David Heinemeier Hansson
2004-12-12
1
-0
/
+2
*
Added the possibility of marking fields as being in error without adding a me...
David Heinemeier Hansson
2004-12-12
1
-2
/
+2
*
Attempted to capture #286 in a unit test, but couldnt get it to fail
David Heinemeier Hansson
2004-12-12
3
-1
/
+13
[next]