Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ActiveRecord and ActionPack now use the new descendants implementation. | José Valim | 2010-06-19 | 1 | -11/+2 |
| | |||||
* | Missing method error doesn't specify which controller it is missing from ↵ | Alan Harper | 2010-06-10 | 1 | -1/+1 |
| | | | | | | | | | [#4436 state:resolved] The error page shown when the method you are requesting on a controller doesn't specify which controller the method is missing from Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | class_attribute is not a direct replacement of class_inheritable_*. | José Valim | 2010-06-10 | 1 | -1/+2 |
| | | | | | | If you are setting a hash or an array in class_attribute or you need to freeze it, to ensure people won't modify it in place or you need to dup it on inheritance. | ||||
* | Missed the extraction | David Heinemeier Hansson | 2010-06-03 | 1 | -0/+9 |
| | |||||
* | Changes made while working on upgrading cells to Rails 3 | wycats | 2010-06-03 | 2 | -0/+2 |
| | |||||
* | Minor typo fix in callbacks.rb of abstract_controller | Rohit Arondekar | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | refactor evals and adds some __FILE__ and __LINE__ | Santiago Pastorino | 2010-05-20 | 1 | -3/+3 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Clean up the config object in ActionPack. Create config_accessor which just ↵ | José Valim | 2010-04-22 | 4 | -36/+5 |
| | | | | delegates to the config object, reducing the number of deprecations and add specific tests. | ||||
* | Revert "Avoid deprecation warnings and potential TypeErrors [#4404 ↵ | Carl Lerche | 2010-04-16 | 2 | -3/+3 |
| | | | | | | | state:resolved]" Revert "protected instance variables added to the deprecated config accessor This reverts commit 4bce5ba600596b5e7afec9b097866ac259c5940a and 0ee2d3c89a893f0c53924cbb756c7e9be616eb8f. | ||||
* | Avoid deprecation warnings and potential TypeErrors [#4404 state:resolved] | Nicolas Sanguinetti | 2010-04-15 | 2 | -3/+3 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Fix ActionMailer test broken in 99d54599215c2a8cea7e57f609e8e578043d71b2 | José Valim | 2010-04-12 | 1 | -2/+1 |
| | |||||
* | render_to_string should have the identical signature as render | wycats | 2010-04-04 | 1 | -9/+8 |
| | |||||
* | Well that was a bust | wycats | 2010-03-18 | 1 | -1/+5 |
| | |||||
* | We seem to have removed the URL helpers from ActionView subclasses... | wycats | 2010-03-18 | 2 | -0/+7 |
| | |||||
* | Each controller class has it's own view context subclass. This removes the ↵ | Carlhuda | 2010-03-18 | 2 | -13/+25 |
| | | | | need for ActionView::Base.for_controller | ||||
* | Return a valid Rack response from bare ActionController::Metal | Carlhuda | 2010-03-18 | 1 | -13/+1 |
| | |||||
* | Make render :partial, :layout consistent between AC and AV | Carlhuda | 2010-03-18 | 1 | -6/+0 |
| | |||||
* | All tests pass without memoizing view_context | Carlhuda | 2010-03-18 | 1 | -3/+13 |
| | |||||
* | Remove caching's dependency on view_context. Also, make it so that the ↵ | Carlhuda | 2010-03-18 | 1 | -4/+12 |
| | | | | layout is always rendered the same way (so that layout dependencies on the action actually being rendered aren't masked on the first render) | ||||
* | Make action_has_layout? non-private | Carlhuda | 2010-03-18 | 1 | -4/+4 |
| | |||||
* | Ensure json is loaded before using responders. | José Valim | 2010-03-17 | 1 | -1/+0 |
| | |||||
* | Remove unneeded AV::Base and AV::Template monkey-patches | Carlhuda | 2010-03-17 | 1 | -0/+1 |
| | |||||
* | Eliminate warnings for AM on 1.8 | wycats | 2010-03-16 | 1 | -0/+4 |
| | |||||
* | Finish cleaning up rendering stack from views and move assigns evaluation to ↵ | José Valim | 2010-03-12 | 3 | -8/+35 |
| | | | | controller (so plugins and/or controllers can overwrite just one method). | ||||
* | Allow anything that responds to render to be given as :template and use ↵ | José Valim | 2010-03-12 | 1 | -5/+1 |
| | | | | find_template instead of find in views. | ||||
* | Optimize and clean up how details key get expired. | José Valim | 2010-03-10 | 2 | -1/+30 |
| | |||||
* | Clean up the API required from ActionView::Template. | José Valim | 2010-03-09 | 1 | -1/+1 |
| | |||||
* | Clean LookupContext API. | José Valim | 2010-03-08 | 2 | -3/+6 |
| | |||||
* | Move details to lookup_context and make resolvers use the cache key. | José Valim | 2010-03-08 | 1 | -10/+0 |
| | |||||
* | Move ViewPaths module to its own file. | José Valim | 2010-03-08 | 2 | -70/+70 |
| | |||||
* | Speed up performance in resolvers by adding fallbacks just when required. | José Valim | 2010-03-08 | 1 | -10/+4 |
| | |||||
* | Rename Template::Lookup to LookupContext. | José Valim | 2010-03-08 | 1 | -24/+11 |
| | |||||
* | More refactoring on the views side of rendering. | José Valim | 2010-03-08 | 1 | -7/+2 |
| | |||||
* | Finally moved the find template logic to the views. | José Valim | 2010-03-08 | 2 | -137/+102 |
| | |||||
* | More refactoring. Split _normalize_args and _normalize_options concerns. | José Valim | 2010-03-08 | 2 | -6/+14 |
| | |||||
* | More cleanup on the layouts side. | José Valim | 2010-03-08 | 1 | -53/+28 |
| | |||||
* | Move layout lookup to views. | José Valim | 2010-03-08 | 4 | -46/+11 |
| | |||||
* | Added template lookup responsible to hold all information used in template ↵ | José Valim | 2010-03-07 | 4 | -98/+31 |
| | | | | lookup. | ||||
* | Add a method for configuring abstract controllers | Carl Lerche | 2010-03-04 | 1 | -0/+4 |
| | |||||
* | Modifying configurations on the instance of a controller should not affect ↵ | Carl Lerche | 2010-03-03 | 1 | -1/+1 |
| | | | | the class | ||||
* | Tweak how ActionPack handles InheritableOptions | Carl Lerche | 2010-03-03 | 1 | -0/+2 |
| | |||||
* | Move the original config method onto AbstractController | Carl Lerche | 2010-03-03 | 1 | -0/+8 |
| | |||||
* | Merge _details_defaults and details_for_render | Carlhuda | 2010-03-01 | 2 | -3/+3 |
| | |||||
* | Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 ↵ | José Valim | 2010-02-26 | 5 | -12/+4 |
| | | | | status:resolved] | ||||
* | Add missing require on abstract_controller/collector [#4061 status:resolved] | José Valim | 2010-02-26 | 1 | -0/+2 |
| | |||||
* | Renamed LocalizedCache to DetailsCache. | José Valim | 2010-02-24 | 3 | -52/+55 |
| | |||||
* | Update AP to start locking down a public API. This work is parallel to some ↵ | Yehuda Katz | 2010-02-16 | 2 | -3/+3 |
| | | | | docs I'm working on. | ||||
* | name.blank? -> anonymous? | Xavier Noria | 2010-02-14 | 1 | -1/+2 |
| | | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local> | ||||
* | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 3 | -13/+23 |
| | |||||
* | Fix some backward incompatible behavior on AM. | José Valim | 2010-01-30 | 2 | -1/+29 |
| |