aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not include action_view/layoutsŁukasz Strzałkowski2013-08-251-1/+0
| | | | We don't need them. They'll be loaded automaticly if AV will be included
* Add #rendered_format method to controllersŁukasz Strzałkowski2013-08-253-4/+13
|
* Add --skip-action-view to app generatorŁukasz Strzałkowski2013-08-254-2/+11
|
* Include AV railtie when we're not loading full rails stackŁukasz Strzałkowski2013-08-251-0/+1
|
* Missing AV requires in railties testsŁukasz Strzałkowski2013-08-252-0/+2
|
* Include AV railtie in railties isolation testsŁukasz Strzałkowski2013-08-251-0/+1
|
* Add missing requires inside AVŁukasz Strzałkowski2013-08-254-1/+8
|
* Add AV as development dependency for railtiesŁukasz Strzałkowski2013-08-252-0/+3
| | | | It's needed for tests
* Remove hard require to ActionView from ActionMailerŁukasz Strzałkowski2013-08-253-2/+1
|
* Do not load AV inside APŁukasz Strzałkowski2013-08-254-9/+2
| | | | Move that part to AV railtie
* Require log_subscriberŁukasz Strzałkowski2013-08-251-0/+2
|
* Remove dependency on AVŁukasz Strzałkowski2013-08-252-4/+4
|
* Add missing requireŁukasz Strzałkowski2013-08-251-0/+2
|
* Revert "Move setting content_type to AV"Łukasz Strzałkowski2013-08-253-3/+2
| | | | This reverts commit f4d602aff6cec80304b131ecfcc2676d0304f0cc.
* Change documentation of metal anonymous classŁukasz Strzałkowski2013-08-251-5/+10
| | | | | | Make it clearer [ci skip]
* Move setting content_type to AVŁukasz Strzałkowski2013-08-253-2/+3
|
* Use concat to avoid allocating additional arrayŁukasz Strzałkowski2013-08-251-1/+1
|
* Pass args to render's super methodŁukasz Strzałkowski2013-08-251-1/+2
|
* Improve AV::Rendering docsŁukasz Strzałkowski2013-08-252-2/+11
|
* Fix railtie testsŁukasz Strzałkowski2013-08-251-0/+2
|
* Include AV::Layouts before setting view_pathsŁukasz Strzałkowski2013-08-251-2/+2
|
* Load AV::Layout to AM::Base in railtiesŁukasz Strzałkowski2013-08-255-2/+16
|
* Do not silance mail gem warnings.Łukasz Strzałkowski2013-08-251-5/+1
| | | | I doesn't have any at the moment
* Don not require AC::CachingŁukasz Strzałkowski2013-08-251-1/+0
|
* Remove RenderERBUtils from AP (only AV use it)Łukasz Strzałkowski2013-08-251-22/+0
|
* Remove AV::TestCase from APŁukasz Strzałkowski2013-08-251-8/+0
|
* Remove ApplicationController & RoutingTestHelpersŁukasz Strzałkowski2013-08-251-9/+0
|
* Remove unused ActionDispatch::RoutingVerbsŁukasz Strzałkowski2013-08-251-15/+1
|
* Remove unused in AV fixture-controllersŁukasz Strzałkowski2013-08-251-29/+0
|
* Indent protected methodsŁukasz Strzałkowski2013-08-251-18/+18
| | | | [ci skip]
* Remove view_assigns from AVŁukasz Strzałkowski2013-08-251-7/+0
| | | | It wasn't adding anything, just invoking super
* Load AV::Layouts dynamicly via railtiesŁukasz Strzałkowski2013-08-255-4/+5
|
* Code formatting & typo fixesŁukasz Strzałkowski2013-08-253-37/+37
|
* Move anonymous class to the top, add documentationŁukasz Strzałkowski2013-08-251-4/+9
|
* Remove abstract_controller load hooksŁukasz Strzałkowski2013-08-252-6/+0
|
* Move protected_instance_variables & view_assigns to AbstractControllerŁukasz Strzałkowski2013-08-252-16/+24
|
* Include AbsC::Rendering interface in ActionMailerŁukasz Strzałkowski2013-08-251-0/+3
|
* No need for .rb extensionŁukasz Strzałkowski2013-08-251-1/+1
|
* Remove 'api plugin' from docsŁukasz Strzałkowski2013-08-251-3/+0
| | | | AbstractController::Rendering is module which defines thie api
* Create AbstractController::Rendering interfaceŁukasz Strzałkowski2013-08-2511-20/+69
| | | | This interface should be use when implementing renderers.
* Revert "Rename abstract_controller/rendering. to errors.rb"Łukasz Strzałkowski2013-08-252-1/+1
| | | | This reverts commit 6fe91ec5008838338e54ab8570f7c95ee0cdd8e8.
* Rename abstract_controller/rendering. to errors.rbŁukasz Strzałkowski2013-08-252-1/+1
| | | | Since all rendering stuff was extracted to AV, the only thing that left was single class with error so file name wasn't relevant anymore
* Fix AP test suite after moving stuff to AVŁukasz Strzałkowski2013-08-257-6/+9
|
* Do not include AV::RenderingŁukasz Strzałkowski2013-08-251-1/+0
| | | | It's already included in Layouts, makes no sense to doubly include it
* Integrate ActionMailer with ActionViewŁukasz Strzałkowski2013-08-252-2/+6
|
* Fix eager_autoload for layoutsŁukasz Strzałkowski2013-08-251-1/+1
| | | | Name was singular, should be plural
* Fix AV tests, I18nProxy was moved to AVŁukasz Strzałkowski2013-08-251-1/+1
|
* Revert "Require only path_set && lookup_context instead of whole base"Łukasz Strzałkowski2013-08-251-2/+1
| | | | This reverts commit 77bb03df2ca3687b290e9fe77d21007642f0329c.
* Hook up AV::Rendering on AV intializationŁukasz Strzałkowski2013-08-253-3/+7
|
* Move layouts to AVŁukasz Strzałkowski2013-08-255-2/+432
|