aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
Commit message (Collapse)AuthorAgeFilesLines
* Release 7.1.1Rafael Mendonça França2016-07-271-0/+6
|
* Release 7.1.0Rafael Mendonça França2016-07-191-1/+3
|
* Bump to 7.0.1.pre in anticipation of next releaseJeremy Daer2016-05-291-0/+6
| | | | [ci skip]
* Release 7.0.0Rafael Mendonça França2015-12-171-0/+8
|
* Prepare for 6.0.0Rafael Mendonça França2014-11-251-1/+1
|
* Update historyRafael Mendonça França2014-02-101-0/+12
|
* Sync CHANGELOGRafael Mendonça França2014-02-051-0/+7
|
* Release 5.0.0Rafael Mendonça França2013-12-041-0/+10
|
* Add 3.0.3 to CHANGELOG entry [ci skip]Rafael Mendonça França2013-11-151-0/+10
|
* Update History for previous releasesAndrew Vit2013-11-151-0/+41
| | | | | Conflicts: History.txt
* Release 4.0.1Rafael Mendonça França2013-10-221-0/+12
|
* Fixed typosPrathamesh Sonpatki2013-05-171-3/+3
|
* ARel -> ArelXavier Noria2013-04-141-1/+1
| | | | | | | The project uses "Arel" most of the time, but there were a few "ARel" here and there. I checked with @brynary back in 2010 to pick one for the Rails documentation guidelines and "Arel" was chosen and documented. This patch chooses "Arel" vs "ARel" based on that.
* ActiveRecord -> Active RecordXavier Noria2013-04-141-2/+2
| | | | As per the Rails documentation guidelines.
* version bumpAaron Patterson2011-08-151-1/+1
|
* Update History.txtJon Leighton2011-08-131-1/+9
|
* bumping to 2.2.0Aaron Patterson2011-08-091-1/+1
|
* updating changelogAaron Patterson2011-08-081-0/+8
|
* prepping for 2.1.4 releaseAaron Patterson2011-07-251-1/+1
|
* supressing nested parenthesis in multiple unions on mysql. thanks jhtwong. ↵Aaron Patterson2011-07-201-0/+1
| | | | fixes #58
* fix depth first visitor to support ascending and descending nodesAaron Patterson2011-06-291-0/+6
|
* fixing broken gem buildAaron Patterson2011-06-271-1/+7
|
* updating history fileAaron Patterson2011-06-271-0/+3
|
* visitors can define their own cache strategy for dispatch. fixes #57Aaron Patterson2011-06-271-0/+7
|
* zomg prep releaseAaron Patterson2011-05-171-1/+1
|
* updating HistoryAaron Patterson2011-05-101-0/+7
|
* merging old history, adding release dateAaron Patterson2011-04-301-2/+20
|
* deprecating SelectManager#wheres methodAaron Patterson2011-04-111-0/+3
|
* fixing the leg order of TableAlias nodesAaron Patterson2011-03-301-0/+1
|
* allowing sql literals for values in insert statementsAaron Patterson2011-03-211-0/+1
|
* adding create_insert methodAaron Patterson2011-03-211-0/+1
|
* cleaning up math operations on attributesAaron Patterson2011-03-071-0/+2
|
* assinging nil to an offset will remove the offset from the ASTAaron Patterson2011-02-251-0/+3
|
* Adding SelectManager#limit= and removing limit nodes when nil is assigned to ↵Aaron Patterson2011-02-251-0/+2
| | | | limit
* adding TOP to sub selects for mssqlAaron Patterson2011-02-021-0/+4
|
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-041-0/+1
|
* Merge branch '2-0-stable' into mergeAaron Patterson2011-01-031-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2-0-stable: updating history Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Abley (https://github.com/jabley/arel). consolidating dot visitor methods refactoring where, fixing subselect implementation for passing a subquery to #in and #not_in tests for passing a subquery to #in and #not_in limit members of the AST are visited quoting limit nodes Conflicts: History.txt lib/arel/nodes.rb lib/arel/nodes/select_core.rb lib/arel/select_manager.rb lib/arel/visitors/to_sql.rb test/visitors/test_to_sql.rb
| * updating historyAaron Patterson2011-01-031-0/+1
| |
| * limit members of the AST are visitedAaron Patterson2010-12-071-0/+6
| |
* | adding deprecation warning for where_clausesAaron Patterson2010-12-261-0/+3
| |
* | sql literals may be used as column attributesAaron Patterson2010-12-221-0/+1
| |
* | deprecating Arel::Table#primary_keyAaron Patterson2010-12-131-0/+3
| |
* | updating changelogAaron Patterson2010-12-091-0/+3
| |
* | Merge branch '2-0-stable'Aaron Patterson2010-12-061-0/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | * 2-0-stable: limit members of the AST are visited Conflicts: History.txt
| * | limit members of the AST are visitedAaron Patterson2010-12-061-0/+6
| |/
* | only break backwards compatibility in major releasesAaron Patterson2010-12-031-3/+3
| |
* | adding deprecated methods to HistoryAaron Patterson2010-12-031-0/+9
| |
* | deprecating the "delete" method in favor of compile_deleteAaron Patterson2010-12-021-0/+3
| |
* | deprecating the update method in favor of compile_updateAaron Patterson2010-12-021-0/+3
| |
* | deprecating "insert"Aaron Patterson2010-12-021-0/+5
| |