Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Remove some test warnings | Carlos Antonio da Silva | 2012-11-17 | 2 | -5/+0 |
|/ | |||||
* | avoid extra string objects in the inner join case | Aaron Patterson | 2012-10-15 | 1 | -1/+6 |
* | more roflscaling strings in the visitor | Aaron Patterson | 2012-10-12 | 2 | -10/+28 |
* | adding some roflscale to the sql visitor | Aaron Patterson | 2012-10-12 | 1 | -13/+96 |
* | Merge pull request #141 from sunaku/GH-138 | Aaron Patterson | 2012-09-24 | 2 | -0/+12 |
|\ | |||||
| * | GH-138: add Arel::SelectManager#projections method | Suraj N. Kurapati | 2012-09-21 | 2 | -0/+12 |
* | | Merge pull request #140 from sunaku/GH-139 | Aaron Patterson | 2012-09-24 | 2 | -4/+43 |
|\ \ | |||||
| * | | GH-139: some aggregations lacked DISTINCT emission | Suraj N. Kurapati | 2012-09-21 | 2 | -4/+43 |
| |/ | |||||
* | | Merge pull request #142 from sunaku/subquery | Aaron Patterson | 2012-09-22 | 2 | -0/+9 |
|\ \ | |/ |/| | |||||
| * | to_sql: add support for emitting SQL subqueries | Suraj N. Kurapati | 2012-09-22 | 2 | -0/+9 |
|/ | |||||
* | Update manifest | Ernie Miller | 2012-08-19 | 2 | -4/+10 |