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
/
arel
/
engines
Commit message (
Collapse
)
Author
Age
Files
Lines
*
PERF: avoiding more method missing
Aaron Patterson
2010-07-27
2
-4
/
+21
|
*
PERF: caching engine, fewer calls to method_missing
Aaron Patterson
2010-07-26
1
-1
/
+6
|
*
PERF: removing *args calls, do not call send on protected methods then they ↵
Aaron Patterson
2010-07-26
1
-9
/
+18
|
|
|
|
are public methods
*
PERF: cache christener, initialize hash in initialize
Aaron Patterson
2010-07-26
2
-6
/
+12
|
*
removing cattr_accessor
Aaron Patterson
2010-07-26
1
-1
/
+10
|
*
more class reorganization
Aaron Patterson
2010-07-26
1
-6
/
+0
|
*
more class reorganization
Aaron Patterson
2010-07-26
2
-34
/
+0
|
*
reorganizing classes more
Aaron Patterson
2010-07-26
3
-29
/
+0
|
*
reorganizing more classes
Aaron Patterson
2010-07-26
4
-29
/
+0
|
*
reorganizing classes
Aaron Patterson
2010-07-26
2
-66
/
+0
|
*
more class organization
Aaron Patterson
2010-07-26
1
-21
/
+0
|
*
more class organizing
Aaron Patterson
2010-07-26
1
-33
/
+0
|
*
reducing files
Aaron Patterson
2010-07-26
2
-10
/
+0
|
*
better organizing classes
Aaron Patterson
2010-07-26
2
-14
/
+0
|
*
removing more duplication
Aaron Patterson
2010-07-26
3
-112
/
+0
|
*
removing unhelful organization
Aaron Patterson
2010-07-26
2
-104
/
+0
|
*
removing more useless files
Aaron Patterson
2010-07-26
3
-6
/
+2
|
*
removing unhelpful organization
Aaron Patterson
2010-07-26
2
-100
/
+0
|
*
speed up method lookup by not mixing in modules
Aaron Patterson
2010-07-25
2
-31
/
+21
|
*
the rest of the unfactoring!
Aaron Patterson
2010-07-25
1
-3
/
+12
|
*
fixing warnings
Aaron Patterson
2010-07-25
1
-1
/
+1
|
*
fixing incompatibilities with AR
Aaron Patterson
2010-07-21
3
-4
/
+3
|
*
take advantage of inheritence for easier codes
Aaron Patterson
2010-07-20
2
-4
/
+4
|
*
inequality is a special case of equality
Aaron Patterson
2010-07-20
2
-2
/
+2
|
*
delegate and call cached connection
Aaron Patterson
2010-07-20
1
-3
/
+4
|
*
avoid double call to to_s, avoid present?
Aaron Patterson
2010-07-20
1
-1
/
+5
|
*
Use block_given? instead defining block.
Emilio Tagua
2010-06-24
1
-2
/
+6
|
*
Performance: use blocks only when needed.
Emilio Tagua
2010-06-24
1
-2
/
+6
|
*
Allow externally defined AR adapters to define their own compiler.
Myron Marston
2010-06-23
1
-2
/
+8
|
*
Don't use a subquery when there are joins. Use a required alias for the ↵
Emilio Tagua
2010-06-23
1
-3
/
+4
|
|
|
|
subquery.
*
Add support for counting rows with conditions or limit using a subquery.
Emilio Tagua
2010-06-23
1
-6
/
+17
|
*
fixed having clause for Oracle compiler
Raimonds Simanovskis
2010-06-19
1
-2
/
+2
|
*
use subquery to get first records if DISTINCT is used (in Oracle compiler)
Raimonds Simanovskis
2010-06-19
1
-2
/
+2
|
*
Merge branch 'master' of github.com:brynary/arel
Emilio Tagua
2010-05-27
9
-25
/
+25
|
\
|
*
Whitespace fixes
Bryan Helmkamp
2010-05-26
9
-25
/
+25
|
|
*
|
Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in ↵
Ernie Miller
2010-05-21
2
-3
/
+3
|
/
|
|
|
memory engine, and make having clauses behave like where clauses in SQL engine (join with AND, allow multiple calls to having to add predicates)
*
Inequality shouldn't descend from equality, due to Rails type checks, and ↵
Ernie Miller
2010-05-07
5
-14
/
+2
|
|
|
|
resolve conflicts from rebase
*
Support predicate complements and alternate not syntax (overload BasicObject#!)
Ernie Miller
2010-05-07
5
-27
/
+42
|
*
Tests for notmatches and notin, and fixes for issues found in tests
Ernie Miller
2010-05-07
2
-6
/
+53
|
*
Rename Attribute Not -> Inequality and add a Not predicate (complement)
Ernie Miller
2010-05-07
2
-7
/
+15
|
*
Cleaner support for Ranges with excluded end.
Ernie Miller
2010-05-07
1
-0
/
+10
|
*
Add grouped predicates (_any/_all) and refactored predication method definitions
Ernie Miller
2010-05-07
1
-0
/
+18
|
*
Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ↵
Ernie Miller
2010-05-07
5
-1
/
+31
|
|
|
|
later)
*
Merge remote branch 'spastorino/master'
Emilio Tagua
2010-04-22
4
-1
/
+15
|
\
|
*
build expression not(nil) as IS NOT NULL
Santiago Pastorino
2010-04-21
4
-1
/
+15
|
|
*
|
Create an Arel::Header class representing a relation's attributes
Carl Lerche
2010-04-02
3
-8
/
+15
|
/
*
Use adapter add_limit_offset! method when building query.
Emilio Tagua
2010-03-25
2
-19
/
+5
|
*
Restrictions should be able to contain multiple predicates.
Carl Lerche
2010-03-23
1
-1
/
+1
|
*
Switch Arel::Relation to a module. This will allow for classes with Relation ↵
Carl Lerche
2010-03-22
8
-9
/
+11
|
|
|
|
extended on them to represent relations themselves (as opposed to their instances being relations).
*
fixing uninitialized ivar warning
Aaron Patterson
2010-03-14
1
-0
/
+1
|
[next]