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
/
lib
/
action_view
/
helpers
/
asset_paths.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess.
José Valim
2011-06-21
1
-79
/
+3
|
*
fixed asset_paths when called from sprockets for relative_url_root
jacott
2011-05-28
1
-1
/
+6
|
*
Redundant condition in compute_asset_host is redundant.
Ernie Miller
2011-05-24
1
-3
/
+3
|
*
fixed some ruby 19 warnings, including circular requires and variable name reuse
Josh Kalderimis
2011-05-21
1
-1
/
+0
|
*
No need for a regexp here.
José Valim
2011-05-03
1
-1
/
+0
|
*
moving check fo scheme-relative URI into is_uri?
Chad Krsek
2011-04-26
1
-9
/
+2
|
*
asset helpers should understand scheme-relative URLs
Chad Krsek
2011-04-26
1
-2
/
+9
|
*
Revert "asset helpers should understand scheme-relative URLs"
Chad Krsek
2011-04-25
1
-9
/
+2
|
|
|
|
This reverts commit 057412ce38ead06307a887dca333837a99f84f22.
*
asset helpers should understand scheme-relative URLs
Chad Krsek
2011-04-25
1
-2
/
+9
|
*
Actually add an abstract class, so it is easier to get rid of old asset ↵
José Valim
2011-04-19
1
-0
/
+80
paths in the future.