| d5f9173 |
2009-12-31 |
Add Relation#delete [Pratik Naik, Emilio Tagua] |
| 00cd378 |
2009-12-29 |
Relation#count should look for projections in chained re... |
| 06ad817 |
2009-10-13 |
Use ActiveSupport::Callbacks instead of |
| c3f9d51 |
2009-10-08 |
Updated ARel commit version. |
| 9a958a3 |
2009-10-07 |
Relations: Added offset when finding with associations. ... |
| f13a7bf |
2009-10-07 |
Don't send table_name when updating attributes, use the ... |
| 942d4b2 |
2009-10-07 |
Don't send table_name when there's no need to. |
| 1d58548 |
2009-10-07 |
Allow preload and eager_load to work on relations at the... |
| 23c168a |
2009-10-05 |
Initial documentation to Base#all. |
| 65f055a |
2009-10-05 |
Added eager loading support to Relation and ActiveRecord... |
| 3747f89 |
2009-10-05 |
Moved relation's test to relation_test. |
| 378b02d |
2009-09-14 |
Updated ARel version. |
| c01c21b |
2009-09-01 |
Added association preload to relation. |
| 6b67df7 |
2009-08-27 |
Revert "Revert "Add readonly support for relations."" |
| f2c0725 |
2009-08-27 |
Revert "Add readonly support for relations." |
| 7cce95b |
2009-08-27 |
Add readonly support for relations. |
| d56e987 |
2009-08-27 |
No need to reload the relation table with a method param... |
| 53f6c6d |
2009-08-27 |
Performance: Don't reload ARel relation on update. |
| e204f80 |
2009-08-27 |
Performance: Don't reload the ARel relation on create, d... |
| 1cc0ea8 |
2009-08-27 |
Performance: Don't reload the arel_table when destroying. |
| 286f47f |
2009-08-26 |
Remove useless var local definition. |
| 33746c4 |
2009-08-25 |
No need to create a new relation if the argument is blank. |
| 09fde64 |
2009-08-24 |
timestamps gives a created_at field not created_on. |
| 689b89f |
2009-08-21 |
Revert "Add bench script for ActiveRecord. Ignore log fi... |
| 0c6aed0 |
2009-08-20 |
Add bench script for ActiveRecord. Ignore log file and t... |
| a60334f |
2009-08-19 |
Remove useless conditionals/local var. |
| 54fcbb8 |
2009-08-19 |
Make sure join association methods are called once. |
| b324740 |
2009-08-19 |
Don't sanitize_sql where it doesn't make sense. |
| ccf5f2c |
2009-08-19 |
Remove old method and comment. |
| 3e1ef19 |
2009-08-19 |
Remove useless InnerJoinDependency, inner joins are perf... |
| 2048556 |
2009-08-19 |
Remove whitespace. |
| c36cfa7 |
2009-08-18 |
Remove unused quoted_record_ids, now ARel does this usin... |
| a09215e |
2009-08-18 |
has_many nullify associations keys using ARel. |
| a717877 |
2009-08-18 |
Remove now unused quote_table_name, ARel does that quoti... |
| d5476b4 |
2009-08-18 |
habtm insertion with ARel integration. |
| c1f833d |
2009-08-18 |
habtm delete method integrated with ARel. |
| 0abba28 |
2009-08-18 |
Call to_sql method on ActiveRecord::Relation instance no... |
| 74ed123 |
2009-08-18 |
Override respond_to? in ActiveRecord::Relation to go with |
| fefb4c7 |
2009-08-18 |
Cache arel_table when possible, use class method arel_ta... |
| 0d6997b |
2009-08-18 |
Cache #arel_able when possible. |
| 60926db |
2009-08-18 |
Inline initializer setup. |
| 66fbcc1 |
2009-08-18 |
Use immutable relation objects to generate queries. |
| ac03bc9 |
2009-08-18 |
Use explicit method definition instead of metaprogramming. |
| fa8f5c2 |
2009-08-18 |
Relation#joins! should know what to join instead of dele... |
| 08f6af2 |
2009-08-18 |
Fix typo in test classname. |
| 79e951c |
2009-08-18 |
Use finder options as relation method names to provide m... |
| c923409 |
2009-08-17 |
Clean up relation joins when finding records with includ... |
| 770fca1 |
2009-08-16 |
Remove group when building the relation, it will be adde... |
| 796ec65 |
2009-08-14 |
Don't use regular rinder on calculations since scoping o... |
| 9ac01fa |
2009-08-14 |
Use ARel's joins when building a query for finding recor... |
| 6843fb9 |
2009-08-08 |
Fix models load order to be able to run unit tests. |
| ae9e1e9 |
2009-08-07 |
Removed unused methods. |
| d469ad8 |
2009-08-07 |
Removed useless OR. |
| 6b5fab9 |
2009-08-07 |
Don't scope order in calculations.' |
| 945ef58 |
2009-08-07 |
More work on removing plain SQL from associations and us... |
| f8eb443 |
2009-08-03 |
Added collection iteration to AR::Relation. |
| 31c8353 |
2009-08-03 |
Don't use local vars before testing its conditional. |
| c1cbf02 |
2009-07-31 |
Added ActiveRecord::Relation tests. Allow Relation to ac... |
| ca1e62f |
2009-07-22 |
Performance: cache/reload arel relation when possible to... |
| 5123a23 |
2009-07-21 |
Removed unused local variable. |
| 0e0866e |
2009-07-21 |
Introduced ActiveRecord::Relation, a layer between an AR... |
| b326fae |
2009-07-20 |
Performance boost for AR#create |
| 046c22c |
2009-07-20 |
Removed legacy test. |
| f4a2356 |
2009-07-16 |
Added ActiveRecord::Base#(where|join|project|group|order... |
| 1e2d722 |
2009-07-07 |
Adds a audio_tag helper for the HTML5 audio tag. Fixed v... |
| 260c847 |
2009-07-01 |
Create is now powered by Arel. Removed methods that are ... |
| 0f5785c |
2009-07-01 |
Small refactor to update_all. |
| 0002fd4 |
2009-06-23 |
Updated Arel submodule. |
| 3b27a48 |
2009-06-23 |
Refactoring: Calculations now use construct_finder_sql i... |
| 4864f92 |
2009-06-23 |
Removed unused methods. |
| 02a723f |
2009-06-23 |
Arel now buils SQL queries for associations. Removed old... |
| bc899fd |
2009-06-23 |
Arel updated. All tests passing for SQLite3 and PostgreSQL. |
| d587cf3 |
2009-06-23 |
Removed old commented code |
| 3e4452c |
2009-06-17 |
Forget about auto scope, it's always explicit. |
| 34a068d |
2009-06-12 |
Leave the quoting part to ARel |
| 8db190a |
2009-06-12 |
HasOneAssociation inherits AssociationProxy since it sha... |
| d7b98b3 |
2009-06-10 |
Arel updated |
| af9f9dd |
2009-06-10 |
Use array of orders instead of string concatenation |
| 71528c2 |
2009-06-10 |
Initial update_all migration |
| 0587462 |
2009-06-10 |
Revert "Use ARel in SQL generation through associations" |
| 7be3e3b |
2009-06-10 |
Use ARel in SQL generation through associations |
| 8c3b832 |
2009-06-10 |
Use ARel in SQL generation through associations |
| 5255a81 |
2009-06-02 |
Updated Arel submodule |
| 2474fbb |
2009-06-02 |
Set ActiveRecord as Arel engine on load. |
| bbe51a1 |
2009-06-02 |
No need to specify the engine now that it is in active_r... |
| 5227119 |
2009-06-02 |
Refactors to work with latest Arel implementation. |
| 20deb67 |
2009-05-19 |
Add missing models and fixtures [#2673 state:resolved] |
| 5463823 |
2009-05-18 |
Remove unnecessary condition and local variable [#2602 s... |
| 28f5cfe |
2009-05-18 |
Add missing model and fixtures to finder_test [#2671 sta... |
| 8885b2d |
2009-05-06 |
Refactor to calculations. Migration's versions are strin... |
| d19d4d2 |
2009-05-05 |
Fixes to have all test passing on PostgreSQL. |
| d522b7c |
2009-05-02 |
Revert "Work around count returning string (bug)" |
| 3fd467e |
2009-05-02 |
Refactor to use arel_table method, and also use the same... |
| c989688 |
2009-05-02 |
Removed ARel table assignment |
| 9f36431 |
2009-05-02 |
Updated ARel |
| ca0530a |
2009-04-30 |
exists? method now uses ARel |
| 5b61168 |
2009-04-30 |
Added arel_attributes_values methods, refactored locking... |
| db892ea |
2009-04-29 |
Fix duplicated test name |
| 19d2ff8 |
2009-04-29 |
Calculations now use Arel to construct the query. |
| 4246a79 |
2009-04-28 |
Show executed queries when assert_sql assertion fails [#... |
| 0905396 |
2009-04-25 |
construct_finder_sql now use Arel |
| 0e113a0 |
2009-04-24 |
Refactored locking update |
| 345e686 |
2009-04-24 |
Changed locking to use Arel. Arel updated |
| c0f66b7 |
2009-04-24 |
Added ruby-debug |
| a841cd2 |
2009-04-23 |
Fix models load order to be able to run unit tests. |
| e428c75 |
2009-04-23 |
Remove connection method definition, since it's called j... |
| 7958308 |
2009-04-23 |
More progress on migrations. Arel updated. |
| d8f99c3 |
2009-04-23 |
Added Arel integration to migration's version update table |
| 0d9f1da |
2009-04-23 |
Arel updated |
| a934bbb |
2009-04-23 |
Removed blank lines |
| fdcd819 |
2009-04-23 |
Require Arel |
| 3b43d18 |
2009-04-23 |
Added arel as a submodule. This is temporary and will ma... |
| 2b8be76 |
2009-02-01 |
validate_length_of should use custom message if given wh... |
| c092dbe |
2008-12-20 |
Add missing fixture to allow reload models test to run i... |
| 9cf6b1b |
2008-12-18 |
Add missing model files so tests can run isolated [#1506... |
| 96b815d |
2008-12-10 |
Fix test names collision. |
| 05f2183 |
2008-12-10 |
Fix: counter_cache should decrement on deleting associat... |
| 2014d91 |
2008-12-02 |
Make new_record? an alias of new? in ActiveResource to f... |
| 97403ad |
2008-12-01 |
Add :having option to find, to use in combination with g... |
| dc8bf75 |
2008-09-15 |
When counting grouped records the target should be loade... |
| 9c4730d |
2008-09-14 |
Base.skip_time_zone_conversion_for_attributes uses class... |
| 646b5bf |
2008-09-12 |
Use select and change test so new tests can work on post... |
| a37c5ae |
2008-09-11 |
Improve test coverage when using the group option in fin... |
| c98cb8f |
2008-09-11 |
Add --debugger option to script/console. |
| 567392b |
2008-09-10 |
Added find_last_by dynamic finder [status:committed #762] |
| 6183e55 |
2008-08-31 |
Use reflection primary_key instead of id for when select... |
| 367a55e |
2008-08-30 |
Allow prototype functions to receive position parameter ... |
| b163d83 |
2008-08-30 |
Performance: Better query for ASSOCIATION_ids. Select on... |
| 11eb29f |
2008-08-30 |
Make assert_select_rjs code more readable, make use of u... |
| ea0d036 |
2008-08-08 |
mail_to should use decodeURIcomponent instead of unescap... |
| f3da46e |
2008-07-31 |
In javascript helpers option[:type] = :synchronous shoul... |
| fb5cc19 |
2008-07-31 |
Fix HasManyThroughAssociationsTest tests. [#733 state:re... |
| 2617d0d |
2008-07-30 |
Performance: grouping helpers should use yield instead o... |
| eaab895 |
2008-07-30 |
Prototype helpers should generate Element.insert instead... |
| 459e581 |
2008-07-15 |
update_counters should update nil values. |
| 570f5aa |
2008-07-04 |
Allow date helpers to ignore date hidden field tags. [#5... |
| 8f46ead |
2008-04-01 |
Improving railties test coverage. Closes #11496 [miloops] |
| c52771e |
2008-03-31 |
Fix case-sensitive validates_uniqueness_of. Closes #1136... |
| 3aaf60d |
2008-03-31 |
Add :message option to validates_numericality_of. Closes... |
| bdd8881 |
2008-03-28 |
Fixed that has_many :through would ignore the hash condi... |
| ca94136 |
2008-03-26 |
Improve documentation. |
| c10b225 |
2008-03-25 |
Fixed that ActiveRecord#Base.find_or_create/initialize w... |
| 123f5a3 |
2008-03-24 |
Added :confirm option to submit_tag (closes #11415) [mil... |
| c23c9bd |
2008-03-21 |
Allow association scoping for built/created records if :... |
| d5a4d5a |
2008-03-12 |
Added ActiveRecord::Base.find(:last) (closes #11338) [mi... |
| e117350 |
2008-03-07 |
Add :readonly option to HasManyThrough associations. Clo... |
| be62024 |
2008-03-05 |
Documenation for has_one/has_many nested resource option... |
| dfa7866 |
2008-02-13 |
Introduce the :readonly option to all associations. Reco... |