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
*
Start separating primary key concerns
Joshua Peek
2009-07-30
1
-65
/
+1
*
Move id attribute methods into their related concern
Joshua Peek
2009-07-30
1
-29
/
+0
*
Restore DangerousAttributeError
Joshua Peek
2009-07-30
1
-0
/
+4
*
Wrap up attribute method reset concerns in 'undefine_attribute_methods'
Joshua Peek
2009-07-30
1
-2
/
+2
*
Generate methods for all suffixes
Joshua Peek
2009-07-30
1
-4
/
+0
*
Concernify AR AttributeMethods
Joshua Peek
2009-07-30
1
-1
/
+3
*
Merge docrails
Pratik Naik
2009-07-25
1
-3
/
+39
*
AMo conversion helper
Joshua Peek
2009-07-21
1
-7
/
+1
*
Define ActiveModel API Compliance
Yehuda Katz
2009-07-20
1
-0
/
+7
*
Added AR:B#dup method for duplicationg object without frozen attributes [#285...
Yehuda Katz + Carl Lerche
2009-07-01
1
-0
/
+7
*
Changed ActiveRecord::Base.human_name to underscore the class name before it ...
Justin French
2009-06-30
1
-3
/
+3
*
Make sure the wrapped exceptions also have the original exception available.
Michael Koziarski
2009-06-26
1
-2
/
+13
*
Translate foreign key violations to ActiveRecord::InvalidForeignKey exceptions.
Michael Schuerig
2009-06-26
1
-0
/
+4
*
Translate adapter errors that indicate a violated uniqueness constraint to Ac...
Michael Schuerig
2009-06-26
1
-0
/
+4
*
Move model naming into ActiveModel
Joshua Peek
2009-06-17
1
-0
/
+1
*
uses Object#metaclass and Object#class_eval in a few spots
Xavier Noria
2009-06-12
1
-1
/
+2
*
Integrate ActiveModel::Observing into ActiveRecord
Joshua Peek
2009-06-10
1
-1
/
+1
*
Whitelist the methods which are called by multiparameter attribute assignment.
Michael Koziarski
2009-06-10
1
-8
/
+8
*
Remove 'core' fluff. Hookable ActiveSupport.load_all!
Jeremy Kemper
2009-05-20
1
-1
/
+1
*
Merge branch 'master' of git@github.com:rails/rails
Jeremy Kemper
2009-05-18
1
-2
/
+2
|
\
|
*
Remove unnecessary condition and local variable [#2602 state:resolved]
Emilio Tagua
2009-05-18
1
-2
/
+2
*
|
Merge branch 'master' of git@github.com:rails/rails
Jeremy Kemper
2009-05-18
1
-1
/
+1
|
\
|
|
*
Make sure default_scope#create checks for options[:conditions] [#2181 state:r...
Pratik Naik
2009-05-18
1
-1
/
+1
*
|
Missing 1.8.7 backport extensions
Jeremy Kemper
2009-05-18
1
-0
/
+1
|
/
*
Merge commit 'origin/master'
Yehuda Katz + Carl Lerche
2009-05-14
1
-9
/
+4
|
\
|
*
Changed ActiveRecord::Base#exists? to invoke find_initial so that it is compa...
Peter Marklund
2009-05-14
1
-8
/
+3
|
/
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-6
/
+15
*
Opt in to Dependencies
Jeremy Kemper
2009-04-22
1
-0
/
+1
*
Ensure JoinAssociation uses aliased table name when multiple associations hav...
Pratik Naik
2009-04-20
1
-2
/
+2
*
Merge docrails
Pratik Naik
2009-03-24
1
-10
/
+13
*
Merge docrails
Pratik Naik
2009-03-16
1
-2
/
+2
*
Fix spelling of an internal method [#1734 state:resolved]
Chris Kampmeier
2009-03-12
1
-3
/
+3
*
Don't duplicate :order from scope and options, it makes mysql do extra work
Jeremy Kemper
2009-03-10
1
-1
/
+3
*
Ensure nested with_scope merges conditions inside out [#2193 state:resolved]
Manfred Stienstra
2009-03-10
1
-11
/
+8
*
Allow find(:last) :order be a symbol [#2024 state:resolved]
Rob Anderton
2009-03-09
1
-1
/
+1
*
Fix find_by_last when order is given [#2127 state:committed]
Jan De Poorter
2009-03-09
1
-1
/
+1
*
Allow :having conditions to be sanitized like regular :condition. [#2158 stat...
Will Bryant
2009-03-06
1
-2
/
+2
*
Ensure supplie :from has precedence over scoped :from [#1370 state:resolved]
Pratik Naik
2009-03-06
1
-1
/
+1
*
Fix that scoped find with :group and :having [#2006 state:resolved]
Mike Gunderloy
2009-02-28
1
-1
/
+1
*
Merge with docrails
Pratik Naik
2009-02-24
1
-1
/
+2
*
Added ActiveRecord::Base.each and ActiveRecord::Base.find_in_batches for batc...
David Heinemeier Hansson
2009-02-23
1
-1
/
+1
*
support end-exclusive ... Ranges in SQL hash condition sanitization properly
Will Bryant
2009-02-06
1
-6
/
+10
*
Add ActiveRecord::Base.exists? with no args [#1817 state:committed]
Scott Taylor
2009-02-05
1
-2
/
+4
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+5
*
Ensure whitespaces are stripped when merging string joins. [#1297 state:resol...
Filip H.F. "FiXato" Slagter
2009-01-28
1
-1
/
+1
*
Add array id support to Model.update_counters. [#1254 state:resolved] [Carlos...
Pratik Naik
2009-01-28
1
-2
/
+17
*
Make sure inner scope conditions get a preference over the outer ones
Pratik Naik
2009-01-24
1
-2
/
+6
*
Merge docrails
Pratik Naik
2009-01-18
1
-48
/
+74
*
Merge branch 'master' of git@github.com:rails/rails
David Heinemeier Hansson
2008-12-28
1
-1
/
+47
|
\
|
*
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
1
-1
/
+47
[next]