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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved relation's test to relation_test.
Emilio Tagua
2009-10-05
3
-4
/
+14
*
Added association preload to relation.
Emilio Tagua
2009-09-01
3
-4
/
+58
*
Revert "Revert "Add readonly support for relations.""
Emilio Tagua
2009-08-27
3
-2
/
+23
*
Revert "Add readonly support for relations."
Emilio Tagua
2009-08-27
3
-23
/
+2
*
Add readonly support for relations.
Emilio Tagua
2009-08-27
3
-2
/
+23
*
No need to reload the relation table with a method param, just nil it.
Emilio Tagua
2009-08-27
1
-5
/
+3
*
Performance: Don't reload ARel relation on update.
Emilio Tagua
2009-08-27
1
-1
/
+1
*
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
*
Merge commit 'rails/master'
Emilio Tagua
2009-08-27
5
-14
/
+226
|
\
|
*
When running multiple test tasks, don't abort early if one produces failures
Jeffrey Hardy
2009-08-27
1
-6
/
+26
|
*
Don't use AR::Base.connection for fixture column quoting. Use the connection ...
Jeffrey Hardy
2009-08-26
1
-7
/
+9
|
*
allow ActiveRecord#RecordInvalid exception message to be localized
Sven Fuchs
2009-08-26
3
-1
/
+191
*
|
Remove useless var local definition.
Emilio Tagua
2009-08-26
1
-1
/
+1
*
|
No need to create a new relation if the argument is blank.
Emilio Tagua
2009-08-25
1
-6
/
+6
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-25
1
-3
/
+3
|
\
|
|
*
Fix typo
Jeremy Kemper
2009-08-25
1
-1
/
+1
|
*
timestamps gives a created_at field not created_on.
Emilio Tagua
2009-08-24
1
-2
/
+2
*
|
Revert "Add bench script for ActiveRecord. Ignore log file and temporary cache"
Emilio Tagua
2009-08-21
1
-229
/
+0
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-21
2
-0
/
+163
|
\
|
|
*
Benchmark script via miloops' arel fork via DataMapper's AR comparison script
Jeremy Kemper
2009-08-20
2
-0
/
+163
*
|
Add bench script for ActiveRecord. Ignore log file and temporary cache
Emilio Tagua
2009-08-20
1
-0
/
+229
*
|
Remove useless conditionals/local var.
Emilio Tagua
2009-08-19
1
-5
/
+1
*
|
Make sure join association methods are called once.
Emilio Tagua
2009-08-19
2
-13
/
+14
*
|
Don't sanitize_sql where it doesn't make sense.
Emilio Tagua
2009-08-19
1
-2
/
+2
*
|
Remove old method and comment.
Emilio Tagua
2009-08-19
1
-14
/
+0
*
|
Remove useless InnerJoinDependency, inner joins are performed through
Emilio Tagua
2009-08-19
2
-22
/
+5
*
|
Remove whitespace.
Emilio Tagua
2009-08-19
2
-2
/
+3
*
|
Remove unused quoted_record_ids, now ARel does this using ARel::In.
Emilio Tagua
2009-08-18
1
-9
/
+0
*
|
has_many nullify associations keys using ARel.
Emilio Tagua
2009-08-18
1
-9
/
+9
*
|
Remove now unused quote_table_name, ARel does that quoting now.
Emilio Tagua
2009-08-18
1
-7
/
+0
*
|
habtm insertion with ARel integration.
Emilio Tagua
2009-08-18
1
-8
/
+5
*
|
habtm delete method integrated with ARel.
Emilio Tagua
2009-08-18
1
-4
/
+5
*
|
Call to_sql method on ActiveRecord::Relation instance not it's relation
Emilio Tagua
2009-08-18
1
-1
/
+1
*
|
Override respond_to? in ActiveRecord::Relation to go with
Emilio Tagua
2009-08-18
2
-0
/
+16
*
|
Cache arel_table when possible, use class method arel_table instead
Emilio Tagua
2009-08-18
2
-12
/
+13
*
|
Cache #arel_able when possible.
Emilio Tagua
2009-08-18
1
-2
/
+5
*
|
Inline initializer setup.
Emilio Tagua
2009-08-18
1
-2
/
+1
*
|
Use immutable relation objects to generate queries.
Emilio Tagua
2009-08-18
6
-92
/
+87
*
|
Use explicit method definition instead of metaprogramming.
Emilio Tagua
2009-08-18
1
-11
/
+16
*
|
Relation#joins! should know what to join instead of delegating to
Emilio Tagua
2009-08-18
1
-7
/
+13
*
|
Fix typo in test classname.
Emilio Tagua
2009-08-18
1
-1
/
+1
*
|
Use finder options as relation method names to provide more familiar
Emilio Tagua
2009-08-18
7
-68
/
+81
*
|
Clean up relation joins when finding records with included associations.
Emilio Tagua
2009-08-17
1
-12
/
+12
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-17
6
-78
/
+14
|
\
|
|
*
Remove support for SQLite 2.
Pratik Naik
2009-08-17
6
-78
/
+14
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-17
2
-3
/
+3
|
\
|
|
*
Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved]
Jay Pignata
2009-08-15
1
-1
/
+1
|
*
Fix calculation tests on sqlite2 [#3053 state:resolved]
Jay Pignata
2009-08-15
1
-1
/
+1
|
*
Bump pg gem requirement to 0.8.0. Build psql db with UTF8 encoding.
Jeremy Kemper
2009-08-15
1
-2
/
+2
[next]