aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Fixed that an ArgumentError is thrown when request.session_options[:id] is re...Michael Lovitt2010-06-271-0/+10
* Make sure a namespaced <%= render form %> still renders the _form partial [#4...Jan De Poorter2010-06-201-0/+1
* render(:inline) in a layout before yield replaces original contentNeeraj Singh2010-06-131-0/+2
* fix translation test in actionpack [#4701 state:commited]Santiago Pastorino2010-05-291-1/+1
* translate method doesn't support arrays anymore and is optimized to be used w...Santiago Pastorino2010-05-243-2/+1
* Revert "translation method for arrays on TranslationHelper module returns an ...Santiago Pastorino2010-05-242-2/+2
* translation method for arrays on TranslationHelper module returns an array wh...Santiago Pastorino2010-05-242-2/+2
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-174-5/+4
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-164-4/+5
* Significantly improved internal encoding heuristics and support.wycats2010-05-164-5/+4
* Check blocks are not incorrectly detected when compiling erubis templates [#4...Simon Jefford2010-05-161-0/+1
* partial counters with :as [#2804 state:resolved]Jeff Kreeftmeijer2010-05-151-0/+1
* Changed translate helper so that it doesn’t mark every translation as safe ...Craig Davey2010-04-131-1/+1
* Expect an incompatible encoding exception when a template with a magic commen...Jeremy Kemper2010-04-085-2/+10
* Expect an incompatible encoding exception when a template doesn't have a magi...Jeremy Kemper2010-04-082-2/+2
* Fixed that default locale templates should be used if the current locale temp...Carl Lerche2010-04-082-0/+2
* scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:...Santiago Pastorino2010-03-161-0/+1
* translation method of TranslationHelper module returns always SafeBuffer [#41...Santiago Pastorino2010-03-161-0/+1
* Break a window :/Jeremy Kemper2010-03-154-6/+6
* Add deprecation notices for <% %>.Carlhuda2010-03-154-4/+7
* Solved a problem that prevented render :file => work in layoutsJose Fernandez2010-03-051-0/+2
* Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. C...Yehuda Katz2010-02-231-0/+1
* Fix t('.helper').José Valim2010-01-261-0/+1
* Fix failing tests after merge.José Valim2010-01-242-4/+8
* Missing rename from named_scope to scope [#3735 status:resolved]Damien Mathieu2010-01-181-1/+1
* Raise an error if respond_with is invoked and no format is declared.José Valim2010-01-104-3/+0
* When rendering layouts with blocks, use #capture to avoid assuming that the r...Nathan Weizenbaum2009-11-051-1/+1
* Ported the new ActionView::TestCase from 2-3-stable to master [#3260Erik Ostrom2009-09-281-0/+1
* Move Rails::Static into ActionDispatchJoshua Peek2009-09-263-0/+3
* Avoid conflicts with another ContentTypeController used in testingJoshua Peek2009-09-194-0/+0
* Missing fixture template -- fixes AP testsYehuda Katz2009-08-151-0/+1
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-1/+0
* More cleanup of ActionView and reduction in need for blocks in some cases:Yehuda Katz2009-08-153-3/+2
* Tentatively accept the ":as or :object, but not both" solutionYehuda Katz2009-08-111-1/+1
* Rendering a template from ActionView will default to looking for partials onl...Yehuda Katz2009-08-091-0/+1
* Add nagivational behavior to respond_with.José Valim2009-08-074-1/+3
* Added respond_with.José Valim2009-07-291-0/+1
* Added tests for respond_to class method.José Valim2009-07-294-0/+4
* Ignore everything under test/fixtures/public/absolutePratik Naik2009-07-271-1/+1
* Handle missing javascript/stylesheets assets by raising an exceptionChristos Zisopoulos2009-06-264-0/+4
* ignore absolute tmp directoryJoshua Peek2009-06-251-0/+1
* Drive the final stake through @content_for_*'s heart!Yehuda Katz + Carl Lerche2009-06-173-4/+4
* Finish making pending tests passYehuda Katz + Carl Lerche2009-06-171-0/+1
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-1/+1
* Ensure ERB source begins with the encoding commentJeremy Kemper2009-06-012-1/+5
* Ruby 1.9: ERB template encoding using a magic comment at the top of the fileJeremy Kemper2009-05-281-1/+4
* Slightly modify things to get content type matching working without breaking ...Yehuda Katz2009-05-231-0/+0
* Implemented layout conditions in new baseYehuda Katz + Carl Lerche2009-05-211-1/+1
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-272-0/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-1311-0/+12
|\