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
/
spec
/
arel
Commit message (
Expand
)
Author
Age
Files
Lines
*
DeleteStatement deep copy
Mike Dalessio
2010-08-19
1
-0
/
+17
*
cleaning up describe/it block names
Mike Dalessio
2010-08-19
3
-5
/
+5
*
SelectCore deep copies attributes
Mike Dalessio
2010-08-19
1
-0
/
+23
*
Statement nodes deep-copy AST nodes
Mike Dalessio
2010-08-19
3
-0
/
+60
*
TreeManager classes deep-copy their statements.
Mike Dalessio
2010-08-19
3
-0
/
+34
*
delete manager added
Aaron Patterson
2010-08-18
2
-0
/
+67
*
fixing update support
Aaron Patterson
2010-08-18
2
-0
/
+18
*
adding some activerecord compatibility
Aaron Patterson
2010-08-16
1
-0
/
+18
*
OR nodes are somewhat working
Aaron Patterson
2010-08-16
3
-0
/
+43
*
sql visitor can deal with TrueClass
Aaron Patterson
2010-08-16
1
-0
/
+4
*
table responds to take
Aaron Patterson
2010-08-16
1
-0
/
+8
*
IN seems to work
Aaron Patterson
2010-08-16
4
-7
/
+28
*
quoting strings from equality statements, adding to_dot
Aaron Patterson
2010-08-16
1
-0
/
+9
*
update is working on the select manager
Aaron Patterson
2010-08-14
2
-0
/
+56
*
update manager is working
Aaron Patterson
2010-08-14
1
-0
/
+18
*
basic updates are working
Aaron Patterson
2010-08-14
1
-0
/
+43
*
inserts have the correct syntax
Aaron Patterson
2010-08-13
2
-4
/
+41
*
insert manager implements "insert"
Aaron Patterson
2010-08-13
2
-0
/
+26
*
inserts are starting to take shape
Aaron Patterson
2010-08-13
1
-2
/
+41
*
insert manager is starting to take shape
Aaron Patterson
2010-08-13
3
-23
/
+52
*
table responds to "project"
Aaron Patterson
2010-08-13
1
-0
/
+10
*
Table.new can take a hash for the second param
Aaron Patterson
2010-08-13
1
-0
/
+12
*
project works with strings
Aaron Patterson
2010-08-13
1
-0
/
+20
*
limits are added
Aaron Patterson
2010-08-12
2
-0
/
+36
*
full sql statement generation
Aaron Patterson
2010-08-12
1
-0
/
+44
*
to_sql visitor started
Aaron Patterson
2010-08-12
2
-0
/
+18
*
adding first node
Aaron Patterson
2010-08-12
1
-0
/
+17
*
tables can fetch attributes
Aaron Patterson
2010-08-12
2
-1
/
+52
*
starting a spec for the table
Aaron Patterson
2010-08-12
1
-18
/
+19
*
stripping the spec helper
Aaron Patterson
2010-08-12
1
-0
/
+38
*
We're obviously writing specs for arel. No need for a sub directory.
Carl Lerche
2010-03-12
57
-3966
/
+0
*
Add a bunch of specs for attribute type casting.
Carl Lerche
2010-03-12
1
-50
/
+8
*
Attributes should be typed
Carl Lerche
2010-03-12
10
-26
/
+33
*
Start writing integration specs for arel.
Carl Lerche
2010-03-11
1
-0
/
+120
*
Release v0.3.0
Emilio Tagua
2010-03-10
1
-1
/
+1
*
Arel doesn't has to know if a table or column exists.
Emilio Tagua
2010-03-10
3
-4
/
+21
*
Remove " AS " keyword from table aliasing.
Emilio Tagua
2010-03-01
4
-36
/
+36
*
changes for Oracle support - OracleCompiler and corresponding tests with Orac...
Raimonds Simanovskis
2010-03-01
26
-63
/
+638
*
Added support for RETURNING primary key when available, only for
Emilio Tagua
2010-02-18
1
-1
/
+12
*
Fix test which depends on the RUBY_VERSION when using sqlite3 adapter.
Emilio Tagua
2010-02-17
1
-1
/
+5
*
Quoting every part of a Range. Calling .to_s is not enough for Range with two...
Eugene Pimenov
2010-02-01
2
-2
/
+26
*
Fix the generated SQL when In predicate is supplied an empty Array
Pratik Naik
2010-01-30
1
-0
/
+19
*
Make sure string join relations can be chained
Pratik Naik
2010-01-13
1
-1
/
+30
*
Make sure not to use alias if it's same as the table name
Pratik Naik
2010-01-12
1
-0
/
+19
*
Add support for table aliasing
Pratik Naik
2010-01-01
2
-2
/
+74
*
Added having to use in combination with group to filter records.
Emilio Tagua
2009-12-28
1
-0
/
+36
*
Don't try to lock reads when using any SQLite adapter, it's redundant
Emilio Tagua
2009-12-28
1
-2
/
+16
*
Added lock to Arel, allowing a locking read if required.
Emilio Tagua
2009-12-27
1
-0
/
+47
*
Added "from" method, allowing to specify custom from clauses.
Emilio Tagua
2009-12-27
1
-0
/
+50
*
Ruby 1.9: Improve the way we spec this
Bryan Helmkamp
2009-11-09
1
-2
/
+2
[next]