2011-10-19から1日間の記事一覧

【Rails】画像ファイルの相対パスと絶対パス【画像が見えない(´・ω・`;)】

先日、 クライアント側でJavaScriptを実行する時にちょぴっとハマった現象。サンプルではJQueryを使っていますが、JavaScriptでも全く同じ(´・ω・`;)[route.rb] resources :hoges do get :fuga, :on => :collection end [View(というかhtml)] <html> <head> <title>yukkurisan</title> <script src="/javascripts/jquery-1.6.2.min.js" type="text/javascript"></script></head></html>…