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
*
Remove useless code in #attribute_present? since 0 != blank?. Closes #7249 [...
Rick Olson
2007-01-23
1
-1
/
+1
*
Subclasses of an abstract class work with single-table inheritance. Reference...
Jeremy Kemper
2007-01-23
1
-2
/
+7
*
Apply scoping during initialize instead of create. Fixes setting of foreign ...
Tobias Lütke
2007-01-12
1
-1
/
+1
*
Fix scope typo in add_lock! Closes #6482. [zubek]
Jeremy Kemper
2007-01-12
1
-1
/
+1
*
Pass a range in :conditions to use the SQL BETWEEN operator. Closes #6974.
Jeremy Kemper
2007-01-10
1
-2
/
+15
*
try to appease the angry Oracle
Jamis Buck
2006-12-29
1
-1
/
+1
*
make sure query attributes on custom fields works as it used to
Jamis Buck
2006-12-29
1
-1
/
+7
*
Docs fix for columns_hash [bradediger]
Michael Koziarski
2006-12-27
1
-1
/
+1
*
Ensure dynamic finders are anchored to the beginning of the method name to pr...
Michael Koziarski
2006-12-27
1
-2
/
+2
*
Partially revert [5660] - makes more trouble than it resolves. References #57...
Jeremy Kemper
2006-12-19
1
-5
/
+2
*
Subclass instantiation doesn't try to explicitly require the corresponding su...
Jeremy Kemper
2006-12-19
1
-5
/
+3
*
Subclasses of an abstract class work with single-table inheritance. Closes #5...
Jeremy Kemper
2006-12-01
1
-3
/
+6
*
Simplify query_attribute by typecasting the attribute value and checking whet...
Jeremy Kemper
2006-11-20
1
-15
/
+7
*
Cache inheritance_column. Closes #6592.
Jeremy Kemper
2006-11-09
1
-4
/
+5
*
make add_order a tad faster (Closes #6567)
Jamis Buck
2006-11-07
1
-4
/
+6
*
Support nil and Array in :conditions => { attr => value } hashes. Closes #6548.
Jeremy Kemper
2006-11-05
1
-31
/
+33
*
Dynamically generate reader methods for serialized attributes. Closes #6362.
Jeremy Kemper
2006-11-02
1
-3
/
+19
*
update deprecations to include alternative methods (where available)
Jamis Buck
2006-10-24
1
-2
/
+2
*
Added update_attributes! which uses save! to raise an exception if a validati...
David Heinemeier Hansson
2006-10-09
1
-0
/
+6
*
callbacks that return false should cause save to return false
Jamis Buck
2006-10-04
1
-2
/
+2
*
save! shouldn't validate twice. Closes #6324.
Jeremy Kemper
2006-10-02
1
-2
/
+2
*
Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...
Jeremy Kemper
2006-09-15
1
-4
/
+6
*
We cant make MySQL 5 happy if it means making SQLite and PostgreSQL cry. So c...
David Heinemeier Hansson
2006-09-08
1
-1
/
+1
*
Added parentheses around FROM clauses generated by Base and associations sinc...
David Heinemeier Hansson
2006-09-08
1
-1
/
+1
*
Backed out of new_record? to new? transformation as it would screw up existin...
David Heinemeier Hansson
2006-09-05
1
-15
/
+5
*
Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...
David Heinemeier Hansson
2006-09-05
1
-5
/
+15
*
Rename quote to quote_value so the name can be used in AR models. #3628 [Koz]
Michael Koziarski
2006-09-04
1
-10
/
+23
*
Nested subclasses are not prefixed with the parent class' table_name since th...
Jeremy Kemper
2006-08-25
1
-7
/
+16
*
Clashing type columns due to a sloppy join shouldn't wreck single-table inher...
Jeremy Kemper
2006-08-24
1
-11
/
+22
*
Nested classes are given table names prefixed by the singular form of the par...
Jeremy Kemper
2006-08-16
1
-6
/
+20
*
Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. [Ri...
Rick Olson
2006-08-09
1
-4
/
+0
*
Document find's :from option. Closes #5762. [andrew@redlinesoftware.com]
Marcel Molina
2006-08-09
1
-0
/
+2
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-2
/
+2
*
Refactor ActiveRecord::Base.reset_subclasses to #reset, and add global observ...
Rick Olson
2006-08-06
1
-0
/
+4
*
Fixed that default timezones for new / initialize should uphold utc setting (...
David Heinemeier Hansson
2006-08-05
1
-1
/
+1
*
The exists? class method should treat a string argument as an id rather than ...
Jeremy Kemper
2006-08-03
1
-3
/
+15
*
Added support for conditions on Base.exists? (closes #5689) [josh@joshpeek.com]
David Heinemeier Hansson
2006-08-03
1
-2
/
+5
*
r4889@ks: jeremy | 2006-07-31 20:27:15 -0700
Jeremy Kemper
2006-08-01
1
-6
/
+6
*
r4880@ks: jeremy | 2006-07-30 23:52:59 -0700
Jeremy Kemper
2006-07-31
1
-1
/
+2
*
r4854@ks: jeremy | 2006-07-30 00:59:18 -0700
Jeremy Kemper
2006-07-31
1
-9
/
+5
*
occured -> occurred. Closes #5559.
Jeremy Kemper
2006-07-10
1
-1
/
+1
*
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
Jeremy Kemper
2006-07-08
1
-1
/
+1
*
Rollback [4584], bad test. Reopens #3819.
Jeremy Kemper
2006-07-08
1
-1
/
+1
*
Don't modify options parameters in-place. Closes #3819.
Jeremy Kemper
2006-07-08
1
-1
/
+1
*
find_one uses find_every.first instead of find_initial since its primary key ...
Jeremy Kemper
2006-07-07
1
-1
/
+4
*
revert ActiveRecord equality change. Closes #5596
Rick Olson
2006-07-05
1
-3
/
+2
*
Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co...
David Heinemeier Hansson
2006-07-05
1
-2
/
+3
*
Minor tweak to improve performance of ActiveRecord::Base#to_param
Nicholas Seckar
2006-07-03
1
-1
/
+1
*
Added find_or_initialize_by_X which works like find_or_create_by_X but doesn'...
Sam Stephenson
2006-06-20
1
-2
/
+13
*
r4664@asus: jeremy | 2006-06-19 18:55:36 -0700
Jeremy Kemper
2006-06-20
1
-2
/
+5
[next]