[Rails] Re: Div background image not showing in heroku. However, the logo shows

2016-01-08 Thread Abdulaleem Seyed
Found solution everything is working now. I discovered Cloudfront did not play a role in the error in this matter. When I disabled and enabled it there was no change affect on the problem. How, it worked perfectly once is used the solution below fix the issue. The image was pointing to path.I

[Rails] Subscribe to an ActionCable Channel specific to a particular view

2016-01-08 Thread dane anderson
How would you only subscribe to an ActionCable channel on the client depending on which view you are in lets say you have a products controller and a inventory controller and you wanted to subscribe to the products channel only when you are on the products view and the inventory channel

[Rails] Re: Div background image not showing in heroku. However, the logo shows

2016-01-08 Thread Frederick Cheung
On Friday, January 8, 2016 at 4:15:15 AM UTC, Ruby-Forum.com User wrote: > > I tried changing the image tag, no luck with that. I reviewed other post > here and tried those solutions none work. I also use amazon cloudfront. > > Assuming your image is in app/assets/images, read up on the asset

[Rails] {JOBS} Videobot, an Ireland based company looking for strong Ruby developers

2016-01-08 Thread Bartek Czerwinski
Videobot is a company based in maynooth University, in Ireland, just on the outskirts of Dublin. The company was started just over 2 years ago to change the game for Enterprise Video. The VBOT Enterprise Video Platform allows enterprises, brands and publishers to deploy tailor-made video

[Rails] Re: Div background image not showing in heroku. However, the logo shows

2016-01-08 Thread John Ivanoff
according to your code sample the image would have to be in the same directory of the page. - home dir |- index.html |-zoom1028.jpg On Thursday, January 7, 2016 at 10:15:15 PM UTC-6, Ruby-Forum.com User wrote: > > I tried changing the image tag, no luck with that. I reviewed other post >

[Rails] Re: Contributing in Rails

2016-01-08 Thread Tobias Feistmantl
Hi Aishwarye, Rails is a beast. It's a pretty big project. As a consequence you have to know how it works pretty well. To contribute to Rails i would recommend you to go through some Rails source code tutorials to get familiar with it. The I would highly recommend you to rebuild Rails from

[Rails] Job-Ruby on Rails- Manhattan- Washington Heights Neighborhood

2016-01-08 Thread Jennifer Simpson Black
Looking for a Ruby on Rails Developer- Must have 3 years of professional experience working with Ruby on Rails and creating new code. *Direct hire role No h1 or Third Parties* Startup environment, Latino Owned company, Washington Heights Neighborhood Have a great day! Sincerely, *Jennifer

[Rails] Call a specific method always after all other before action callbacks

2016-01-08 Thread Tobias Feistmantl
Hi everybody! Is it possible to append a method to the before action callbacks but call it always as the last one before the action is called? This is probably a bit badly expressed. It's maybe clearer with an example. I have the default ApplicationController: class ApplicationController

[Rails] Re: Div background image not showing in heroku. However, the logo shows

2016-01-08 Thread John Ivanoff
*posted too soon* If zoom1028.jpg is in the images folder then you need url("/images/zoom1028.jpg"); the leading slash mean root of the site or even for absolute URL url("https://c1.staticflickr.com/3/2807/12125940804_ebdbda0bc9_b.jpg;); On Friday, January 8, 2016 at 9:02:58 AM UTC-6,