| 434d757 |
2011-04-15 |
Fix console to accept [environment] [options] as specifi... |
| 7d2f472 |
2011-04-15 |
Fix console to accept [environment] [options] as specifi... |
| 18dde7b |
2011-04-05 |
Disable IdentityMap in log tests, it's not important and... |
| 454ec93 |
2011-04-04 |
Add log message when loading records from Identity Map. |
| b356172 |
2011-04-04 |
Use IM when trying to load records using ID. |
| 18439e2 |
2011-02-18 |
We really don't care about IM middleware order, the impo... |
| 00418ac |
2011-02-18 |
Merge remote branch 'rails/master' into identity_map |
| 3927827 |
2011-02-18 |
Don't use skip, just don't run anything, we don't have s... |
| 3e5efb3 |
2011-02-18 |
Remove nbproject form gitignore. This shouldn't be here ... |
| d9eb007 |
2011-02-18 |
WeakHash is not used, remove it. |
| 8052623 |
2011-02-18 |
No need to have reinit_with inside an InstanceMethods mo... |
| 49f3525 |
2011-02-18 |
Initialize @target instead asking if it is defined. |
| eb23b22 |
2011-02-18 |
Should use "=" instead "replace" after this commit: 1644... |
| d21a454 |
2011-02-18 |
No need to test agaisnt target. |
| 3560869 |
2011-02-18 |
Reindent and remove wrong line left in merge by mistake. |
| b8c2feb |
2011-02-18 |
Use to_a instead :load in test, since :load changed. |
| 15a03ca |
2011-02-18 |
No need to test against target anymore. |
| 0b702ba |
2011-02-18 |
Merge remote branch 'rails/master' into identity_map |
| 90a850a |
2011-02-15 |
Fix expected queries in relation tests. |
| c13b7c4 |
2011-02-15 |
Don't shadow outer local variable. |
| f1778eb |
2011-02-15 |
Run tests without IdentityMap when IM=false is given. |
| ca75091 |
2011-02-15 |
Remove identity map from benchmark script. |
| 8ee0b44 |
2011-02-15 |
Merge remote branch 'rails/master' into identity_map |
| 0faa7ee |
2011-02-09 |
Add missing require |
| 54dca98 |
2011-02-09 |
Add missing require |
| 348c0ec |
2010-12-20 |
Should save without validation if autosave is enabled. |
| 02fc6fb |
2010-12-20 |
Merge remote branch 'rails/master' into identity_map |
| a3bd62e |
2010-11-25 |
Remove explicit return. |
| c91a13f |
2010-11-25 |
Use ternary instead explicit return. |
| ac6e944 |
2010-11-25 |
Remove return, we are already returning self. |
| 1b6b803 |
2010-11-25 |
Remove explicit return. |
| c4d31d0 |
2010-11-25 |
Reuse lock_col variable instead calling locking_column c... |
| d29d793 |
2010-11-23 |
Don't create local vars. |
| e2bad8a |
2010-11-23 |
No need to create a variables to use them once. |
| 6ffe0ef |
2010-11-23 |
Avoid creating local var. |
| b8df3a9 |
2010-11-23 |
Use params default. |
| 63c9185 |
2010-11-23 |
Remove explicit return and avoid creating local var. |
| 9f35799 |
2010-11-23 |
Refactor && simplify count_records. |
| 1b531b7 |
2010-11-23 |
Remove explicit return. |
| 861cdc4 |
2010-11-23 |
Remove unneeded local var. |
| 9c16159 |
2010-11-23 |
Remove uneeded local var definition. |
| a9e963d |
2010-11-23 |
Remove confusing parenthesis. |
| 14055ea |
2010-11-23 |
No need to define a local var here. |
| 2ba06b4 |
2010-11-19 |
Clean IdentityMap before running each benchmark. |
| b2b5d02 |
2010-11-19 |
No need to specify clear is a method from IM when we are... |
| d9c0340 |
2010-11-19 |
IM enable should be kept in current thread. |
| a12bb71 |
2010-11-19 |
"there is no need to store this option just for initiali... |
| 72aa6f4 |
2010-11-19 |
identity_map name is used for configuration, use Identit... |
| 5098302 |
2010-11-19 |
Simplify remove_from_config. |
| 375aaa9 |
2010-11-19 |
Enable IdentityMap when generating new apps. |
| d472241 |
2010-11-19 |
Fix typo. |
| 1d530e2 |
2010-11-19 |
We have to check object class to avoid issues when using... |
| 54f924c |
2010-11-19 |
Enable IM in performance script unless IM=disabled is se... |
| b626f3e |
2010-11-19 |
IM is disabled by default. |
| 1c88d59 |
2010-11-19 |
Add test using identity map and select. |
| 22696b5 |
2010-11-19 |
No need to check returned object now that weakhash is gone. |
| dd166fa |
2010-11-19 |
Usa Hash instead of WeakHash. |
| 2fd48c8 |
2010-11-19 |
Revert "Use ActiveSupport::WeakHash for MRI, JRuby prefe... |
| 421643b |
2010-11-19 |
Read from config, because AR may not be loaded yet. |
| 938f168 |
2010-11-19 |
Set IdentityMap disabled by default. |
| a84add0 |
2010-11-19 |
We don't need to dup key, since only value is weak. |
| 7d563f9 |
2010-11-19 |
Refactor associations cache removal from IM. (ht: Aaron ... |
| 6cd1224 |
2010-11-19 |
Update number of queries executed instead of avoiding IM. |
| 7892543 |
2010-11-19 |
Don't change tests, fix code: if locking is enabled skip... |
| 5ee3663 |
2010-11-19 |
Remove associated objects from IM when clearing them fro... |
| 095c445 |
2010-11-19 |
Test setup method should clean up IM. |
| b9e869a |
2010-11-19 |
Query objects if readonly_value is false, skip them only... |
| 024bc70 |
2010-11-19 |
Added method to IM to remove objects by class and id. Th... |
| 4a0a160 |
2010-11-19 |
Clear IdentityMap before continue this test, we can do t... |
| edb69b9 |
2010-11-19 |
Call super setup in this test. |
| 4015819 |
2010-11-19 |
Fix number of queries performed in tests. |
| 9fe0dbf |
2010-11-19 |
Ups, forgot to remove one conflict tag from previous com... |
| 93daf1b |
2010-11-19 |
Revert "IdentityMap - Adjustments to test cases" |
| 69b627e |
2010-11-19 |
Don't load IdentityMap middleware if not enabled. Simpli... |
| 48edab9 |
2010-11-19 |
Don't wrap into identity map if it is disabled. |
| 333cdcd |
2010-11-19 |
Bring back "Reject attributes even if association is loa... |
| 08c37b7 |
2010-11-19 |
Use block syntax in IdentityMap middleware. |
| 3a34ae0 |
2010-11-19 |
Change API name, we don't need any param. |
| d13df4c |
2010-11-19 |
Use just one repository and keep it in the current thread. |
| 87aa913 |
2010-11-19 |
Flush IdentityMap when running tests. |
| c036caf |
2010-11-19 |
Use association_class method which returns the reflectio... |
| f3722a3 |
2010-11-19 |
Use IdentityMap middleware to flush map on each request. |
| 4da31d2 |
2010-11-19 |
Add initial tests for WeakHash. |
| 96cc08f |
2010-11-19 |
Check if constant is defined in AR, if not this can caus... |
| 0873d1e |
2010-11-19 |
Use conditional to avoid warnings. |
| 8669933 |
2010-11-19 |
Weakling is only required for JRuby. |
| ada0149 |
2010-11-19 |
Use ActiveSupport::WeakHash for MRI, JRuby prefers Weakl... |
| 301dd3d |
2010-11-19 |
Use hash[:Post][1] style identity maps for each table. |
| 4f3b8e1 |
2010-11-19 |
IdentityMap is enabled by default. |
| a62f722 |
2010-11-19 |
Add docs to Identity Map. |
| da721da |
2010-11-19 |
Added config syntax to enable/disable identity map: conf... |
| 003e4fb |
2010-11-19 |
Fix test name and typo. |
| 5a63df2 |
2010-09-30 |
Add examples to performance script that were included in... |
| 1851596 |
2010-09-30 |
Use detect instead select to avoid sh [..] command not f... |
| 6371e5b |
2010-09-29 |
We can't assign @view_context_class here, define super()... |
| 61cf112 |
2010-09-29 |
Use detect instead select to avoid "sh: [mysqldump]: com... |
| c37800a |
2010-09-29 |
_ is not a valid scheme name character, \w includes it a... |
| 6268815 |
2010-09-29 |
Initialize @view_context_class and cache view_context_cl... |
| 8823b85 |
2010-09-29 |
Remove redundant conditional. |
| 152580e |
2010-09-29 |
Don't try to interpolate string if there's no interpolat... |
| bc0e7f4 |
2010-09-29 |
Test correct method behaviour. |
| 17599ab |
2010-09-28 |
Enable warnings now that they can be readed. |
| 623ef13 |
2010-09-28 |
Fix test that wasn't running at all. |
| d5bb640 |
2010-09-28 |
Remove methods to avoid warnings. |
| 783e9b8 |
2010-09-28 |
Change test to avoid warnings. |
| 34fc109 |
2010-09-28 |
Redefine duplicated test name. |
| 454960d |
2010-09-28 |
Redefine duplicated test name. |
| 3e336f9 |
2010-09-28 |
Use redefine_method since baz is already defined. |
| 0c08d8b |
2010-09-28 |
Fix more warnings by defining variables and using instan... |
| 0fa9c53 |
2010-09-28 |
Define @_layout if it is not defined. |
| 357f594 |
2010-09-28 |
Initialize @path. |
| e804104 |
2010-09-28 |
Use helper method here. |
| caebe85 |
2012-03-27 |
Use helper method here. |
| a0f95a8 |
2010-09-28 |
Silence warnings here, only setting Encoding.default_ext... |
| 923ba31 |
2012-03-27 |
Silence warnings here, only setting Encoding.default_ext... |
| d1e976d |
2010-09-28 |
Silence warnings here, only setting Encoding.default_ext... |
| 523f980 |
2010-09-28 |
Remove more warnings on AP. |
| ad2c210 |
2010-09-28 |
Define @title to avoid warnings. |
| 80a98e9 |
2010-09-28 |
Use instance_variable_defined? instead instance_variable... |
| 3abd059 |
2010-09-28 |
Initialize ivars in tests. |
| c648a4c |
2010-09-28 |
Remove useless string line causing a warning. |
| 9917356 |
2010-09-28 |
Remove more warnings by initializing variables in test. |
| 3f94b45 |
2010-09-28 |
Remove more warnings: no need to define attr_accessor if... |
| 19d9fff |
2010-09-28 |
Use redefine_method instead define_method, it may be alr... |
| c8db1ad |
2010-09-28 |
Remove duplicated class test. copy/paste fail? |
| 4d6e178 |
2010-09-28 |
Remove method if exists, avoid calling Array#first so ma... |
| da8f9ca |
2010-09-28 |
Remove more warnings on variables. |
| dc37bd7 |
2010-09-28 |
Initialize @trusted_proxies. |
| eea61a0 |
2010-09-28 |
Initialize @compiled_at if it is not. |
| 6286b63 |
2010-09-28 |
Remove warings from rescues: don't define more than once... |
| 540e872 |
2010-09-28 |
Remove remaining warnings on _trace by adding parenthesi... |
| c941654 |
2010-09-28 |
Use parenthesis to avoid ambiguous first argument warning. |
| 7129dd9 |
2010-09-28 |
undef method if already defined. |
| dda3431 |
2010-09-28 |
Remove useless use of :: in void context. |
| 7c8b43e |
2010-09-28 |
Ask if the instance variable is defined before asking fo... |
| 9027721 |
2010-09-28 |
Add parenthesis to avoid syntax warnings. |
| 059d609 |
2010-09-28 |
Avoid more uninitialized variable warnings. |
| 9717498 |
2010-09-28 |
Remove duplicated method. |
| 04c4f47 |
2010-09-28 |
Initialize @sub_templates |
| 699fb81 |
2010-09-28 |
Initialize @_virtual_path path ivar. |
| dc2cd26 |
2010-09-28 |
Rename tests to avoid name collisions and warnings when ... |
| f63f901 |
2010-09-28 |
Rename duplicated test, and give it a correct name. Remo... |
| dc61ab0 |
2010-09-28 |
Remove duplicated test. |
| adcc5e1 |
2010-09-28 |
@selected may not be defined here, avoid warning. |
| 8ee27af |
2010-09-28 |
Don't define _test_case method if already defined. |
| 4bce8e3 |
2010-09-28 |
No need to call super here. Use yield instead block.call |
| b8c565f |
2010-09-28 |
Initialize @app if it doesn't exists. |
| 71acc27 |
2010-09-28 |
Move uri parser to AS as URI.parser method to reuse it i... |
| 197a995 |
2010-09-27 |
Move uri parser to AS as URI.parser method to reuse it i... |
| 8adb240 |
2010-09-27 |
Define @_routes inside method, makes more sense and will... |
| 1ab2ab0 |
2010-09-27 |
Remove more warnings shadowing outer local variable. |
| 2f326b7 |
2010-09-27 |
Remove warning "URI.unescape is obsolete" from actionpack. |
| 50decfb |
2010-09-27 |
_routes must be inside @controller conditional. |
| 023c202 |
2010-09-27 |
Initialize @_routes if not defined yet, avoiding more wa... |
| bb71f18 |
2010-09-27 |
Rename duplicated test name. |
| c2940a6 |
2010-09-27 |
Refactor method to avoid warnings and not run unnecessar... |
| d0621fd |
2010-09-27 |
Avoid uninitialized variable warning. |
| d95a16c |
2010-09-27 |
Initialize @_request and @_response. |
| 2f59cd6 |
2010-09-27 |
Remove method previous method if already defined. |
| e7c833f |
2010-09-27 |
Define @emitted_hidden_id if it doesn't exists and reuse... |
| 74d7664 |
2010-09-27 |
Avoid uninitialized variable warning. |
| 1ed18fc |
2010-09-27 |
Initialize @cookies. |
| 6b135f7 |
2010-09-27 |
Remove method if already exists to avoid warnings. |
| 0cb1d87 |
2010-09-27 |
Remove duplicated test. |
| 53b91b1 |
2010-09-27 |
Avoid uninitialized variable warning, reuse @integration... |
| 24ef32f |
2010-09-27 |
Ask is @controller is defined to avoid warning. |
| cd68168 |
2010-09-27 |
Initialize @_routes if it doesn't exists. |
| 986bad6 |
2010-09-27 |
Remove warning "too many arguments for format string" wh... |
| b9fa46c |
2010-09-27 |
Initialize @_etag. |
| bb2f53b |
2010-09-27 |
Initialize @as before plural method is called. |
| 5ced275 |
2010-09-27 |
Remove old method before redefining it. |
| be9883b |
2010-09-27 |
Don't redefine existing attributes accessors. |
| 63039b9 |
2010-09-24 |
Fix typo and add sanity test for code statistics rake task. |
| 8a68862 |
2010-09-24 |
Fix typo and add sanity test for code statistics rake task. |
| dafb4bd |
2010-09-27 |
Don't shadow outer local variables. |
| 583ddf2 |
2010-09-27 |
Remove more warnings shadowing outer local variable. |
| 5d773f8 |
2010-09-27 |
Remove warning "URI.unescape is obsolete" from actionpack. |
| 535371e |
2010-09-27 |
Fix indentation. |
| 2d274a5 |
2010-09-27 |
Use parentheses when using assert_match followed by a re... |
| eff68d8 |
2010-09-27 |
Prevent shadowing outer local variable. |
| f625b87 |
2010-09-24 |
These tests shouldn't depend on local time to pass or fa... |
| e41add0 |
2010-09-24 |
These tests shouldn't depend on local time to pass or fa... |
| c88deaf |
2010-09-22 |
Use map, no need to use inject here. |
| 7047d83 |
2010-09-22 |
Perf: speed up json encoding. |
| 418190d |
2010-09-22 |
Refactor inject use in hash conversions. |
| 8cfc601 |
2010-09-22 |
Perf: speed up 2 methods in railties. |
| dc2f26c |
2010-09-22 |
Perf: refactor methods using inject when not need in act... |
| 0876f39 |
2010-09-22 |
No need to use inject here. |
| 59296ab |
2010-09-22 |
Refactor routing methods. |
| 8c97f49 |
2010-09-22 |
Refactor decode_credentials to avoid inject and use map ... |
| 49d54b4 |
2010-09-24 |
Refactor decode_credentials to avoid inject and use map ... |
| 6d8a670 |
2010-09-22 |
Perf: refactor _assign method to avoid inject and defini... |
| e66c1ce |
2010-09-24 |
Perf: refactor _assign method to avoid inject and defini... |
| 10a63e2 |
2010-09-22 |
Refactor methods in html node to avoid injects. |
| 8105bc0 |
2010-09-24 |
Refactor methods in html node to avoid injects. |
| f6de806 |
2010-09-22 |
Refactor association_collection uniq method. |
| abb99e3 |
2010-09-24 |
Refactor association_collection uniq method. |
| 2da809d |
2010-09-22 |
No need to use inject here. |
| e1e39a9 |
2010-09-24 |
No need to use inject here. |
| ea35ccf |
2010-09-22 |
Perf: refactor method. |
| 27cfb3e |
2010-09-24 |
Perf: refactor method. |
| 0580f5a |
2010-09-22 |
No need to use inject here, use map instead. |
| 093a30a |
2010-09-24 |
No need to use inject here, use map instead. |
| 569be76 |
2010-09-22 |
Use map instead inject. |
| 4513cc1 |
2010-09-22 |
Goodbye inject, hello map. |
| 68e1b5a |
2010-09-24 |
Goodbye inject, hello map. |
| 6d58b27 |
2010-11-19 |
Set Identity Map disabled by default. Enable it for test... |
| ab42382 |
2010-11-19 |
Test with target object, failing on 1.9.2 when comparing... |
| 21483cb |
2010-11-19 |
Testing objects equality is what we are looking for here... |
| cd6d6fc |
2010-11-19 |
Change test models. |
| d64a09b |
2010-09-21 |
Remove helper methods that were moved to helper.rb |
| ae24ce5 |
2010-09-21 |
Move helper methods to helper.rb. Make test not depend o... |
| 0f16949 |
2010-11-19 |
Use strings primary keys in identity map keys to avoid p... |
| a3210d9 |
2010-11-19 |
implicit_readonly is not set until records are loaded, j... |
| c0ad5e4 |
2010-11-19 |
Don't use identity map if loading readonly records, this... |
| 448420f |
2010-11-19 |
Add tests for inverse relations when using has many and ... |
| 6f68447 |
2010-11-19 |
Remove associated object from identity map when reloading. |
| 234bbe5 |
2010-11-19 |
Associated objects are assigned from identity map if ena... |
| 6b0b95f |
2010-11-19 |
Add test for update_attributes and identity map. |
| f3adddb |
2010-11-19 |
Remove objects from identity map if save! failed, otherw... |
| e83f5a0 |
2010-11-19 |
Remove objects from identity map if save failed, otherwi... |
| a9edd6c |
2010-11-19 |
Add test to show that when IdentityMap is disabled finde... |
| f1913ad |
2010-11-19 |
Uncomment test and make it work. |
| f2765a1 |
2010-09-17 |
Refactor setup methods by extracting them in abstract_un... |
| a521a3c |
2010-09-17 |
Remove TODO and support all expected attributes. |
| f0eaf11 |
2010-11-19 |
Use yield instead block argument. |
| fa11c60 |
2010-11-19 |
Disable identity map when loading associated records fro... |
| dd6e680 |
2010-11-19 |
Prevent pushing duplicated records when using identity map. |
| 7df6175 |
2010-11-19 |
Remove associated records from identity map if any raise... |
| 09f12a1 |
2010-11-19 |
Use identity mapper only if enabled. |
| e88fd02 |
2010-11-19 |
Remove object from identity map if transaction failed. |
| 61bacc4 |
2010-09-10 |
Add more examples in performance script. |
| 1817ae3 |
2010-09-10 |
Add more examples in performance script. |
| 8c049c6 |
2010-09-10 |
Add more examples in performance script. |
| 53a9043 |
2010-09-09 |
Refactor finder conditions look up and assigment for app... |
| 9935724 |
2010-09-09 |
Refactor finder conditions look up and assigment for app... |
| 90c114d |
2010-09-09 |
Refactor Relation#only. No need to go through every opti... |
| ab1ab5f |
2010-09-09 |
Refactor Relation#only. No need to go through every opti... |
| e3246ef |
2010-09-09 |
Add tests for Relation#only. |
| d30fb46 |
2010-09-09 |
Add tests for Relation#only. |
| 33412b6 |
2010-09-09 |
No need to go through every option and test it, just don... |
| 172377d |
2010-09-09 |
No need to go through every option and test it, just don... |
| 32e296b |
2010-09-01 |
Use new finders syntax in docs. |
| d720121 |
2010-09-03 |
Use new finders syntax in docs. |
| 2ce57fd |
2010-09-01 |
Fix test: this should return 0 not 7, since Arel was ign... |
| 93a716f |
2010-09-01 |
Fix test: this should return 0 not 7, since Arel was ign... |
| c11eec8 |
2010-08-31 |
Avoid calling build_where is no argument is given. |
| 54b193f |
2010-09-01 |
Avoid calling build_where is no argument is given. |
| 87e50f1 |
2010-08-31 |
Improved conditionals usage to prevent calling methods. |
| 5fc006a |
2010-09-01 |
Improved conditionals usage to prevent calling methods. |
| 2431af1 |
2010-08-31 |
Don't test conditional in iteration if it is not present... |
| 4144eac |
2010-09-01 |
Don't test conditional in iteration if it is not present... |
| 4b5f417 |
2010-06-24 |
Only yield block if given. |
| 2c203a9 |
2010-06-24 |
Remove block definitions in finder methods. |
| 4086ece |
2010-06-24 |
Remove block definition from method, is not needed since... |
| d9f199e |
2010-06-24 |
Don't define block, just yield if block is given. |
| fdb7f84 |
2010-06-24 |
Remove deprecated block usage in composed_of. |
| 5441e08 |
2010-06-24 |
Add tests for relation count. Fix other tests that were ... |
| 12a9e84 |
2010-06-22 |
Clean CHANGELOG whitespace. |
| 7df105b |
2010-06-22 |
Fix order method to accept relation attributes. |
| df595b5 |
2010-06-22 |
Use the new query API in AR performance script. |
| 7b7cedc |
2010-06-20 |
Don't waste time building relations if there are no valu... |
| e061212 |
2010-06-19 |
Refactor build_arel: move joins out and simplify havings... |
| 4b4a548 |
2010-06-08 |
Avoid PostgreSQL and MySQL tests warnings. |
| ab2877c |
2010-06-08 |
Add parentheses to avoid warnings when running AR tests. |
| d103c73 |
2010-06-08 |
Bump Arel to 0.4.0 |
| 37102a5 |
2010-03-30 |
Fix failing test in MySQL. |
| 8d99ec9 |
2010-03-30 |
Named scopes shouldn't test equality using to_a if it's ... |
| 7006aa1 |
2010-03-29 |
Arel now handles ranges with excluded end. |
| 53ddbfc |
2010-03-29 |
Warn scoped order and limit are ignored. [#4123 state:re... |
| e260d5f |
2010-03-25 |
Require Arel 0.3.2 |
| e3a2fae |
2010-03-25 |
Add add_limit_offset! to adapters. |
| ac7b5a2 |
2010-03-25 |
Allow deprecation messages with or without a final period. |
| 90a4709 |
2010-03-25 |
Refactor relation merging to create just one relation an... |
| fc2e257 |
2010-03-25 |
Move methods from association to relation finder methods. |
| d06a754 |
2010-03-25 |
Remove unused attributes_with_quotes method. |
| d289e15 |
2010-03-22 |
From and lock should be defined to be consistent with ot... |
| e08c153 |
2010-03-10 |
Arel now fallback to using Arel::Attribute if the table/... |
| d5f9173 |
2009-12-31 |
Add Relation#delete [Pratik Naik, Emilio Tagua] |
| 00cd378 |
2009-12-29 |
Relation#count should look for projections in chained re... |
| 5da109d |
2009-10-14 |
Merge commit 'rails/master' |
| 06ad817 |
2009-10-13 |
Use ActiveSupport::Callbacks instead of |
| 991d1bc |
2009-10-13 |
Merge commit 'rails/master' |
| 0cf4662 |
2009-10-08 |
Merge commit 'rails/master' |
| c3f9d51 |
2009-10-08 |
Updated ARel commit version. |
| 9a958a3 |
2009-10-07 |
Relations: Added offset when finding with associations. ... |
| aadb09b |
2009-10-07 |
Merge commit 'rails/master' |
| 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... |
| c3b4da7 |
2009-10-06 |
Merge commit 'rails/master' |
| 97aba35 |
2009-10-05 |
Merge commit 'rails/master' |
| 23c168a |
2009-10-05 |
Initial documentation to Base#all. |
| 1daceeb |
2009-10-05 |
Merge branch 'associations_2' |
| 65f055a |
2009-10-05 |
Added eager loading support to Relation and ActiveRecord... |
| 3747f89 |
2009-10-05 |
Moved relation's test to relation_test. |
| 9a71b6d |
2009-10-05 |
Merge commit 'rails/master' |
| 61c959a |
2009-10-03 |
Merge commit 'rails/master' |
| 29457a2 |
2009-10-02 |
Merge commit 'rails/master' |
| 5f9540e |
2009-09-22 |
Merge commit 'rails/master' |
| a294d83 |
2009-09-21 |
Merge commit 'rails/master' |
| 378b02d |
2009-09-14 |
Updated ARel version. |
| 24260dc |
2009-09-14 |
Merge commit 'rails/master' |
| 0489f0c |
2009-09-08 |
Merge commit 'rails/master' |
| 670281c |
2009-09-08 |
Merge commit 'rails/master' |
| 39e4e76 |
2009-09-01 |
Merge commit 'rails/master' |
| 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. |
| d395391 |
2009-08-27 |
Merge commit 'rails/master' |
| 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. |
| 5191010 |
2009-08-25 |
Merge commit 'rails/master' |
| 38d6e65 |
2009-08-25 |
timestamps gives a created_at field not created_on. |
| 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... |
| c57f94d |
2009-08-21 |
Merge commit 'rails/master' |
| 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... |
| b342728 |
2009-08-19 |
Merge commit 'rails/master' |
| 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... |
| 4b339f4 |
2009-08-17 |
Merge commit 'rails/master' |
| c01c896 |
2009-08-17 |
Merge commit 'rails/master' |
| 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... |
| 48c1e6d |
2009-08-14 |
Merge commit 'rails/master' |
| 9ac01fa |
2009-08-14 |
Use ARel's joins when building a query for finding recor... |
| b68ef73 |
2009-08-11 |
Merge commit 'rails/master' |
| 8c3a6f8 |
2009-08-10 |
Merge commit 'rails/master' |
| 10af9fa |
2009-08-10 |
Merge commit 'rails/master' |
| 0e2fbd8 |
2009-08-10 |
Merge commit 'rails/master' |
| eb3ae44 |
2009-08-10 |
Merge commit 'rails/master' |
| 9520143 |
2009-08-08 |
Merge commit 'rails/master' |
| ae9e1e9 |
2009-08-07 |
Removed unused methods. |
| d469ad8 |
2009-08-07 |
Removed useless OR. |
| 6b5fab9 |
2009-08-07 |
Don't scope order in calculations.' |
| 04abe53 |
2009-08-07 |
Merge commit 'rails/master' |
| 945ef58 |
2009-08-07 |
More work on removing plain SQL from associations and us... |
| 4e86602 |
2009-08-06 |
Merge commit 'rails/master' |
| ae175a5 |
2009-08-05 |
Merge commit 'rails/master' |
| f8eb443 |
2009-08-03 |
Added collection iteration to AR::Relation. |
| 31c8353 |
2009-08-03 |
Don't use local vars before testing its conditional. |
| 62296a5 |
2009-08-03 |
Merge commit 'rails/master' |
| 3de59e9 |
2009-07-31 |
Merge commit 'rails/master' |
| 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... |
| f32c370 |
2009-07-21 |
Merge commit 'rails/master' |
| 9a28bd7 |
2009-07-20 |
Merge commit 'rails/master' |
| b326fae |
2009-07-20 |
Performance boost for AR#create |
| 046c22c |
2009-07-20 |
Removed legacy test. |
| 87ca87d |
2009-07-16 |
Merge commit 'rails/master' |
| f4a2356 |
2009-07-16 |
Added ActiveRecord::Base#(where|join|project|group|order... |
| 634f671 |
2009-07-15 |
Merge commit 'rails/master' |
| fb46d00 |
2009-07-06 |
Merge commit 'rails/master' |
| 6d4b6a2 |
2009-07-03 |
Merge commit 'rails/master' |
| 1e2d722 |
2009-07-07 |
Adds a audio_tag helper for the HTML5 audio tag. Fixed v... |
| cd424f0 |
2009-07-02 |
Merge commit 'rails/master' |
| 084e4a2 |
2009-07-01 |
Merge commit 'rails/master' |
| 260c847 |
2009-07-01 |
Create is now powered by Arel. Removed methods that are ... |
| 0f5785c |
2009-07-01 |
Small refactor to update_all. |
| a9cd9f4 |
2009-07-01 |
Merge commit 'rails/master' |
| cbf8ecc |
2009-06-30 |
Merge commit 'rails/master' |
| e5b8c44 |
2009-06-30 |
Merge commit 'rails/master' |
| 9c70442 |
2009-06-30 |
Merge commit 'rails/master' |
| 50f73bd |
2009-06-24 |
Merge commit 'rails/master' |
| 0002fd4 |
2009-06-23 |
Updated Arel submodule. |
| 3b27a48 |
2009-06-23 |
Refactoring: Calculations now use construct_finder_sql i... |
| b9088dc |
2009-06-23 |
Merge commit 'rails/master' |
| 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. |
| 16ac353 |
2009-06-16 |
Merge commit 'rails/master' |
| 34a068d |
2009-06-12 |
Leave the quoting part to ARel |
| 8db190a |
2009-06-12 |
HasOneAssociation inherits AssociationProxy since it sha... |
| a924b2f |
2009-06-12 |
Merge commit 'rails/master' |
| 247ac95 |
2009-06-10 |
Merge commit 'rails/master' |
| d7b98b3 |
2009-06-10 |
Arel updated |
| d127831 |
2009-06-10 |
Merge branch 'update_all' |
| 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 |
| 103b282 |
2009-06-09 |
Merge commit 'rails/master' |
| fd3c55f |
2009-06-02 |
Merge commit 'rails/master' |
| 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. |
| b3d4054 |
2009-05-26 |
Merge commit 'rails/master' |
| aa55122 |
2009-05-19 |
Merge commit 'rails/master' |
| 20deb67 |
2009-05-19 |
Add missing models and fixtures [#2673 state:resolved] |
| 1cc4459 |
2009-05-18 |
Merge commit 'rails/master' |
| 3db44e9 |
2009-05-18 |
Merge branch 'master' of git://github.com/rails/rails |
| a04dedd |
2009-05-18 |
Merge commit 'rails/master' |
| 28f5cfe |
2009-05-18 |
Add missing model and fixtures to finder_test [#2671 sta... |
| 0048897 |
2009-05-12 |
Merge commit 'rails/master' |
| 6c7d8cb |
2009-05-09 |
Merge commit 'rails/master' |
| 8885b2d |
2009-05-06 |
Refactor to calculations. Migration's versions are strin... |
| 118b19a |
2009-05-06 |
Merge branch 'master' of git://github.com/rails/rails |
| a83a1cc |
2009-05-05 |
Merge commit 'rails/master' |
| d19d4d2 |
2009-05-05 |
Fixes to have all test passing on PostgreSQL. |
| d3042ef |
2009-05-04 |
Merge commit 'rails/master' |
| 5463823 |
2009-05-18 |
Remove unnecessary condition and local variable [#2602 s... |
| 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 |
| 5e790d3 |
2009-05-02 |
Merge commit 'rails/master' |
| 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... |
| 0cf54f9 |
2009-04-30 |
Merge commit 'rails/master' |
| b0bd4f4 |
2009-04-29 |
Merge commit 'rails/master' |
| 19d2ff8 |
2009-04-29 |
Calculations now use Arel to construct the query. |
| db892ea |
2009-04-29 |
Fix duplicated test name |
| 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 |
| 649fd10 |
2009-04-24 |
Merge commit 'rails/master' |
| 345e686 |
2009-04-24 |
Changed locking to use Arel. Arel updated |
| c0f66b7 |
2009-04-24 |
Added ruby-debug |
| 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... |
| 6843fb9 |
2009-08-08 |
Fix models load order to be able to run unit tests. |
| a841cd2 |
2009-04-23 |
Fix models load order to be able to run unit tests. |
| c092dbe |
2008-12-20 |
Add missing fixture to allow reload models test to run i... |
| 96b815d |
2008-12-10 |
Fix test names collision. |
| 0839401 |
2008-12-10 |
Fix test names collision. |
| 05f2183 |
2008-12-10 |
Fix: counter_cache should decrement on deleting associat... |
| 757e436 |
2008-12-10 |
Fix: counter_cache should decrement on deleting associat... |
| c9e176d |
2008-12-10 |
Fix: counter_cache should decrement on deleting associat... |
| 9cf6b1b |
2008-12-18 |
Add missing model files so tests can run isolated [#1506... |
| 2014d91 |
2008-12-02 |
Make new_record? an alias of new? in ActiveResource to f... |
| 701abb9 |
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... |
| 77c6ba9 |
2008-11-03 |
Added RJS, memory leaks and plugins chapters to Debuggin... |
| 6744a8b |
2008-11-03 |
Added missing sidebar block closing delimiter. |
| 606b62a |
2008-09-16 |
Updated Debugging Rails Applications: use title case in ... |
| 2b8be76 |
2009-02-01 |
validate_length_of should use custom message if given wh... |
| 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. |
| d551d9e |
2008-09-11 |
Merge branch 'master' of git@github.com:lifo/docrails |
| 65c6e22 |
2008-09-11 |
Updated Debugging Rails applications guide styles, use b... |
| d0a2b84 |
2008-09-10 |
Include tip for using ruby-debug in development mode wit... |
| 33ee0e3 |
2008-09-10 |
Add the description of "Debugging Rails applications" gu... |
| ba1e303 |
2008-09-08 |
Changes on Rails Debugging Guide: added the logger secti... |
| c6acd29 |
2008-09-05 |
Added View Helpers to the Rails debugging guide. |
| 6c51c45 |
2008-09-05 |
Rails debugging guide updated. |
| e38fe94 |
2008-09-05 |
Debugging Guide updated after having some feedback on it... |
| 4fd8934 |
2008-09-05 |
Updates on Debugging Rails guide. |
| af04ea8 |
2008-09-05 |
Debugging Rails Applications guide updated. |
| df603e5 |
2008-09-05 |
More work on Rails debugging guide. |
| d6ff065 |
2008-09-04 |
Merge branch 'master' of git@github.com:lifo/docrails |
| f250496 |
2008-09-04 |
Added prompt, context and references to debugging Rails ... |
| cb2f5de |
2008-09-04 |
Merge branch 'master' of git@github.com:lifo/docrails |
| 62cba9a |
2008-09-04 |
Initial commit of the Rails debugging guide. |
| 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 ... |
| c364c1f |
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... |
| 3060715 |
2008-08-06 |
Added missing opening double quote to doc example in pro... |
| ea0d036 |
2008-08-08 |
mail_to should use decodeURIcomponent instead of unescap... |
| f3da46e |
2008-07-31 |
In javascript helpers option[:type] = :synchronous shoul... |
| 4b2826a |
2008-08-24 |
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... |
| f93e737 |
2008-07-30 |
Prototype helpers should generate Element.insert instead... |
| b32a24a |
2008-07-17 |
Include a :number option example inside Time conversions... |
| 570f5aa |
2008-07-04 |
Allow date helpers to ignore date hidden field tags. [#5... |
| 459e581 |
2008-07-15 |
update_counters should update nil values. |
| f253e98 |
2008-07-15 |
update_counters should update nil values. |
| a01a017 |
2008-05-16 |
Change migration generator USAGE to explain the timestam... |
| 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... |