Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated ARel version. | Emilio Tagua | 2009-09-14 | 1 | -5/+5 |
| | |||||
* | No need to create a new relation if the argument is blank. | Emilio Tagua | 2009-08-25 | 1 | -5/+5 |
| | |||||
* | Use ARel's joins when building a query for finding records with included | Emilio Tagua | 2009-08-14 | 1 | -5/+5 |
| | | | | associations. | ||||
* | Create is now powered by Arel. Removed methods that are no longer used. | Emilio Tagua | 2009-07-01 | 1 | -5/+5 |
| | |||||
* | Updated Arel submodule. | Emilio Tagua | 2009-06-23 | 1 | -6/+5 |
| | |||||
* | Arel now buils SQL queries for associations. Removed old code and | Emilio Tagua | 2009-06-23 | 1 | -5/+6 |
| | | | | updated Arel version to support this. | ||||
* | Arel updated. All tests passing for SQLite3 and PostgreSQL. | Emilio Tagua | 2009-06-23 | 1 | -5/+5 |
| | |||||
* | Arel updated | Emilio Tagua | 2009-06-10 | 1 | -5/+5 |
| | |||||
* | Updated Arel submodule | Emilio Tagua | 2009-06-02 | 1 | -5/+5 |
| | |||||
* | Refactors to work with latest Arel implementation. | Emilio Tagua | 2009-06-02 | 1 | -5/+5 |
| | |||||
* | Merge commit 'rails/master' | Emilio Tagua | 2009-05-18 | 1 | -5/+5 |
| | | | | | | | | | Conflicts: activerecord/lib/active_record.rb Updated: Arel submodule | ||||
* | Refactor to calculations. Migration's versions are string not integer. ARel ↵ | Emilio Tagua | 2009-05-06 | 1 | -5/+5 |
| | | | | submodule updated. | ||||
* | Fixes to have all test passing on PostgreSQL. | Emilio Tagua | 2009-05-04 | 1 | -5/+5 |
| | | | | | | Calculations now use construct_calculation_arel, making construct_finder_arel less hackish. Updated ARel to support PostgreSQL. | ||||
* | Updated ARel | Emilio Tagua | 2009-05-02 | 1 | -5/+5 |
| | |||||
* | Added arel_attributes_values methods, refactored locking and AR#update to ↵ | Emilio Tagua | 2009-04-30 | 1 | -5/+5 |
| | | | | use this method | ||||
* | Calculations now use Arel to construct the query. | Emilio Tagua | 2009-04-29 | 1 | -5/+5 |
| | | | | Implemented other methods in AR::Base with Arel support. | ||||
* | construct_finder_sql now use Arel | Emilio Tagua | 2009-04-24 | 1 | -5/+5 |
| | |||||
* | Changed locking to use Arel. Arel updated | Emilio Tagua | 2009-04-24 | 1 | -5/+5 |
| | |||||
* | More progress on migrations. Arel updated. | Emilio Tagua | 2009-04-23 | 1 | -5/+5 |
| | |||||
* | Arel updated | Emilio Tagua | 2009-04-23 | 1 | -5/+5 |
| | |||||
* | Added arel as a submodule. This is temporary and will make ↵ | Emilio Tagua | 2009-04-23 | 1 | -0/+6 |
development/testing easier. |