aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* wrap translate defaults to use translate helper features, closes #1102Sergey Nartimov2012-04-301-0/+1
* Allow access to current object_counter variable from layout when rendering wi...Carlos Antonio da Silva2012-04-291-0/+1
* Allow layout rendering to access current object being rendered when using par...Carlos Antonio da Silva2012-04-291-0/+1
* Make controller namespace partial prefix optionalGrant Hutchins2012-03-283-2/+3
* If partial is rendered in controller, grab format from templatePiotr Sarnacki2012-03-271-0/+1
* Use the new scope syntaxRafael Mendonça França2012-03-231-1/+1
* Merge pull request #5480 from drogus/rendering-issuesJosé Valim2012-03-176-0/+6
* Remove tests and fixtures for Sprockets on ActionPackGuillermo Iguaran2012-03-1312-3/+0
* Adds :layout option to render :partial when a collection is given.Sergio Arbeo2012-03-061-0/+1
* format lookup for partials is derived from the format in which the template i...Santiago Pastorino2012-02-221-0/+1
* Use the right format when a partial is missing.Santiago Pastorino2012-02-201-0/+1
* Remove fixture files with Windows incompatible filenamesAndrew White2012-02-2012-12/+0
* Fix ActionDispatch::Static to serve files with unencoded PCHARAndrew White2012-02-1712-1/+12
* escape static file path to prevent double unescapingSergey Nartimov2012-02-161-0/+1
* Removing old Controller testThiago Pradi2012-02-121-1/+0
* Add testcase for non english filename. Related to #2982.kennyj2012-02-051-0/+1
* Replaced all 'for' loops with Enumerable#eachNathan Broadbent2012-01-301-1/+1
* Add font_path helper methodSantiago Pastorino2012-01-032-0/+0
* test helpers in erb using erblest2011-11-301-0/+3
* Deprecate set_sequence_name in favour of self.sequence_name=Jon Leighton2011-11-291-2/+2
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-1/+1
* fix label with block in erblest2011-11-271-0/+4
* Merge pull request #2219 from kommen/fix_fragment_caching_squashedSantiago Pastorino2011-10-131-0/+1
* added tests for render :file/:template and the :formats/:handlers/:locale opt...Nick Sutterer2011-09-232-0/+2
* Deprecate passing the template handler in the template name.José Valim2011-09-221-1/+1
* it is now possible to pass details options (:formats, :details, :locales, ......Nick Sutterer2011-09-222-0/+2
* * is not allowed in windows file names. Closes #2574 #2847Santiago Pastorino2011-09-041-0/+0
* 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