aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/sprockets_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix test to Ruby 1.8Rafael Mendonça França2013-03-211-1/+1
* Fixed assets loading performance in 3.2.13Fred Wu2013-03-201-0/+9
* Merge pull request #8756 from causes/js_include_tag_fixGuillermo Iguaran2013-01-101-0/+7
|\
| * Fix javascript_include_tag when no js runtime is availableNoah Silas2013-01-071-0/+7
* | Fixes issue where duplicate assets can be required with sprockets.jejacks0n2013-01-101-0/+5
|/
* Update mocha version to 0.13.0 and change requiresCarlos Antonio da Silva2012-11-131-1/+1
* Revert "Revert "Respect `config.digest = false` for `asset_path`""Rafael Mendonça França2012-09-201-0/+8
* Revert "Respect `config.digest = false` for `asset_path`"Rafael Mendonça França2012-09-201-8/+0
* Respect `config.digest = false` for `asset_path`Peter Wagenet2012-09-171-0/+8
* Fix asset tags for files with more than one dotPiotr Sarnacki2012-06-071-0/+6
* Assets: don't add extension if other given and file existsSergey Nartimov2012-05-211-0/+3
* Make sure that javascript_include_tag/stylesheet_link_tag methods inJorge Bejar2012-05-031-0/+6
* Pass extensions to javascript_path and stylesheet_path helpers. Closes #3417Santiago Pastorino2012-01-031-0/+6
* Add font_path helper methodSantiago Pastorino2012-01-031-0/+20
* Handle correctly optional parameters for callable asset_host.Marc-Andre Lafortune2011-11-291-0/+8
* javascript_include_tag should add '.js' to sources that contain '.'lest2011-11-221-0/+3
* stylesheet_link_tag('/stylesheets/application') and similar helpers doesn't t...Santiago Pastorino2011-10-051-0/+5
* Fix the lame config.action_controller.present? check scattered throughout ass...José Valim2011-10-051-6/+9
* Ensure default_asset_host_protocol is respected, closes #2980.José Valim2011-10-051-2/+4
* javascript_path and stylesheet_path should honor the asset pipeliningSantiago Pastorino2011-09-281-2/+18
* Correctly override image_path in sprockets rails_helperChristos Zisopoulos2011-09-261-0/+8
* Just assert_equal hereSantiago Pastorino2011-09-261-1/+1
* Merge pull request #3135 from christos/respect_assets_digest_valueSantiago Pastorino2011-09-261-0/+8
|\
| * Give precedence to `config.digest = false` over manifest.yml asset digestsChristos Zisopoulos2011-09-261-0/+8
* | image_tag should use /assets if asset pipelining is turned on. Closes #3126Santiago Pastorino2011-09-261-0/+4
|/
* Fixes #1489 again, with updated code and numerous tests to confirmdocunext2011-09-221-0/+10
* Allow asset tag helper methods to accept :digest => false option in order to ...Santiago Pastorino2011-09-141-16/+28
* Set relative url root in assets when controller isn't available for Sprockets...Guillermo Iguaran2011-09-131-0/+7
* Backport f443f9cb0c64 to masterGuillermo Iguaran2011-08-311-2/+4
* Merge pull request #2644 from guilleiguaran/allow-assets-debuggingSantiago Pastorino2011-08-241-0/+2
|\
| * Add config.allow_debugging option to determine if the debug_assets query para...Guillermo Iguaran2011-08-241-0/+2
* | Debug assets shouldn't ignore media type for stylesheets. Closes #2625Guillermo Iguaran2011-08-231-0/+3
|/
* Allow to debug assets by config.assets.debugAndrey A.I. Sitnik2011-08-221-14/+6
* Debug assets by default in development and test environmentsGuillermo Iguaran2011-08-181-6/+22
* generate environment dependent asset digestsIlya Grigorik2011-08-041-0/+13
* Instead of removing the instance variable just set it to nil, resolves the wa...Brian Cardarella2011-07-291-2/+2
* use sprocket's append_path and assert_matchDamien Mathieu2011-07-261-26/+26
* no need for an anonymous class on every setup callAaron Patterson2011-07-251-10/+9
* just use normal ruby for stubbingAaron Patterson2011-07-231-5/+3
* Simple fix to the NoMethodError noted in #2177.Ben Woosley2011-07-231-1/+0
* Add tests for alternate asset prefix/environmentSam Pohlenz2011-07-011-0/+12
* Added a configuration setting:Chris Eppstein2011-06-271-1/+18
* Add asset_url helper and refactor the asset paths so that asset hosts can be ...Chris Eppstein2011-06-271-4/+50
* 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
* 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
* We don't need to load version any more as Sprockets.beta8 is included. Arun Agrawal2011-05-231-7/+0