aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Properly escape glob characters.Aaron Patterson2011-08-161-0/+1
* Added view template invalid name check, along with tests. No merges in commit.huskins2011-07-131-0/+1
* Add tests for alternate asset prefix/environmentSam Pohlenz2011-07-011-0/+1
* Make sure respond_with with :js tries to render a template in all casesJosé Valim2011-06-301-0/+1
* Allow multiple sources in Sprockets helpersGuillermo Iguaran2011-06-052-0/+0
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-241-3/+0
* Add debug_asset supportJoshua Peek2011-05-222-0/+2
* All assets, including images, audio, and video, now uses the asset pipeline w...David Heinemeier Hansson2011-04-191-0/+0
* content_for should work with provide.José Valim2011-04-164-0/+13
* removes the RJS template handlerXavier Noria2011-04-137-12/+0
* removes support for render :updateXavier Noria2011-04-135-11/+0
* Merge branch 'master' into sprocketsJoshua Peek2011-04-122-0/+2
|\
| * pass respond_with options to controller render when using a template for api ...Josh Kalderimis2011-03-311-0/+1
| * only try to display an api template in responders if the request is a get or ...Josh Kalderimis2011-03-311-0/+1
* | Merge branch 'master' into sprocketsJoshua Peek2011-03-302-0/+2
|\|
| * Add a failing test case for an implicit action with a before filter.Manfred Stienstra2011-03-232-0/+2
* | Seperate asset directoriesJoshua Peek2011-03-296-0/+0
* | Tests for SprocketsHelperJoshua Peek2011-03-296-0/+0
|/
* [action_view] added custom patterns to template resolverChris Kowalik2011-03-203-0/+3
* Add a test for 'render :layout'Anton Astashov2011-02-031-0/+4
* Recreate symlink in layouts for testsPiotr Sarnacki2010-12-311-0/+1
* ActionController::Base.helpers.sanitize ignores case in protocolTimothy N. Tsvetkov2010-12-301-1/+0
* Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0Sven Fuchs2010-12-045-2/+3
* add the fixture fileNeeraj Singh2010-11-221-0/+1
* Tests added for rendering partial with layout, when the partial contains anot...Santiago Pastorino2010-11-133-0/+10
* Fix render partial with layout and no blockCarlos Antonio da Silva2010-11-111-0/+2
* Fix issue with rendering partials and then yielding inside a render layout callCarlos Antonio da Silva2010-11-114-0/+6
* Deprecate old template handler API. Remove old handlers.José Valim2010-10-1015-6/+6
* fix rendering a partial with an array as its :object [#5746 state:resolved]Michael Koziarski2010-10-081-0/+1
* Test correct method behaviour.Emilio Tagua2010-09-291-1/+1
* Use redefine_method since baz is already defined.Emilio Tagua2010-09-281-1/+1
* Remove useless string line causing a warning.Emilio Tagua2010-09-281-1/+0
* Modified ActionDispatch::Static to allow passing multiple rootsPiotr Sarnacki2010-09-034-0/+4
* Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)José Valim2010-08-262-0/+6
* Add clear_helpers as a way to clean up all helpers added to this controller, ...José Valim2010-08-261-0/+5
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-146-15/+15
* layout_for works again with objects as specified in the documentation and Rai...José Valim & Carlos Antonio da Silva2010-08-112-0/+2
* 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