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 .with_scope imposed create parameters bypass attr_protected
Tobias Lütke
2006-01-10
1
-2
/
+3
*
Don't raise an exception when there are more keys than there are named bind v...
Marcel Molina
2006-01-05
1
-1
/
+0
*
Sanitize scoped conditions.
Marcel Molina
2006-01-04
1
-1
/
+1
*
ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...
Tobias Lütke
2005-12-24
1
-6
/
+0
*
SchemaDumper now doesn't fail anymore when there are unknown column types in ...
Tobias Lütke
2005-12-24
1
-0
/
+6
*
Fix form_for use of datetime_select and date_select as well as a few stylisti...
David Heinemeier Hansson
2005-12-21
1
-3
/
+4
*
made .find() and class method delegation work on :through relations
Tobias Lütke
2005-12-20
1
-2
/
+2
*
Reloading an instance refreshes its aggregations as well as its associations....
Jeremy Kemper
2005-12-08
1
-0
/
+1
*
Clear the connection cache entry when a new connection is established on the ...
Jeremy Kemper
2005-12-05
1
-20
/
+0
*
Connection cache to speed up retrieve_connection and get rid of dirty connect...
Jeremy Kemper
2005-12-04
1
-1
/
+7
*
Added preliminary support for join models [DHH] Added preliminary support for...
David Heinemeier Hansson
2005-12-03
1
-2
/
+7
*
r3181@asus: jeremy | 2005-11-19 02:52:24 -0800
Jeremy Kemper
2005-11-19
1
-5
/
+1
*
Don't generate read methods for columns whose names are not valid ruby method...
Jeremy Kemper
2005-11-19
1
-1
/
+10
*
r3095@asus: jeremy | 2005-11-15 22:40:51 -0800
Jeremy Kemper
2005-11-16
1
-6
/
+13
*
Correct documentation for Base.delete_all. References #1568.
Jeremy Kemper
2005-11-14
1
-1
/
+1
*
r4325@asus: jeremy | 2005-11-12 03:57:46 -0800
Jeremy Kemper
2005-11-12
1
-5
/
+12
*
Update docs for AR::Base#clone.
Jeremy Kemper
2005-11-10
1
-1
/
+5
*
Add :group option, correspond to GROUP BY, to the find method and to the has_...
Jeremy Kemper
2005-11-10
1
-1
/
+4
*
r2915@asus: jeremy | 2005-11-06 05:02:53 -0800
Jeremy Kemper
2005-11-06
1
-40
/
+62
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-04
1
-16
/
+54
*
Correct reader method generation for primary key attribute: handle case when ...
Jeremy Kemper
2005-11-02
1
-12
/
+11
*
A missing primary key column shouldn't raise an error when generating its err...
Jeremy Kemper
2005-11-01
1
-1
/
+1
*
Added migration support to SQL Server adapter (please someone do the same for...
David Heinemeier Hansson
2005-10-28
1
-0
/
+16
*
r3800@sedna: jeremy | 2005-10-28 00:39:05 -0700
Jeremy Kemper
2005-10-28
1
-9
/
+16
*
Added :offset and :limit to the kinds of options that Base.constrain can use ...
David Heinemeier Hansson
2005-10-26
1
-1
/
+4
*
r2736@asus: jeremy | 2005-10-24 17:08:12 -0700
Jeremy Kemper
2005-10-25
1
-0
/
+1
*
r2726@asus: jeremy | 2005-10-24 14:11:59 -0700
Jeremy Kemper
2005-10-24
1
-1
/
+1
*
Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.
Jeremy Kemper
2005-10-22
1
-13
/
+26
*
HABTM finder sets :readonly => false. Closes #2525.
Jeremy Kemper
2005-10-20
1
-3
/
+5
*
Parenthesize :conditions
Jeremy Kemper
2005-10-18
1
-2
/
+2
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
1
-4
/
+4
*
Allow ARStore::Session to indicate that it should not be reloaded in dev mode
Jamis Buck
2005-10-15
1
-1
/
+15
*
squash the memleak in dev mode finally (fingers crossed, here)
Jamis Buck
2005-10-15
1
-0
/
+4
*
Eliminate an obsolete comment.
Marcel Molina
2005-10-15
1
-2
/
+0
*
r3618@sedna: jeremy | 2005-10-14 12:06:03 -0700
Jeremy Kemper
2005-10-15
1
-3
/
+22
*
Change quote delimiters for sql interpolation to obviate SyntaxErrors. Closes...
Marcel Molina
2005-10-14
1
-1
/
+3
*
Avoid memleak in dev mode with fastcgi
Jamis Buck
2005-10-14
1
-3
/
+8
*
Delegate access to a customized primary key to the conventional id method. Cl...
Marcel Molina
2005-10-13
1
-0
/
+2
*
Support using different database adapters for development and test with Activ...
Sam Stephenson
2005-10-13
1
-0
/
+9
*
Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...
Marcel Molina
2005-10-12
1
-6
/
+17
*
Protect id attribute from mass assigment even when the primary key is set to ...
Marcel Molina
2005-10-12
1
-3
/
+5
*
Misc doc fixes (typos/grammar/etc.). Closes #2430.
Marcel Molina
2005-10-11
1
-37
/
+37
*
Speed up for unthreaded environments. Closes #2431.
Marcel Molina
2005-10-11
1
-5
/
+17
*
Speed up the setting of table_name. Closes #2428.
Marcel Molina
2005-10-10
1
-1
/
+7
*
Optimize instantiation of STI subclass records. In partial fullfilment of #1236.
Marcel Molina
2005-10-09
1
-15
/
+18
*
Fix typo of 'constrains' to 'contraints'. Closes #2069.
Marcel Molina
2005-10-09
1
-13
/
+17
*
Don't tell me about defined reader methods, even at debug level.
Jeremy Kemper
2005-10-07
1
-1
/
+0
*
Add option (true by default) to generate reader methods for each attribute of...
Marcel Molina
2005-10-07
1
-9
/
+62
*
Add convenience predicate methods on Column class. In partial fullfilment of ...
Marcel Molina
2005-10-06
1
-7
/
+16
*
Raise an exception when invalid options are passed to ActiveRecord::Base.find...
Marcel Molina
2005-10-06
1
-1
/
+7
[next]