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
*
Performance: Don't reload the ARel relation on create, do it on
Emilio Tagua
2009-08-27
1
-2
/
+2
*
Performance: Don't reload the arel_table when destroying.
Emilio Tagua
2009-08-27
1
-1
/
+1
*
Remove useless var local definition.
Emilio Tagua
2009-08-26
1
-1
/
+1
*
Make sure join association methods are called once.
Emilio Tagua
2009-08-19
1
-4
/
+4
*
Remove useless InnerJoinDependency, inner joins are performed through
Emilio Tagua
2009-08-19
1
-1
/
+1
*
Remove now unused quote_table_name, ARel does that quoting now.
Emilio Tagua
2009-08-18
1
-7
/
+0
*
Call to_sql method on ActiveRecord::Relation instance not it's relation
Emilio Tagua
2009-08-18
1
-1
/
+1
*
Cache arel_table when possible, use class method arel_table instead
Emilio Tagua
2009-08-18
1
-10
/
+7
*
Cache #arel_able when possible.
Emilio Tagua
2009-08-18
1
-2
/
+5
*
Use immutable relation objects to generate queries.
Emilio Tagua
2009-08-18
1
-17
/
+17
*
Use finder options as relation method names to provide more familiar
Emilio Tagua
2009-08-18
1
-16
/
+15
*
Use ARel's joins when building a query for finding records with included
Emilio Tagua
2009-08-14
1
-6
/
+15
*
Merge commit 'rails/master'
Emilio Tagua
2009-08-10
1
-10
/
+18
|
\
|
*
Prevent overwriting of table name in merging SQL conditions [#2949 state:reso...
Tristan Dunn
2009-08-10
1
-1
/
+3
|
*
Model#human_attribute_name now accept symbols [#3025 status:resolved]
Arthur Zapparoli
2009-08-09
1
-1
/
+1
|
*
Make sure association conditions work with :include and :joins [#358 state:re...
Vladimir Meremyanin
2009-08-09
1
-3
/
+5
|
*
With multiparameter date attributes, the behaviour when empty fields are pres...
Hugo Peixoto
2009-08-09
1
-5
/
+9
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-08
1
-0
/
+7
|
\
|
|
*
Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro...
José Valim
2009-08-07
1
-0
/
+7
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-05
1
-5
/
+0
|
\
|
|
*
Extract generic attribute method generation to AMo
Joshua Peek
2009-08-04
1
-5
/
+0
*
|
Don't use local vars before testing its conditional.
Emilio Tagua
2009-08-03
1
-6
/
+6
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-07-31
1
-100
/
+45
|
\
|
|
*
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
*
|
Added ActiveRecord::Relation tests. Allow Relation to accept conditional
Emilio Tagua
2009-07-31
1
-2
/
+6
*
|
Performance: cache/reload arel relation when possible to speed up things.
Emilio Tagua
2009-07-21
1
-4
/
+5
*
|
Removed unused local variable.
Emilio Tagua
2009-07-21
1
-1
/
+0
*
|
Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR...
Emilio Tagua
2009-07-21
1
-37
/
+19
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-07-21
1
-7
/
+1
|
\
|
|
*
AMo conversion helper
Joshua Peek
2009-07-21
1
-7
/
+1
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-07-20
1
-0
/
+7
|
\
|
|
*
Define ActiveModel API Compliance
Yehuda Katz
2009-07-20
1
-0
/
+7
*
|
Performance boost for AR#create
Emilio Tagua
2009-07-20
1
-3
/
+4
*
|
Added ActiveRecord::Base#(where|join|project|group|order|take|skip) methods.
Emilio Tagua
2009-07-16
1
-32
/
+51
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-07-01
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
*
|
Create is now powered by Arel. Removed methods that are no longer used.
Emilio Tagua
2009-07-01
1
-14
/
+15
*
|
Small refactor to update_all.
Emilio Tagua
2009-07-01
1
-3
/
+3
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-06-30
1
-2
/
+2
|
\
|
|
*
Changed ActiveRecord::Base.human_name to underscore the class name before it ...
Justin French
2009-06-30
1
-3
/
+3
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-06-30
1
-0
/
+19
|
\
|
|
*
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
[next]