[Rails] is there any reason not to run rake assets:precompile in development mode when debugging

2019-01-03 Thread fugee ohu
is there any reason not to run rake assets:precompile in development mode when debugging why my image is displayed as a broken glyphicon -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving

Re: [Rails] spree 3.6.4 override images

2019-01-03 Thread Rob Zolkos
Have you tried asking on Stack Overflow? https://stackoverflow.com/ On Thu, Jan 3, 2019 at 8:43 AM fugee ohu wrote: > I haven't been able to get my logo to work in spree 3.6.4 it displays as a > resource unavailable broken glyphicon even though the path to image file is >

Re: [Rails] spree 3.6.4 override images

2019-01-03 Thread fugee ohu
On Thursday, January 3, 2019 at 9:31:11 AM UTC-5, Rob Zolkos wrote: > > Have you tried asking on Stack Overflow? https://stackoverflow.com/ > > On Thu, Jan 3, 2019 at 8:43 AM fugee ohu > > wrote: > >> I haven't been able to get my logo to work in spree 3.6.4 it displays as >> a resource

[Rails] spree 3.6.4 override images

2019-01-03 Thread fugee ohu
I haven't been able to get my logo to work in spree 3.6.4 it displays as a resource unavailable broken glyphicon even though the path to image file is vendor/assets/spree/frontend/logo/spree_50.png When I ask in spree my post gets filtered out by the moderator who asks me to post my question a

[Rails] image displays as broken glyphicon although path is ok (rails 5.2.2)

2019-01-03 Thread fugee ohu
my png image displays as a broken glyphicon although it's where it should be and inspect shows the right path is there anything new in rails 5.2.2 that could be the cause -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe

[Rails] Reasons to NOT have a test coverage badge

2019-01-03 Thread Jason Hsu
I'm already familiar with the reasons to have a test coverage badge in each Rails project. While I'm sure that the test coverage measurements have limitations, I believe that it's better to have a test coverage than to not have one. However, I've learned that an open source project that I'm

Re: [Rails] Alternative to Heroku

2019-01-03 Thread David Merrick
Hi how do I find out about pricing if I go with this option? Initially only deploring one website. Cheers Dave On Sun, Dec 2, 2018 at 1:23 AM Hasan Diwan wrote: > Easier than using Ec2 is to use Elastic Beanstalk. There is a rails > tutorial at >