質問編集履歴

3

文章の修正

2017/04/14 02:38

投稿

if_dap
if_dap

スコア7

test CHANGED
File without changes
test CHANGED
@@ -33,19 +33,3 @@
33
33
  cssが読み込まれません。
34
34
 
35
35
  [画像](https://www.fastpic.jp/viewer.php?file=0822439417.png)
36
-
37
- rails consoleでRails.application.config.assets.pathsを確認してみたところ
38
-
39
- ```
40
-
41
- "/Library/Ruby/Gems/2.0.0/gems/select2-rails-4.0.3/vendor/assets/javascripts",
42
-
43
- "/Library/Ruby/Gems/2.0.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets",
44
-
45
- ```
46
-
47
- と表示されていました。
48
-
49
- cssが読み込まれないのは何が問題なのでしょうか?
50
-
51
- また、初歩的な質問なのですが、gemのファイル等が置いてある場所はどこなのでしょうか?

2

リンク

2017/04/14 02:38

投稿

if_dap
if_dap

スコア7

test CHANGED
File without changes
test CHANGED
@@ -32,6 +32,8 @@
32
32
 
33
33
  cssが読み込まれません。
34
34
 
35
+ [画像](https://www.fastpic.jp/viewer.php?file=0822439417.png)
36
+
35
37
  rails consoleでRails.application.config.assets.pathsを確認してみたところ
36
38
 
37
39
  ```

1

リンク修正

2017/03/22 02:46

投稿

if_dap
if_dap

スコア7

test CHANGED
@@ -1 +1 @@
1
- rails manifestファイルのrequireについて
1
+ rails manifestファイルのrequireについて(select2)
test CHANGED
@@ -1,6 +1,8 @@
1
1
  gemのselect2を導入したいと思い、
2
2
 
3
- https://github.com/argerim/select2-railsを参考に
3
+ https://github.com/argerim/select2-rails
4
+
5
+ を参考に
4
6
 
5
7
  Gemfileに
6
8