index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
template
/
sprockets_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass extensions to javascript_path and stylesheet_path helpers. Closes #3417
Santiago Pastorino
2012-01-03
1
-0
/
+6
*
Add font_path helper method
Santiago Pastorino
2012-01-03
1
-0
/
+20
*
Handle correctly optional parameters for callable asset_host.
Marc-Andre Lafortune
2011-11-29
1
-0
/
+8
*
javascript_include_tag should add '.js' to sources that contain '.'
lest
2011-11-22
1
-0
/
+3
*
stylesheet_link_tag('/stylesheets/application') and similar helpers doesn't t...
Santiago Pastorino
2011-10-05
1
-0
/
+5
*
Fix the lame config.action_controller.present? check scattered throughout ass...
José Valim
2011-10-05
1
-6
/
+9
*
Ensure default_asset_host_protocol is respected, closes #2980.
José Valim
2011-10-05
1
-2
/
+4
*
javascript_path and stylesheet_path should honor the asset pipelining
Santiago Pastorino
2011-09-28
1
-2
/
+18
*
Correctly override image_path in sprockets rails_helper
Christos Zisopoulos
2011-09-26
1
-0
/
+8
*
Just assert_equal here
Santiago Pastorino
2011-09-26
1
-1
/
+1
*
Merge pull request #3135 from christos/respect_assets_digest_value
Santiago Pastorino
2011-09-26
1
-0
/
+8
|
\
|
*
Give precedence to `config.digest = false` over manifest.yml asset digests
Christos Zisopoulos
2011-09-26
1
-0
/
+8
*
|
image_tag should use /assets if asset pipelining is turned on. Closes #3126
Santiago Pastorino
2011-09-26
1
-0
/
+4
|
/
*
Fixes #1489 again, with updated code and numerous tests to confirm
docunext
2011-09-22
1
-0
/
+10
*
Allow asset tag helper methods to accept :digest => false option in order to ...
Santiago Pastorino
2011-09-14
1
-16
/
+28
*
Set relative url root in assets when controller isn't available for Sprockets...
Guillermo Iguaran
2011-09-13
1
-0
/
+7
*
Backport f443f9cb0c64 to master
Guillermo Iguaran
2011-08-31
1
-2
/
+4
*
Merge pull request #2644 from guilleiguaran/allow-assets-debugging
Santiago Pastorino
2011-08-24
1
-0
/
+2
|
\
|
*
Add config.allow_debugging option to determine if the debug_assets query para...
Guillermo Iguaran
2011-08-24
1
-0
/
+2
*
|
Debug assets shouldn't ignore media type for stylesheets. Closes #2625
Guillermo Iguaran
2011-08-23
1
-0
/
+3
|
/
*
Allow to debug assets by config.assets.debug
Andrey A.I. Sitnik
2011-08-22
1
-14
/
+6
*
Debug assets by default in development and test environments
Guillermo Iguaran
2011-08-18
1
-6
/
+22
*
generate environment dependent asset digests
Ilya Grigorik
2011-08-04
1
-0
/
+13
*
Instead of removing the instance variable just set it to nil, resolves the wa...
Brian Cardarella
2011-07-29
1
-2
/
+2
*
use sprocket's append_path and assert_match
Damien Mathieu
2011-07-26
1
-26
/
+26
*
no need for an anonymous class on every setup call
Aaron Patterson
2011-07-25
1
-10
/
+9
*
just use normal ruby for stubbing
Aaron Patterson
2011-07-23
1
-5
/
+3
*
Simple fix to the NoMethodError noted in #2177.
Ben Woosley
2011-07-23
1
-1
/
+0
*
Add tests for alternate asset prefix/environment
Sam Pohlenz
2011-07-01
1
-0
/
+12
*
Added a configuration setting:
Chris Eppstein
2011-06-27
1
-1
/
+18
*
Add asset_url helper and refactor the asset paths so that asset hosts can be ...
Chris Eppstein
2011-06-27
1
-4
/
+50
*
Allow multiple sources in Sprockets helpers
Guillermo Iguaran
2011-06-05
1
-0
/
+6
*
Fix typo in test.
Andrés Botero
2011-05-28
1
-1
/
+1
*
fixed asset_paths when called from sprockets for relative_url_root
jacott
2011-05-28
1
-0
/
+6
*
Move the last pockets of Sprockets stuff into the Sprockets directory
wycats
2011-05-23
1
-2
/
+1
*
Move javascript/css helpers into the Sprockets helper and just have them over...
wycats
2011-05-23
1
-12
/
+12
*
Start moving some logic from being embedded in AV into the Rails Sprockets ex...
wycats
2011-05-23
1
-0
/
+2
*
We don't need to load version any more as Sprockets.beta8 is included.
Arun Agrawal
2011-05-23
1
-7
/
+0
*
Merge branch '3-1-stable'
Joshua Peek
2011-05-22
1
-2
/
+9
|
\
|
*
Add debug_asset support
Joshua Peek
2011-05-22
1
-2
/
+9
*
|
Make sure that we're able to run Action Pack test standalone.
Prem Sichanugrist
2011-05-22
1
-2
/
+7
|
/
*
Replace example hostname with "example.com".
Joost Baaij
2011-04-21
1
-12
/
+12
*
Let's use inheritance here, shall we?
José Valim
2011-04-19
1
-0
/
+8
*
Switch to asset_path and make it available in the Sprockets::Context (now you...
David Heinemeier Hansson
2011-04-19
1
-22
/
+18
*
All assets, including images, audio, and video, now uses the asset pipeline w...
David Heinemeier Hansson
2011-04-19
1
-0
/
+19
*
Seperate asset directories
Joshua Peek
2011-03-29
1
-15
/
+18
*
Tests for SprocketsHelper
Joshua Peek
2011-03-29
1
-0
/
+93