Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | move ivar to initialize, use triple dot rather than minus | Aaron Patterson | 2010-12-16 | 2 | -2/+2 | |
| | | | | | | | | ||||||
| | | * | | | | | explicitly set prefix | Aaron Patterson | 2010-12-16 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | remove lasgn since AST is mutated | Aaron Patterson | 2010-12-16 | 2 | -3/+9 | |
| | | | | | | | | ||||||
| | | * | | | | | just mutate the ast, fewer lasgns | Aaron Patterson | 2010-12-16 | 1 | -3/+2 | |
| | | | |_|/ / | | | |/| | | | ||||||
| | | * | | | | fixed typos | Vijay Dev | 2010-12-16 | 1 | -6/+6 | |
| | | | | | | | ||||||
| | | * | | | | minor formatting fixes | Vijay Dev | 2010-12-16 | 1 | -19/+19 | |
| | | | |/ / | | | |/| | | ||||||
| | | * | | | fixed link to ruby-prof | Vijay Dev | 2010-12-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | fixed font | Vijay Dev | 2010-12-15 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2010-12-15 | 7 | -141/+460 | |
| | | |\ \ \ | ||||||
| | | | * | | | eternal confusion! fixed doco to inform correctly | Aditya Sanghi | 2010-12-15 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | * | | | Active Support coreext guide: Logger core extension documentation | Ryan Bigg | 2010-12-15 | 1 | -0/+43 | |
| | | | | | | | ||||||
| | | | * | | | WIP: Reviewing the initialization guide for Rails 3.1 | Ryan Bigg | 2010-12-15 | 1 | -121/+393 | |
| | | | | | | | ||||||
| | | | * | | | It should be ActiveModel::Validator, not ActiveRecord::Validator. | Elben Shira | 2010-12-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | * | | | Added :placeholder option to ActionView::Helpers::FormTagHelper text_field_tag | Ben Mills | 2010-12-13 | 1 | -0/+4 | |
| | | | | | | | ||||||
| | | | * | | | for the root route to work, we need to delete the public/index.html.erb | Umar Sheikh | 2010-12-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | file as well | |||||
| | | | * | | | Fix indentation on the namespace method's documentation | Ryan Bigg | 2010-12-13 | 1 | -16/+16 | |
| | | | | | | | ||||||
| | | | * | | | Remove nodoc from FormBuilder because the methods inside are public API methods | Ryan Bigg | 2010-12-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | * | | | | filter_parameter_logging is deprecated in Rails 3. Changed it to ↵ | Vijay Dev | 2010-12-15 | 1 | -2/+2 | |
| | | |/ / / | | | | | | | | | | | | | | | | | | | config.filter_parameters | |||||
| | | * | | | fixed typos in mailer | Vijay Dev | 2010-12-12 | 1 | -8/+6 | |
| | | | | | | ||||||
| | | * | | | fixed typos and rephrased a few sentences; also removed reference to status ↵ | vijay | 2010-12-11 | 1 | -14/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | codes being located in action_controller/status_codes.rb | |||||
| | | * | | | Updated generator guide for rails commit ↵ | Paul Odeon | 2010-12-11 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 7891de893951c780a1732747d430c33e998dd573 | |||||
| | | * | | | Provide an example for ActionDispatch::Routing::Mapper#scope | Ryan Bigg | 2010-12-11 | 1 | -0/+12 | |
| | | | | | | ||||||
| | * | | | | Clean IdentityMap before running each benchmark. | Emilio Tagua | 2010-11-19 | 1 | -0/+18 | |
| | | | | | | ||||||
| | * | | | | No need to specify clear is a method from IM when we are inside IM. | Emilio Tagua | 2010-11-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | IM enable should be kept in current thread. | Emilio Tagua | 2010-11-19 | 1 | -7/+10 | |
| | | | | | | ||||||
| | * | | | | "there is no need to store this option just for initialization" José Valim ↵ | Emilio Tagua | 2010-11-19 | 2 | -9/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | dixit. | |||||
| | * | | | | identity_map name is used for configuration, use IdentityMap to access it. | Emilio Tagua | 2010-11-19 | 3 | -11/+7 | |
| | | | | | | ||||||
| | * | | | | Simplify remove_from_config. | Emilio Tagua | 2010-11-19 | 1 | -9/+5 | |
| | | | | | | ||||||
| | * | | | | Enable IdentityMap when generating new apps. | Emilio Tagua | 2010-11-19 | 2 | -0/+17 | |
| | | | | | | ||||||
| | * | | | | Fix typo. | Emilio Tagua | 2010-11-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | We have to check object class to avoid issues when using STI. | Emilio Tagua | 2010-11-19 | 1 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | Enable IM in performance script unless IM=disabled is set when running it. | Emilio Tagua | 2010-11-19 | 1 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | IM is disabled by default. | Emilio Tagua | 2010-11-19 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Add test using identity map and select. | Emilio Tagua | 2010-11-19 | 1 | -0/+14 | |
| | | | | | | ||||||
| | * | | | | No need to check returned object now that weakhash is gone. | Emilio Tagua | 2010-11-19 | 1 | -5/+1 | |
| | | | | | | ||||||
| | * | | | | Usa Hash instead of WeakHash. | Emilio Tagua | 2010-11-19 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Revert "Use ActiveSupport::WeakHash for MRI, JRuby prefers Weakling." | Emilio Tagua | 2010-11-19 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3cddebc2402eb71f2806e8b2119dc3efdceb4662. Conflicts: activerecord/lib/active_record/identity_map.rb activesupport/lib/active_support/weak_hash.rb | |||||
| | * | | | | Read from config, because AR may not be loaded yet. | Emilio Tagua | 2010-11-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Set IdentityMap disabled by default. | Emilio Tagua | 2010-11-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | We don't need to dup key, since only value is weak. | Emilio Tagua | 2010-11-19 | 1 | -10/+3 | |
| | | | | | | ||||||
| | * | | | | Refactor associations cache removal from IM. (ht: Aaron Patterson) | Emilio Tagua | 2010-11-19 | 1 | -4/+4 | |
| | | | | | | ||||||
| | * | | | | Update number of queries executed instead of avoiding IM. | Emilio Tagua | 2010-11-19 | 1 | -9/+5 | |
| | | | | | | ||||||
| | * | | | | Don't change tests, fix code: if locking is enabled skip IM. | Emilio Tagua | 2010-11-19 | 2 | -14/+1 | |
| | | | | | | ||||||
| | * | | | | Remove associated objects from IM when clearing them from association cache. | Emilio Tagua | 2010-11-19 | 1 | -0/+6 | |
| | | | | | | ||||||
| | * | | | | Test setup method should clean up IM. | Emilio Tagua | 2010-11-19 | 1 | -0/+4 | |
| | | | | | | ||||||
| | * | | | | Query objects if readonly_value is false, skip them only if nil. | Emilio Tagua | 2010-11-19 | 1 | -3/+3 | |
| | | | | | | ||||||
| | * | | | | Added method to IM to remove objects by class and id. Then used it to remove ↵ | Emilio Tagua | 2010-11-19 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | objects when updating counters. | |||||
| | * | | | | Clear IdentityMap before continue this test, we can do this here because ↵ | Emilio Tagua | 2010-11-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | store_full_sti_class is not supposed to change during "runtime". | |||||
| | * | | | | Call super setup in this test. | Emilio Tagua | 2010-11-19 | 1 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | Fix number of queries performed in tests. | Emilio Tagua | 2010-11-19 | 1 | -6/+6 | |
| | | | | | |