[Rails] Re: CSS Reference Lost in Some Cases

2014-02-20 Thread Farsheed Bamboat
Thanks everyone. I moved the CSS file to app/assets/stylesheets and used the following syntax but it still did not fix the issue. %= stylesheet_link_tag 'ammos_new' % Is this a known/common issue? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are

Re: [Rails] Re: CSS Reference Lost in Some Cases

2014-02-20 Thread Ganesh Ranganathan
On Fri, Feb 21, 2014 at 2:08 AM, Farsheed Bamboat li...@ruby-forum.comwrote: Thanks everyone. I moved the CSS file to app/assets/stylesheets and used the following syntax but it still did not fix the issue. %= stylesheet_link_tag 'ammos_new' % Is this a known/common issue? Is it not

[Rails] Re: CSS Reference Lost in Some Cases

2014-02-20 Thread Frederick Cheung
On Thursday, February 20, 2014 8:38:24 PM UTC, Ruby-Forum.com User wrote: Thanks everyone. I moved the CSS file to app/assets/stylesheets and used the following syntax but it still did not fix the issue. %= stylesheet_link_tag 'ammos_new' % Is this a known/common issue? Have you

[Rails] Re: CSS Reference Lost in Some Cases

2014-02-18 Thread Farsheed Bamboat
Ganesh Ranganathan wrote in post #1137083: On Tue, Feb 18, 2014 at 11:58 PM, Farsheed Bamboat li...@ruby-forum.comwrote: You should use the %= stylesheet_link_tag 'filename' % instead of including the link tag directly. Thanks Ganesh. I just tried that right now but the issue still persists.

Re: [Rails] Re: CSS Reference Lost in Some Cases

2014-02-18 Thread Ganesh Ranganathan
On Wed, Feb 19, 2014 at 12:51 AM, Farsheed Bamboat li...@ruby-forum.comwrote: Thanks Ganesh. I just tried that right now but the issue still persists. Can you share the _form.html.erb code for head section Does it not work on development or Production, or both? -- You received this message