aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template
Commit message (Expand)AuthorAgeFilesLines
...
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* Replace :formats => ["*/*"] with the default formats setYehuda Katz + Carl Lerche2009-09-031-0/+2
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-77/+95
* Fix the */* with Net::HTTP bug [#3100 state:resolved]Yehuda Katz + Carl Lerche2009-09-011-22/+9
* Add a default parameter for Resolver#initializeCarl Lerche2009-08-261-1/+1
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-1/+1
* Caches and cache clearing seems to actually work, but the actual architecture...Yehuda Katz2009-08-151-1/+16
* More cleanup of ActionView and reduction in need for blocks in some cases:Yehuda Katz2009-08-152-5/+0
* Clean up ActionView some:Yehuda Katz2009-08-152-3/+11
* Add some more caching to the lookupYehuda Katz2009-08-111-12/+18
* This change causes some failing tests, but it should be possible to make them...Yehuda Katz2009-08-111-2/+4
* Rendering a template from ActionView will default to looking for partials onl...Yehuda Katz2009-08-091-1/+3
* Cache some more things to improve partial perfYehuda Katz2009-08-091-2/+6
* Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.Yehuda Katz2009-08-091-2/+2
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-1/+1
* Separate ActionView::Context so something else can easily be made into an AV ...Yehuda Katz2009-07-192-5/+5
* Fix pattern to match various magic comment formatsAkira Matsuda2009-07-011-1/+1
* Try speeding up rails bootingYehuda Katz + Carl Lerche2009-06-252-3/+3
* Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...Yehuda Katz + Carl Lerche2009-06-171-2/+1
* Rename path.rb to resolver.rbYehuda Katz + Carl Lerche2009-06-172-1/+1
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-125/+124
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-174-5/+3
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-0/+2
* Ensure ERB source begins with the encoding commentJeremy Kemper2009-06-012-2/+8
* Ruby 1.9: ERB template encoding using a magic comment at the top of the fileJeremy Kemper2009-05-282-8/+14
* Get controller/render_other_test.rb to pass on new base and fixed a bug in ne...Yehuda Katz + Carl Lerche2009-05-221-1/+2
* Get controller/layout_test.rb running on new base except for ActionController...Yehuda Katz + Carl Lerche2009-05-222-1/+5
* Move Safari response-padding fix to Rails2Compatibility. Should be a Rack con...Jeremy Kemper2009-05-211-1/+1
* Added the :rjs render optionYehuda Katz + Carl Lerche2009-05-211-0/+1
* Remove some response content type concepts from ActionViewYehuda Katz + Carl Lerche2009-05-215-7/+23
* Added responds_to to new base.Yehuda Katz + Carl Lerche2009-05-201-1/+6
* Fix ActionMailer Symbol#to_proc instanceYehuda Katz2009-05-161-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Ported ConditionalGet to new BaseYehuda Katz + Carl Lerche2009-05-111-0/+2
* More community code review :)Yehuda Katz2009-05-111-0/+2
* Support implicit and explicit content typesYehuda Katz + Carl Lerche2009-05-011-2/+1
* Fixes ActionMailer to work with the ActionView refactoringYehuda Katz + Carl Lerche2009-04-271-151/+1
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-274-173/+237
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-223-55/+102
* Opt in to DependenciesJeremy Kemper2009-04-221-0/+1
* Make more Template methods public to make ActionMailer tests passCarl Lerche & Yehuda Katz2009-04-161-8/+8
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-143-101/+108
* Move all Templates methods not used by other class into private toCarl Lerche & Yehuda Katz2009-04-141-87/+88
* Resurrecting 1.9 compatibility.Carl Lerche & Yehuda Katz2009-04-131-1/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-132-24/+33
* Working on being able to render :text with layoutsCarl Lerche2009-03-233-1/+17
* AbstractController now supports layouts and renderingYehuda Katz2009-02-271-1/+1
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+2
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-14/+42
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-2210-0/+585