Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move abstract's controller tests to AV | Łukasz Strzałkowski | 2013-08-25 | 21 | -0/+917 |
| | | | | The ones that were actually testing AV functionality and should belong in there | ||||
* | Move actionpack's controller tests | Łukasz Strzałkowski | 2013-08-25 | 4 | -12/+12 |
| | |||||
* | Load HTML in ActionView not ActionPack | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
| | | | | HTML Scanner is part of ActionView and it should be loaded along with it | ||||
* | Move AP's capture tests to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+81 |
| | |||||
* | Move remaining layouts tests to AV | Łukasz Strzałkowski | 2013-08-25 | 17 | -0/+288 |
| | |||||
* | Add AP tests to runner | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+9 |
| | |||||
* | Cleanup & reorganise rake tasks in AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -16/+13 |
| | |||||
* | Split rendering tests between AP & AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -248/+13 |
| | | | | All rendering test remain in AV. Head, ETag etc. test stay in AP | ||||
* | Move render_test to AV | Łukasz Strzałkowski | 2013-08-25 | 92 | -0/+1722 |
| | |||||
* | Fist stab on basic rendering | Łukasz Strzałkowski | 2013-08-25 | 1 | -2/+0 |
| | |||||
* | Add #rendered_format method to controllers | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+4 |
| | |||||
* | Add missing requires inside AV | Łukasz Strzałkowski | 2013-08-25 | 4 | -1/+8 |
| | |||||
* | Do not load AV inside AP | Łukasz Strzałkowski | 2013-08-25 | 2 | -0/+2 |
| | | | | Move that part to AV railtie | ||||
* | Add missing require | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+2 |
| | |||||
* | Revert "Move setting content_type to AV" | Łukasz Strzałkowski | 2013-08-25 | 2 | -3/+1 |
| | | | | This reverts commit f4d602aff6cec80304b131ecfcc2676d0304f0cc. | ||||
* | Move setting content_type to AV | Łukasz Strzałkowski | 2013-08-25 | 2 | -1/+3 |
| | |||||
* | Use concat to avoid allocating additional array | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | Pass args to render's super method | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+2 |
| | |||||
* | Improve AV::Rendering docs | Łukasz Strzałkowski | 2013-08-25 | 1 | -2/+8 |
| | |||||
* | Include AV::Layouts before setting view_paths | Łukasz Strzałkowski | 2013-08-25 | 1 | -2/+2 |
| | |||||
* | Load AV::Layout to AM::Base in railties | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+6 |
| | |||||
* | Don not require AC::Caching | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+0 |
| | |||||
* | Remove ApplicationController & RoutingTestHelpers | Łukasz Strzałkowski | 2013-08-25 | 1 | -9/+0 |
| | |||||
* | Remove unused ActionDispatch::RoutingVerbs | Łukasz Strzałkowski | 2013-08-25 | 1 | -15/+1 |
| | |||||
* | Remove unused in AV fixture-controllers | Łukasz Strzałkowski | 2013-08-25 | 1 | -29/+0 |
| | |||||
* | Remove view_assigns from AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -7/+0 |
| | | | | It wasn't adding anything, just invoking super | ||||
* | Load AV::Layouts dynamicly via railties | Łukasz Strzałkowski | 2013-08-25 | 2 | -1/+3 |
| | |||||
* | Code formatting & typo fixes | Łukasz Strzałkowski | 2013-08-25 | 1 | -35/+35 |
| | |||||
* | Remove abstract_controller load hooks | Łukasz Strzałkowski | 2013-08-25 | 1 | -4/+0 |
| | |||||
* | Move protected_instance_variables & view_assigns to AbstractController | Łukasz Strzałkowski | 2013-08-25 | 1 | -15/+4 |
| | |||||
* | Remove 'api plugin' from docs | Łukasz Strzałkowski | 2013-08-25 | 1 | -3/+0 |
| | | | | AbstractController::Rendering is module which defines thie api | ||||
* | Create AbstractController::Rendering interface | Łukasz Strzałkowski | 2013-08-25 | 1 | -17/+4 |
| | | | | This interface should be use when implementing renderers. | ||||
* | Fix eager_autoload for layouts | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
| | | | | Name was singular, should be plural | ||||
* | Fix AV tests, I18nProxy was moved to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | Revert "Require only path_set && lookup_context instead of whole base" | Łukasz Strzałkowski | 2013-08-25 | 1 | -2/+1 |
| | | | | This reverts commit 77bb03df2ca3687b290e9fe77d21007642f0329c. | ||||
* | Hook up AV::Rendering on AV intialization | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+5 |
| | |||||
* | Move layouts to AV | Łukasz Strzałkowski | 2013-08-25 | 3 | -0/+431 |
| | |||||
* | Move rendering from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 2 | -0/+187 |
| | |||||
* | Require only path_set && lookup_context instead of whole base | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+2 |
| | |||||
* | Move view_paths from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 5 | -0/+273 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-17 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: actionview/README.rdoc activerecord/lib/active_record/migration.rb guides/source/development_dependencies_install.md guides/source/getting_started.md | ||||
| * | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 2 | -1/+3 |
| | | | | | | | | | | | | | | This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9. Seems to be a code merge done by mistake. | ||||
* | | RDoc tweaks | Xavier Noria | 2013-08-07 | 1 | -5/+10 |
| | | |||||
* | | Remove privatizing of Fixnum#/ from assert_distance_of_time_in_words | Alex Tambellini | 2013-08-05 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | MRI reimplemented Date in C so it doesn't hit this division anymore while JRuby still uses the old stdlib implementation of Date so it will always hit this. With this change the actionview date_helper_test.rb tests should pass on JRuby. | ||||
* | | Merge pull request #11743 from gaurish/tmp-magic | Guillermo Iguaran | 2013-08-05 | 1 | -0/+0 |
|\ \ | | | | | | | [Jruby] Make all tests in ActionView::TemplateDigestorTest green | ||||
| * | | Add tmp dir in actionview/test/ | Gaurish Sharma | 2013-08-05 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Missing tmp directory will cause the test to fail on JRuby. will commit adds tmp directory & 22 TemplateDigestorTests which were failing before are now green. Further Discussion on this can be seen at #11743 | ||||
* | | | Removed an unnecessary loop - it kills performance on large texts. | Jan Szumiec | 2013-08-03 | 1 | -4/+6 |
| | | | |||||
* | | | Add "extname" option to javascript_include_tag | Nathan Stitt | 2013-08-03 | 3 | -3/+27 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | ActionView::Helpers.asset_path is where the logic for javascript_include_tag resides. It takes an extname option for specifying the extension or false to not append it. This exposes that option to javascript_include_tag. Without the option files that didn't end with ".js" would get the extension appended to them. This broke JST templates and other file types that should be interpreted as JavaScript but who's file extension isn't ".js" | ||||
* | | Using URI.parser.unescape | Arun Agrawal | 2013-08-03 | 1 | -2/+2 |
| | | | | | | | | | | | | Fixes warning warning: URI.unescape is obsolete | ||||
* | | fix the changelog typo[ci skip] | Rajarshi Das | 2013-08-02 | 1 | -1/+1 |
| | |