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
/
relations
Commit message (
Expand
)
Author
Age
Files
Lines
*
adding limit options to update and destroy
Nick Kallen
2008-04-13
2
-2
/
+4
*
fixed problem with updating multiple values
Nick Kallen
2008-04-13
1
-1
/
+1
*
implementing one pending feature
Nick Kallen
2008-04-13
1
-2
/
+2
*
new conception of grouping and aggregation functionality
Nick Kallen
2008-04-13
4
-32
/
+25
*
adjacency lists work
Nick Kallen
2008-04-13
1
-3
/
+19
*
better test coverage of relational operations with blank data
Nick Kallen
2008-04-12
2
-34
/
+6
*
added pending test for (difficult) problem of aliasing tables for adjacency l...
Nick Kallen
2008-04-12
1
-2
/
+2
*
- removed #qualify and #descend helper
Nick Kallen
2008-04-12
11
-52
/
+0
*
- string passthrough for joins
Nick Kallen
2008-04-12
4
-16
/
+18
*
fixed bug with take/skip
Nick Kallen
2008-04-11
4
-16
/
+16
*
redesigned the way limit and offset work
Nick Kallen
2008-04-11
5
-34
/
+50
*
string passthrough for joins
Nick Kallen
2008-04-11
2
-1
/
+13
*
string passthrough for joins
Nick Kallen
2008-04-11
3
-4
/
+9
*
removed bind for insertion and updation
Nick Kallen
2008-04-11
3
-4
/
+4
*
refactored bind for order
Nick Kallen
2008-04-11
2
-2
/
+3
*
moved bind to factory of select
Nick Kallen
2008-04-11
2
-2
/
+3
*
added attribute.eq(nil)
Nick Kallen
2008-03-16
1
-1
/
+1
*
projections now support string passthrough
Nick Kallen
2008-03-16
1
-2
/
+2
*
nested orderings
Nick Kallen
2008-03-16
4
-8
/
+10
*
allowing string passthrough for order clauses
Nick Kallen
2008-03-16
1
-6
/
+6
*
added support for `attribute IN ...` and `attribute BETWEEN ...`
Nick Kallen
2008-03-16
1
-9
/
+12
*
formatting insert and update statements
Nick Kallen
2008-03-16
2
-4
/
+4
*
renamed strategy to formatter
Nick Kallen
2008-03-16
4
-5
/
+5
*
properly quoting array values
Nick Kallen
2008-03-16
6
-15
/
+14
*
js/nk - fixed hashing
Nick Kallen
2008-03-15
2
-3
/
+5
*
annotated abstract methods on relation
Nick Kallen
2008-03-13
2
-6
/
+16
*
annotated abstraction
Nick Kallen
2008-03-13
4
-3
/
+5
*
renamed sql formatting strategies to correspond with sql grammar rule names i...
Nick Kallen
2008-03-13
2
-10
/
+10
*
renamed strategy method to format
Nick Kallen
2008-03-11
1
-2
/
+2
*
refactored session's interaction with engine/connection
Nick Kallen
2008-03-11
4
-0
/
+16
*
implemented hashing macro; implemented custom matcher testing this macro
Nick Kallen
2008-03-11
2
-5
/
+1
*
scalars are now lifted; the heavy lifting is done by the operations on relati...
Nick Kallen
2008-03-02
5
-19
/
+30
*
introduced engine dependency for sql strategies
Nick Kallen
2008-03-02
4
-17
/
+16
*
new concept of session boundaries
Nick Kallen
2008-03-02
3
-8
/
+18
*
quoting issues
Nick Kallen
2008-02-24
4
-6
/
+19
*
Introduced concept of session. It does not yet support multiple databases, no...
Nick Kallen
2008-02-23
4
-25
/
+48
*
updating functionality
Nick Kallen
2008-02-23
1
-0
/
+17
*
extracted conditionals concerning the "externalizing" of relations under a join.
Nick Kallen
2008-02-18
5
-18
/
+44
*
made descend public; added test coverage for it; tests for qualify are now in...
Nick Kallen
2008-02-18
8
-15
/
+8
*
rename __collect__ to descend since the double underscores were ugly.
Nick Kallen
2008-02-18
10
-19
/
+19
*
introduced __collect__, an internal enumerating operator. This is a map down ...
Nick Kallen
2008-02-16
11
-29
/
+51
*
cleanup
Nick Kallen
2008-02-16
5
-19
/
+11
*
more test coverage
Nick Kallen
2008-02-16
3
-9
/
+10
*
removing unneccessary tests now that attribute lookup is so simple
Nick Kallen
2008-02-11
1
-1
/
+0
*
rename substitute to bind since it 'binds' an object to a new relation.
Nick Kallen
2008-02-11
4
-7
/
+7
*
aesthetic considerations
Nick Kallen
2008-02-11
9
-15
/
+29
*
removing code complexity concerning attribute lookup.
Nick Kallen
2008-02-11
5
-42
/
+4
*
this is very messy but it is finally close to feature-complete
Nick Kallen
2008-02-03
8
-45
/
+42
*
i know it doesn't work but need to anchor here...
Nick Kallen
2008-02-03
10
-119
/
+120
*
filling out some pending specs
Nick Kallen
2008-01-21
2
-1
/
+4
[next]