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
*
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