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
/
active_record
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that the overwritten respond_to? method didn't take two parameters like...
David Heinemeier Hansson
2005-01-03
1
-2
/
+2
*
Added the possibility of specifying the remaining options for find_first and ...
David Heinemeier Hansson
2005-01-02
1
-8
/
+11
*
Added find_all style to the new dynamic finders
David Heinemeier Hansson
2005-01-02
1
-4
/
+9
*
Added dynamic attribute-based finders as a cleaner way of getting objects by ...
David Heinemeier Hansson
2005-01-02
1
-0
/
+25
*
Restored bind arity checking #412 [bitsweat]
David Heinemeier Hansson
2005-01-02
1
-7
/
+8
*
Added that Base#find takes an optional options hash, including :conditions. B...
David Heinemeier Hansson
2005-01-01
1
-64
/
+68
*
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...
David Heinemeier Hansson
2005-01-01
1
-3
/
+3
*
Added automated optimistic locking if the field lock_version is present #384 ...
David Heinemeier Hansson
2004-12-31
1
-0
/
+2
*
Switch dispatcher to use the new shared Dependencies approach
David Heinemeier Hansson
2004-12-29
1
-9
/
+0
*
Added Base.default_timezone accessor that determines whether to use Time.loca...
David Heinemeier Hansson
2004-12-28
1
-0
/
+5
*
Added the possibility for adapters to overwrite add_limit! to implement a dif...
David Heinemeier Hansson
2004-12-28
1
-3
/
+5
*
Fixed that Base.table_name would expect a parameter when used in has_and_belo...
David Heinemeier Hansson
2004-12-22
1
-7
/
+2
*
Switched strategy on the id_before_type_cast problem and just did an explicit...
David Heinemeier Hansson
2004-12-20
1
-1
/
+5
*
Pulling attributes_from_column_definition should set the primary id to nil in...
David Heinemeier Hansson
2004-12-19
1
-1
/
+1
*
Scrap that
David Heinemeier Hansson
2004-12-19
1
-1
/
+0
*
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
1
-3
/
+3
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
1
-9
/
+14
*
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
*
Improving documentation...
David Heinemeier Hansson
2004-12-16
1
-0
/
+3
*
Fixed that Base#find will return an array if given an array -- regardless of ...
David Heinemeier Hansson
2004-12-15
1
-1
/
+3
*
Added a better exception for when a type column is used in a table without th...
David Heinemeier Hansson
2004-12-14
1
-2
/
+17
*
Added methods for resetting the cached information on classes that you want t...
David Heinemeier Hansson
2004-12-12
1
-5
/
+10
*
Moved require_association to associations.rb and added methods for resetting ...
David Heinemeier Hansson
2004-12-12
1
-28
/
+4
*
Added Base.validate_uniqueness thatv alidates whether the value of the specif...
David Heinemeier Hansson
2004-12-10
1
-2
/
+8
*
Added named bind-style variable interpolation #281 [Michael Koziarski]
David Heinemeier Hansson
2004-12-08
1
-6
/
+35
*
Added the option for sanitizing find_by_sql and the offset parts in regular f...
David Heinemeier Hansson
2004-12-07
1
-4
/
+9
*
Fixed value quoting in all generated SQL statements, so that integers are not...
David Heinemeier Hansson
2004-12-07
1
-12
/
+19
*
Added bind-style variable interpolation for the condition arrays that uses th...
David Heinemeier Hansson
2004-12-07
1
-11
/
+15
*
Added extra words of caution for guarding against SQL-injection attacks
David Heinemeier Hansson
2004-12-06
1
-3
/
+7
*
Dont include the primary key in updates -- its unneeded and SQL Server chokes...
David Heinemeier Hansson
2004-12-01
1
-3
/
+3
*
Moved the global require_* out of the classes so they actually work without s...
David Heinemeier Hansson
2004-11-30
1
-3
/
+5
*
Abolished ActionController::Base.require_or_load in favor of require_dependen...
David Heinemeier Hansson
2004-11-30
1
-3
/
+11
*
Silence errors occurring when reloading classes
David Heinemeier Hansson
2004-11-30
1
-2
/
+2
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+1051