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
/
lib
/
active_relation
/
primitives
/
attribute.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
renamed sql formatting strategies to correspond with sql grammar rule names i...
Nick Kallen
2008-03-13
1
-1
/
+1
*
renamed strategy method to format
Nick Kallen
2008-03-11
1
-2
/
+6
*
implemented hashing macro; implemented custom matcher testing this macro
Nick Kallen
2008-03-11
1
-4
/
+1
*
introduced engine dependency for sql strategies
Nick Kallen
2008-03-02
1
-0
/
+1
*
new concept of session boundaries
Nick Kallen
2008-03-02
1
-4
/
+1
*
quoting issues
Nick Kallen
2008-02-24
1
-5
/
+13
*
organized congruence stuff in attribute
Nick Kallen
2008-02-16
1
-11
/
+19
*
attribute is now a concrete ancestor of expression. seems logical.
Nick Kallen
2008-02-16
1
-5
/
+5
*
rename substitute to bind since it 'binds' an object to a new relation.
Nick Kallen
2008-02-11
1
-1
/
+1
*
removing code complexity concerning attribute lookup.
Nick Kallen
2008-02-11
1
-2
/
+8
*
cleaning up code and adding test coverage for attribute and expression.
Nick Kallen
2008-02-04
1
-6
/
+13
*
this is very messy but it is finally close to feature-complete
Nick Kallen
2008-02-03
1
-8
/
+21
*
i know it doesn't work but need to anchor here...
Nick Kallen
2008-02-03
1
-7
/
+7
*
completed initial functionality for joining with aggregation (the meaning of ...
Nick Kallen
2008-01-21
1
-1
/
+5
*
adding grouping functionality; added some dummy code ("Schmoin") for experime...
Nick Kallen
2008-01-16
1
-7
/
+14
*
Remove ActiveRelation sub-modules and refactor specs
Bryan Helmkamp
2008-01-14
1
-69
/
+65
*
experimenting with strategy pattern rather than conditional; not as terse, no...
Nick Kallen
2008-01-13
1
-4
/
+2
*
removed support for scalar select (will return later); added support for alia...
Nick Kallen
2008-01-13
1
-2
/
+2
*
aliasing of relations
Nick Kallen
2008-01-12
1
-3
/
+3
*
added aggregations
Nick Kallen
2008-01-12
1
-0
/
+85