Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Remove deprecated `Arel::Table#columns` with no replacement | Vipul A M | 2013-07-04 | 1 | -11/+0 | |
| * | | Remove deprecated `Arel::Table.table_cache` with no replacement | Vipul A M | 2013-07-04 | 1 | -10/+0 | |
* | | | Fix warning of shadowing variable | Rafael Mendonça França | 2013-10-24 | 1 | -2/+2 | |
* | | | Release 4.0.1 | Rafael Mendonça França | 2013-10-22 | 4 | -16/+29 | |
* | | | Merge pull request #211 from yahonda/support_columns_for_distinct_oracle | Aaron Patterson | 2013-10-21 | 2 | -3/+4 | |
|\ \ \ | ||||||
| * | | | Support `columns_for_distinct` | Yasuo Honda | 2013-10-14 | 2 | -3/+4 | |
* | | | | fix one deprecation warning | Aaron Patterson | 2013-10-14 | 2 | -1/+2 | |
|/ / / | ||||||
* | | | Merge pull request #204 from trptcolin/visitor_dispatch_caching | Aaron Patterson | 2013-09-11 | 2 | -3/+28 | |
|\ \ \ | ||||||
| * | | | Cache visitor dispatch on a per-visitor basis | Colin Jones | 2013-08-14 | 2 | -3/+28 | |
* | | | | Merge pull request #206 from SamSaffron/master | Ernie Miller | 2013-08-30 | 1 | -1/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Improve performance of #uniq across a large number of nodes | Sam | 2013-08-30 | 1 | -1/+4 | |
|/ / / | ||||||
* / / | Add licences to gemspec | Rafael Mendonça França | 2013-07-18 | 2 | -0/+2 | |
|/ / | ||||||
* | | Merge pull request #193 from parndt/patch-1 | Rafael Mendonça França | 2013-06-27 | 1 | -34/+71 | |
|\ \ | |/ |/| | ||||||
| * | Prettied up the README with syntax highlighting. | Philip Arndt | 2013-06-28 | 1 | -34/+71 | |
|/ | ||||||
* | record who created the node when $DEBUG is true | Aaron Patterson | 2013-05-20 | 1 | -1/+8 | |
* | call super from initialize | Aaron Patterson | 2013-05-17 | 8 | -0/+10 | |
* | Merge pull request #181 from prathamesh-sonpatki/typos | Rafael Mendonça França | 2013-05-17 | 1 | -3/+3 | |
|\ | ||||||
| * | Fixed typos | Prathamesh Sonpatki | 2013-05-17 | 1 | -3/+3 | |
|/ | ||||||
* | Make visitors threadsafe by removing @last_column | Ernie Miller | 2013-04-28 | 16 | -382/+386 | |
* | Release 4.0.0 | Rafael Mendonça França | 2013-04-18 | 2 | -3/+3 | |
* | Updage Gemfile to use https URL | Rafael Mendonça França | 2013-04-18 | 1 | -3/+4 | |
* | Merge pull request #171 from topdev/master | Rafael Mendonça França | 2013-04-17 | 1 | -0/+4 | |
|\ | ||||||
| * | Added License block to README.md | Gasparyan A | 2013-03-05 | 1 | -0/+4 | |
* | | ARel -> Arel | Xavier Noria | 2013-04-14 | 7 | -11/+11 | |
* | | ActiveRecord -> Active Record | Xavier Noria | 2013-04-14 | 2 | -3/+3 | |
* | | Merge pull request #174 from eduardordm/master | Rafael Mendonça França | 2013-03-15 | 2 | -2/+4 | |
|\ \ | ||||||
| * | | Update test_oracle.rb | Eduardo Mourao | 2013-03-15 | 1 | -1/+2 | |
| * | | Revert issue #99 fixes | Eduardo Mourao | 2013-03-15 | 1 | -1/+2 | |
|/ / | ||||||
* | | bumping to beta2 | Aaron Patterson | 2013-03-14 | 2 | -7/+7 | |
* | | call the columns hash method | Aaron Patterson | 2013-03-14 | 2 | -4/+8 | |
|/ | ||||||
* | Merge pull request #170 from vladson/master | Carlos Antonio da Silva | 2013-03-05 | 2 | -4/+4 | |
|\ | ||||||
| * | Updated minitest to 4.6.2 and RDoc to 4.0.0 | Vladislav Bogomolov | 2013-03-05 | 2 | -4/+4 | |
|/ | ||||||
* | Merge pull request #164 from tpope/infinity-ranges | Rafael Mendonça França | 2013-03-04 | 2 | -2/+52 | |
|\ | ||||||
| * | Support Float::INFINITY in ranges | Tim Pope | 2013-02-19 | 2 | -2/+52 | |
* | | Merge remote-tracking branch 'origin/master' | Aaron Patterson | 2013-02-25 | 1 | -3/+1 | |
|\ \ | ||||||
| * | | No need to test against 1.8 | Rafael Mendonça França | 2013-02-25 | 1 | -3/+1 | |
| |/ | ||||||
* / | bumping to beta1 | Aaron Patterson | 2013-02-25 | 2 | -15/+15 | |
|/ | ||||||
* | Merge pull request #161 from Noemj/master | Aaron Patterson | 2013-02-05 | 2 | -1/+30 | |
|\ | ||||||
| * | Added unit test for the mysql2 bind substitution | Noemj | 2013-02-05 | 1 | -1/+20 | |
| * | Fixed the bind param visiting for mysql2 prepared statements case | Noemj | 2013-02-04 | 1 | -0/+10 | |
* | | Merge pull request #160 from t0m/issue_99_oracle_optimization | Rafael Mendonça França | 2013-01-31 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | Add oracle paging optimization discussed in issue 99 | tom | 2013-01-08 | 2 | -2/+2 | |
* | | | fixing bind param visiting in the dot visitor | Aaron Patterson | 2013-01-30 | 1 | -1/+1 | |
* | | | Merge pull request #159 from Noemj/master | Aaron Patterson | 2013-01-30 | 2 | -0/+9 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Denied the quoting of SqlLiterals | Noemj | 2013-01-29 | 2 | -0/+9 | |
|/ | ||||||
* | Merge pull request #152 from parkerl/master | Rafael Mendonça França | 2012-12-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Make GROUP BY example more accurate and complete. | Lew Parker | 2012-12-13 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #151 from revans/update-gems-to-latest | Rafael Mendonça França | 2012-12-08 | 3 | -12/+12 | |
|\ | ||||||
| * | Updated 3 gems: | Robert Evans | 2012-12-08 | 3 | -12/+12 | |
|/ | ||||||
* | Merge pull request #116 from carlosantoniodasilva/remove-warnings | Carlos Antonio da Silva | 2012-11-17 | 2 | -5/+0 | |
|\ |