1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
Prem Sichanugrist bcd3b870ce Add *_url helpers to get the full assets URL
Adds `image_url`, `javascript_url`, `stylesheet_url`, `audio_url`,
`video_url`, and `font_url` to assets tag helper. These URL helpers will
return the full path to your assets. This is useful when you are going
to reference this asset from external host.
2012-02-04 17:57:05 -05:00
..
abstract_controller Merge pull request #4866 from bogdan/terminate_after_callbacks 2012-02-04 02:53:47 -08:00
action_controller Clean up a bit default_response handling and cache format negotiation. 2012-02-04 16:00:02 +01:00
action_dispatch Fix GH #4873. Allow swapping middleware of same class 2012-02-04 22:59:13 +09:00
action_pack rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00
action_view Add *_url helpers to get the full assets URL 2012-02-04 17:57:05 -05:00
sprockets run direcly $0 if rake invoked by Windows batch file. 2012-01-29 05:06:14 +09:00
abstract_controller.rb
action_controller.rb remove autoload UrlWriter, no longer exists 2012-01-29 17:00:37 +05:30
action_dispatch.rb Merge pull request #4248 from andrew/2012 2011-12-31 12:48:19 -08:00
action_pack.rb Updated copyright notices for 2012 2011-12-31 20:30:08 +00:00
action_view.rb Merge pull request #4248 from andrew/2012 2011-12-31 12:48:19 -08:00