aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused fixtures and models from AP testsŁukasz Strzałkowski2013-08-256-6/+0
* Move view_paths from AP to AVŁukasz Strzałkowski2013-08-252-2/+0
* Show real LoadError on helpers requirePiotr Niełacny2013-07-101-0/+5
* Remove digestor fixtures from APŁukasz Strzałkowski2013-06-2012-25/+0
* Remove unneeded test fixtures in AVPiotr Sarnacki2013-06-20108-281/+0
* Remove unneeded filesPiotr Sarnacki2013-06-201-49/+0
* Allow numbers in partial name for digestingBryan Ricker2013-05-061-1/+2
* Merge pull request #9857 from yyyc514/bad_params_should_400Aaron Patterson2013-04-301-0/+1
|\
| * failure to parse params should trigger a 400 Bad RequestJosh Goebel2013-03-211-0/+1
* | Fix typo in view nameCarlos Antonio da Silva2013-04-031-0/+0
* | Getting rid of a few other vestiges of rails.png.Steve Klabnik2013-04-021-0/+0
|/
* UTF-8 encode all keys and values in nested params hash.Teo Hui Ming2013-03-152-0/+10
* fix respond_to without blocks not working if one of the blocks is allgrosser2013-02-241-0/+1
* partials inside directory work with `assert_template`Yves Senn2013-02-042-0/+2
* Added AR integration tests for form helpersvirusman2013-01-211-0/+1
* Do not generate local vars for partials without object or collectionCarlos Antonio da Silva2013-01-081-0/+1
* Digestor explicit dependency should not contain trailing whitespaceBrian Alexander2012-12-211-1/+5
* Add explicit opt-out for fragment cache digestingDrew Ulmer2012-11-251-0/+3
* Allow for deep directory path for view templates.Andy Shipman2012-10-112-0/+1
* recognizes when a partial was rendered twice. Closes #3675Yves Senn2012-10-111-0/+2
* `assert_template` no more passing with what ever string that matches.Hugo Roque2012-09-291-0/+1
* Merge pull request #7251 from rails/integrate-strong_parametersDavid Heinemeier Hansson2012-09-181-1/+0
|\
| * Remove integration between attr_accessible/protected and AC::Metal::ParamsWra...Guillermo Iguaran2012-09-161-1/+0
* | Rename .rb template handler to .ruby to avoid conflicts with mustache views c...Guillermo Iguaran2012-09-171-0/+0
|/
* warning removed.Arun Agrawal2012-09-121-1/+0
* Add .rb template handlerGuillermo Iguaran2012-09-111-0/+3
* `Digestor` can now parse old style hash syntax for `render`Christos Zisopoulos2012-08-301-0/+1
* `Digestor` ignores most whitespace when parsing `render` invocationsChristos Zisopoulos2012-08-302-0/+4
* Add automatic template digests to all CacheHelper#cache calls (originally spi...David Heinemeier Hansson2012-08-298-0/+14
* Indentation should consider line number character count.Lucas Uyezu2012-08-131-0/+13
* Remove deprecation warning, since scoped waas deprecatedRafael Mendonça França2012-07-291-1/+1
* Remove deprecation warningsCarlos Galdino + Rafael Mendonça França2012-07-212-2/+2
* Common behavior with adding formats to lookup_context for TemplateRenderer an...Dmitry Vorotilin2012-07-187-0/+7
* Remove more tests related to draw external routes filesRafael Mendonça França2012-06-292-2/+0
* Respect absolute paths in compute_source_path.Steve Klabnik2012-06-161-0/+3
* Fix sorting of helpers from different pathsPiotr Sarnacki2012-05-282-0/+10
* Merge pull request #6309 from steveklabnik/fix-2394José Valim2012-05-172-0/+2
|\
| * Created a Raw handler for templates.Steve Klabnik2012-05-172-0/+2
* | add tests and external file backtrace for Routing::Mapper#drawKornelius Kalnbach2012-05-152-0/+2
|/
* Fix assert_template assertion with :layout optionAlexey Vakhov2012-05-041-0/+2
* 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