index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
active_relation
/
predicates.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
- removed #qualify and #descend helper
Nick Kallen
2008-04-12
1
-9
/
+1
*
removed binding for attributes and predicates
Nick Kallen
2008-04-11
1
-1
/
+1
*
moved bind to factory of select
Nick Kallen
2008-04-11
1
-15
/
+5
*
added attribute.eq(nil)
Nick Kallen
2008-03-16
1
-2
/
+4
*
nested orderings
Nick Kallen
2008-03-16
1
-6
/
+0
*
added support for `attribute IN ...` and `attribute BETWEEN ...`
Nick Kallen
2008-03-16
1
-11
/
+3
*
renamed strategy to formatter
Nick Kallen
2008-03-16
1
-1
/
+1
*
renamed strategy method to format
Nick Kallen
2008-03-11
1
-1
/
+1
*
scalars are now lifted; the heavy lifting is done by the operations on relati...
Nick Kallen
2008-03-02
1
-1
/
+1
*
new concept of session boundaries
Nick Kallen
2008-03-02
1
-1
/
+1
*
quoting issues
Nick Kallen
2008-02-24
1
-3
/
+2
*
renamed attribute to operand per josh's suggestion
Nick Kallen
2008-02-24
1
-12
/
+13
*
made descend public; added test coverage for it; tests for qualify are now in...
Nick Kallen
2008-02-18
1
-1
/
+0
*
rename __collect__ to descend since the double underscores were ugly.
Nick Kallen
2008-02-18
1
-3
/
+3
*
introduced __collect__, an internal enumerating operator. This is a map down ...
Nick Kallen
2008-02-16
1
-5
/
+10
*
rename substitute to bind since it 'binds' an object to a new relation.
Nick Kallen
2008-02-11
1
-2
/
+2
*
this is very messy but it is finally close to feature-complete
Nick Kallen
2008-02-03
1
-0
/
+4
*
Remove ActiveRelation sub-modules and refactor specs
Bryan Helmkamp
2008-01-14
1
-69
/
+67
*
experimenting with strategy pattern rather than conditional; not as terse, no...
Nick Kallen
2008-01-13
1
-23
/
+16
*
relation inclusion operator
Nick Kallen
2008-01-12
1
-0
/
+20
*
removed operator overloading of the predications (==, etc.)
Nick Kallen
2008-01-12
1
-3
/
+3
*
namespacing
Nick Kallen
2008-01-10
1
-0
/
+70
*
removed sql builder
Nick Kallen
2008-01-07
1
-0
/
+4