aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple sources in Sprockets helpersGuillermo Iguaran2011-06-051-0/+6
* Fix typo in test.Andrés Botero2011-05-281-1/+1
* fixed asset_paths when called from sprockets for relative_url_rootjacott2011-05-281-0/+6
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-242-25/+0
* Move the last pockets of Sprockets stuff into the Sprockets directorywycats2011-05-231-2/+1
* Move javascript/css helpers into the Sprockets helper and just have them over...wycats2011-05-231-12/+12
* Start moving some logic from being embedded in AV into the Rails Sprockets ex...wycats2011-05-231-0/+2
* Eliminate uninitialized instance variable warningwycats2011-05-221-2/+2
* Prepare the context in URLHelperTest so that there are no required uninitiali...wycats2011-05-221-0/+2
* We don't need to load version any more as Sprockets.beta8 is included. Arun Agrawal2011-05-231-7/+0
* Merge branch '3-1-stable'Joshua Peek2011-05-221-2/+9
|\
| * Add debug_asset supportJoshua Peek2011-05-221-2/+9
* | Make sure that we're able to run Action Pack test standalone.Prem Sichanugrist2011-05-221-2/+7
* | Add method fields_for_with_index to FormHelperJorge Bejar2011-05-211-0/+125
|/
* Example Usage updated for actionpack and actionmailer.Arun Agrawal2011-05-191-9/+9
* Refactor fields_for to make the api more clear, and fix usage with non nested...Carlos Antonio da Silva2011-05-141-0/+14
* Add tests for content_for() for read, closes #475.José Valim2011-05-101-4/+12
* Optimize the most common resolver case.José Valim2011-05-091-1/+1
* Merge pull request #420 from burke/masterJosé Valim2011-05-081-0/+9
|\
| * Added a test for MissingTemplate change, and changed to use Array.wrap() asBurke Libbey2011-05-061-0/+9
* | Always expand */*José Valim2011-05-071-1/+1
* | Fixes ticket #6379. Improved the handling of Accept headers containing */*.mathieuravaux2011-05-071-0/+5
* | Merge pull request #343 from asanghi/ampmJosé Valim2011-05-071-0/+55
|\ \
| * | Allow AM/PM in datetime selectorsAditya Sanghi2011-04-291-0/+55
* | | Merge pull request #280 from jballanc/frozen-string-strip-tagsJosé Valim2011-05-071-0/+1
|\ \ \ | |_|/ |/| |
| * | Test for stripping tags from a frozen string.Joshua Ballanco2011-04-141-0/+1
* | | Take leap years into account more seriously when calculating year distance [#...Aditya Sanghi2011-05-061-0/+4
* | | Move prefixes to view paths as they are now a lookup context dependency.José Valim2011-05-041-0/+4
* | | fixed test to assert initialization value.Nick Sutterer2011-05-041-1/+1
* | | added :prefixes accessor to LookupContext.Nick Sutterer2011-05-031-0/+6
* | | fix select_tag to have the same behavior of selectDaniel Lopes2011-05-031-2/+8
* | | removing auto_link and moving it to the rails_autolink gem. :bomb:Aaron Patterson2011-05-021-254/+0
* | | log errors when an exception happens when streaming.José Valim2011-05-011-2/+6
* | | More cleanup and moving responsibilities around.José Valim2011-05-011-5/+5
* | | Remove more dependencies from the view.José Valim2011-05-011-4/+3
* | | Remove dependency from _template.José Valim2011-05-012-7/+5
| |/ |/|
* | Merged pull request #327 from dcrec1/master.José Valim2011-04-281-0/+11
|\ \
| * | added a :prefix option to number_to_human_sizeDiego Carrion2011-04-271-0/+11
* | | Allow a label with the value option to have value-specific translations.Jason Garber2011-04-271-1/+11
|/ /
* | asset helpers should understand scheme-relative URLsChad Krsek2011-04-261-0/+15
* | Revert "asset helpers should understand scheme-relative URLs"Chad Krsek2011-04-251-15/+0
* | asset helpers should understand scheme-relative URLsChad Krsek2011-04-251-0/+15
* | added test for number_to_phone with an empty string and area code trueDiego Carrion2011-04-251-0/+1
* | Replace example hostname with "example.com".Joost Baaij2011-04-211-12/+12
* | Let's use inheritance here, shall we?José Valim2011-04-191-0/+8
* | Switch to asset_path and make it available in the Sprockets::Context (now you...David Heinemeier Hansson2011-04-191-22/+18
* | All assets, including images, audio, and video, now uses the asset pipeline w...David Heinemeier Hansson2011-04-191-0/+19
* | content_for should work with provide.José Valim2011-04-162-6/+17
* | Add more tests, ensure we never yield outside the fiber context and that we s...José Valim2011-04-161-0/+8
* | Basic tests for streaming. Basic tests for provide.José Valim2011-04-162-2/+69