| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow access to current object_counter variable from layout when rendering wi... | Carlos Antonio da Silva | 2012-04-29 | 1 | -0/+1 |
* | Allow layout rendering to access current object being rendered when using par... | Carlos Antonio da Silva | 2012-04-29 | 1 | -0/+1 |
* | Make controller namespace partial prefix optional | Grant Hutchins | 2012-03-28 | 3 | -2/+3 |
* | If partial is rendered in controller, grab format from template | Piotr Sarnacki | 2012-03-27 | 1 | -0/+1 |
* | Use the new scope syntax | Rafael Mendonça França | 2012-03-23 | 1 | -1/+1 |
* | Merge pull request #5480 from drogus/rendering-issues | José Valim | 2012-03-17 | 6 | -0/+6 |
* | Remove tests and fixtures for Sprockets on ActionPack | Guillermo Iguaran | 2012-03-13 | 12 | -3/+0 |
* | Adds :layout option to render :partial when a collection is given. | Sergio Arbeo | 2012-03-06 | 1 | -0/+1 |
* | format lookup for partials is derived from the format in which the template i... | Santiago Pastorino | 2012-02-22 | 1 | -0/+1 |
* | Use the right format when a partial is missing. | Santiago Pastorino | 2012-02-20 | 1 | -0/+1 |
* | Remove fixture files with Windows incompatible filenames | Andrew White | 2012-02-20 | 12 | -12/+0 |
* | Fix ActionDispatch::Static to serve files with unencoded PCHAR | Andrew White | 2012-02-17 | 12 | -1/+12 |
* | escape static file path to prevent double unescaping | Sergey Nartimov | 2012-02-16 | 1 | -0/+1 |
* | Removing old Controller test | Thiago Pradi | 2012-02-12 | 1 | -1/+0 |
* | Add testcase for non english filename. Related to #2982. | kennyj | 2012-02-05 | 1 | -0/+1 |
* | Replaced all 'for' loops with Enumerable#each | Nathan Broadbent | 2012-01-30 | 1 | -1/+1 |
* | Add font_path helper method | Santiago Pastorino | 2012-01-03 | 2 | -0/+0 |
* | test helpers in erb using erb | lest | 2011-11-30 | 1 | -0/+3 |
* | Deprecate set_sequence_name in favour of self.sequence_name= | Jon Leighton | 2011-11-29 | 1 | -2/+2 |
* | Deprecate set_table_name in favour of self.table_name= or defining your own m... | Jon Leighton | 2011-11-29 | 1 | -1/+1 |
* | fix label with block in erb | lest | 2011-11-27 | 1 | -0/+4 |
* | Merge pull request #2219 from kommen/fix_fragment_caching_squashed | Santiago Pastorino | 2011-10-13 | 1 | -0/+1 |
* | added tests for render :file/:template and the :formats/:handlers/:locale opt... | Nick Sutterer | 2011-09-23 | 2 | -0/+2 |
* | Deprecate passing the template handler in the template name. | José Valim | 2011-09-22 | 1 | -1/+1 |
* | it is now possible to pass details options (:formats, :details, :locales, ...... | Nick Sutterer | 2011-09-22 | 2 | -0/+2 |
* | * is not allowed in windows file names. Closes #2574 #2847 | Santiago Pastorino | 2011-09-04 | 1 | -0/+0 |
* | Properly escape glob characters. | Aaron Patterson | 2011-08-16 | 1 | -0/+1 |
* | Added view template invalid name check, along with tests. No merges in commit. | huskins | 2011-07-13 | 1 | -0/+1 |
* | Add tests for alternate asset prefix/environment | Sam Pohlenz | 2011-07-01 | 1 | -0/+1 |
* | Make sure respond_with with :js tries to render a template in all cases | José Valim | 2011-06-30 | 1 | -0/+1 |
* | Allow multiple sources in Sprockets helpers | Guillermo Iguaran | 2011-06-05 | 2 | -0/+0 |
* | removed deprecated methods, and related tests, from ActionPack | Josh Kalderimis | 2011-05-24 | 1 | -3/+0 |
* | Add debug_asset support | Joshua Peek | 2011-05-22 | 2 | -0/+2 |
* | All assets, including images, audio, and video, now uses the asset pipeline w... | David Heinemeier Hansson | 2011-04-19 | 1 | -0/+0 |
* | content_for should work with provide. | José Valim | 2011-04-16 | 4 | -0/+13 |
* | removes the RJS template handler | Xavier Noria | 2011-04-13 | 7 | -12/+0 |
* | removes support for render :update | Xavier Noria | 2011-04-13 | 5 | -11/+0 |
* | Merge branch 'master' into sprockets | Joshua Peek | 2011-04-12 | 2 | -0/+2 |
|\ |
|
| * | pass respond_with options to controller render when using a template for api ... | Josh Kalderimis | 2011-03-31 | 1 | -0/+1 |
| * | only try to display an api template in responders if the request is a get or ... | Josh Kalderimis | 2011-03-31 | 1 | -0/+1 |
* | | Merge branch 'master' into sprockets | Joshua Peek | 2011-03-30 | 2 | -0/+2 |
|\| |
|
| * | Add a failing test case for an implicit action with a before filter. | Manfred Stienstra | 2011-03-23 | 2 | -0/+2 |
* | | Seperate asset directories | Joshua Peek | 2011-03-29 | 6 | -0/+0 |
* | | Tests for SprocketsHelper | Joshua Peek | 2011-03-29 | 6 | -0/+0 |
|/ |
|
* | [action_view] added custom patterns to template resolver | Chris Kowalik | 2011-03-20 | 3 | -0/+3 |
* | Add a test for 'render :layout' | Anton Astashov | 2011-02-03 | 1 | -0/+4 |
* | Recreate symlink in layouts for tests | Piotr Sarnacki | 2010-12-31 | 1 | -0/+1 |
* | ActionController::Base.helpers.sanitize ignores case in protocol | Timothy N. Tsvetkov | 2010-12-30 | 1 | -1/+0 |
* | Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0 | Sven Fuchs | 2010-12-04 | 5 | -2/+3 |
* | add the fixture file | Neeraj Singh | 2010-11-22 | 1 | -0/+1 |