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
...
|
*
|
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
17
-358
/
+273
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-08
10
-51
/
+45
|
\
|
|
|
*
|
Fix warnings in AMo
Joshua Peek
2009-09-05
1
-1
/
+1
|
*
|
Revert "Assert primary key does not exist in habtm when the association is de...
Jeremy Kemper
2009-09-02
5
-15
/
+44
|
*
|
Don't try to log protected attribute removal if there's no logger defined [#3...
Jeffrey Hardy
2009-09-02
1
-1
/
+3
|
*
|
Remove ClassInheritableAttributes test case, already covered by ActiveSupport...
Jeffrey Hardy
2009-09-02
1
-32
/
+0
|
*
|
Add required dependencies on activemodel
Carl Lerche
2009-09-01
2
-2
/
+6
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-01
9
-37
/
+142
|
\
|
|
|
|
/
|
/
|
|
*
Assert primary key does not exist in habtm when the association is defined, i...
José Valim
2009-09-01
5
-45
/
+16
|
*
Add rake gemspec and gemspecs to the repo
Yehuda Katz
2009-08-31
2
-0
/
+40
|
*
I added this feature so that a Map of changed fields could be retrieved
Josh Sharpe
2009-08-31
2
-2
/
+87
*
|
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
[prev]
[next]