aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #396 from ur0/masterSean Griffin2015-10-021-0/+0
|\ \ \ \ \
| * | | | | Rename MIT-LICENSE to MIT-LICENSE.txtUmang Raghuvanshi2015-10-021-0/+0
|/ / / / /
* | | | | Merge pull request #392 from maclover7/contributingRafael Mendonça França2015-09-094-6/+113
|\ \ \ \ \
| * | | | | Add CONTRIBUTING.md [ci skip]maclover72015-09-014-6/+113
| |/ / / /
* | | | | Merge pull request #391 from yahonda/add_oracle12Rafael Mendonça França2015-09-011-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add "lib/arel/visitors/oracle12.rb" to its gemspecYasuo Honda2015-09-011-1/+1
|/ / / /
* | | | Use bundled gemsRafael Mendonça França2015-08-041-1/+1
* | | | Run with Ruby 2.2Rafael Mendonça França2015-08-041-1/+2
* | | | Improve travis configurationRafael Mendonça França2015-08-041-1/+10
|/ / /
* | | Merge pull request #337 from yahonda/support_oracle12_top_n_2Aaron Patterson2015-07-144-2/+107
|\ \ \
| * | | Create Arel::Visitors::Oracle12 to provide better top-N queryYasuo Honda2015-06-193-0/+101
| * | | Extract visit_Arel_Nodes_SelectOptionsYasuo Honda2015-06-191-2/+6
* | | | Merge pull request #361 from evgenim/masterAaron Patterson2015-07-142-4/+40
|\ \ \ \
| * | | | Fix visit_Arel_Nodes_FullOuterJoin and visit_Arel_Nodes_RightOuterJoin to mak...evgenim2015-03-162-4/+40
* | | | | Merge pull request #377 from Eric-Guo/masterRafael Mendonça França2015-07-132-3/+3
|\ \ \ \ \
| * | | | | Follow up #370 for Oracle, to fix undefined method `expr' for 10:Fixnum bug.Eric Guo2015-07-142-3/+3
|/ / / / /
* | | | | Merge pull request #374 from Shopify/no-need-to-quote-mysql-limitRafael Mendonça França2015-07-101-1/+1
|\ \ \ \ \
| * | | | | No need to quote MySQL LIMITJean Boussier2015-07-101-1/+1
|/ / / / /
* | | | | Merge pull request #372 from dzjuck/add_nodes_casted_to_gemspecRafael Mendonça França2015-06-241-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add nodes/casted.rb to gemspec fileIlya Lavrov2015-06-241-1/+1
|/ / / /
* | | | Merge pull request #370 from arthurnn/dont_quote_limitAaron Patterson2015-06-181-3/+3
|\ \ \ \
| * | | | Dont need to quote limitArthur Neves2015-06-181-3/+3
|/ / / /
* | | | Merge pull request #367 from vipulnsward/move-casedRafael Mendonça França2015-06-012-40/+41
|\ \ \ \
| * | | | Move casted to its own fileVipul A M2015-05-312-40/+41
|/ / / /
* | | | Merge pull request #362 from caldwecr/masterRafael Mendonça França2015-03-231-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a typo in the sql literal spec for grouped "and" equalityCourtland Caldwell2015-03-231-1/+1
|/ / /
* | | Merge pull request #356 from tamird/limited-deleteRafael Mendonça França2015-02-237-5/+47
|\ \ \ | |/ / |/| |
| * | Special limited delete handling in MSSQLTamir Duberstein2015-02-233-2/+28
| * | Delete should respect 'limit'Bradford Folkens2015-02-235-3/+19
|/ /
* | Change the interface of `having` to match that of `where`Sean Griffin2015-01-2710-29/+29
* | Implement equality for `BindParam`Sean Griffin2015-01-252-0/+18
* | Merge pull request #352 from splattael/jruby-headSean Griffin2015-01-231-1/+4
|\ \
| * | Speed up jruby testsPeter Suschlik2015-01-211-0/+3
| * | Remove jruby and add jruby-head on TravisPeter Suschlik2015-01-211-1/+1
|/ /
* | Merge pull request #346 from vipulnsward/add-default-taskRafael Mendonça França2015-01-011-0/+3
|\ \
| * | Add default rake task as test.Vipul A M2015-01-011-0/+3
|/ /
* | Change the version to 7.0.0.alphaSean Griffin2014-12-291-1/+1
* | Remove 1.9 from the Travis buildsSean Griffin2014-12-291-1/+0
* | Allow a type caster to be given to the `Arel::Table` objectSean Griffin2014-12-296-16/+89
* | Deprecate automatic type casting within ArelSean Griffin2014-12-262-0/+13
* | Allow for handling quoted values in rangesSean Griffin2014-12-262-6/+61
* | Merge pull request #344 from kaznum/support_the_escape_clause_of_postgresqlMatthew Draper2014-12-252-2/+28
|\ \
| * | {Matches,DoesNotMatch} support the ESCAPE clause with PostgreSQLKazuya NUMATA2014-12-252-2/+28
|/ /
* | 💣Sean Griffin2014-12-041-1/+1
* | Quoted nodes respond to `nil?` in the same way as `Casted` nodesSean Griffin2014-12-041-0/+1
* | Quoted nodes respond to the same method as Casted nodesSean Griffin2014-12-041-0/+1
* | Don't re-quote nodes which are already quotedSean Griffin2014-12-021-1/+1
* | Remove `engine` from `TreeManager` and subclassesSean Griffin2014-11-2917-170/+149
* | Remove engine from the constructor arguments `Arel::Table`Sean Griffin2014-11-294-103/+49
* | Remove deprecated method "Table#primary_key"Sean Griffin2014-11-263-17/+37