Re: [Rails] Rails and Jquery

2014-10-02 Thread Jason Fleetwood-Boldt
Hans- You definitely have run into a snag with Asset Pipeline. It can be a little tricky if you aren't familiar with it, and you should be sure to rule out caching issues. here's how: 1) If you have compiled assets (you ran rake asset:compile), your Rails app will serve the compiled assets

[Rails] [JOBS] Ruby on Rails and Java Developer required in London

2014-10-02 Thread Michael Buttleman
Ruby on Rails and Java Developer required in London This is a contract vacancy for an initial 12 months offering market rates. We are looking for a strong Java developer with Ruby on rails skills who has experience of web-based technologies. The successful applicant will work within a com

Re: [Rails] Instant messaging/2 way Chat in Rails

2014-10-02 Thread Vivek Sampara
James learn how Faye works ( http://faye.jcoglan.com/ ) , it would be great start to understand the underlying concepts of private_pub. On Thu, Oct 2, 2014 at 7:01 PM, James Jelinek wrote: > I have a Rails 3.2.16 app which tracks calls, vehicles, and patient > information. I'd like to implement

[Rails] Instant messaging/2 way Chat in Rails

2014-10-02 Thread James Jelinek
I have a Rails 3.2.16 app which tracks calls, vehicles, and patient information. I'd like to implement a two-way chat feature similar to instant messaging where employees can chat with each other via instant message or a chatroom. Preferably instant message style communication. I'd also like the

Re: [Rails] Rails and Jquery

2014-10-02 Thread Timothy Mukaibo
Hi Hans, It sounds like the asset pipeline might not be loading jQuery correctly. Have you checked out this gem? https://github.com/joliss/jquery-ui-rails I've found it useful in the past to use jquery-rails and it's friends to load this stuff. Hopefully this resolves your issue. Thanks, Timothy

[Rails] Rails and Jquery

2014-10-02 Thread Hans
I am developing an application in rails 3.2 with gem jquery-rails. I am using development mode, but will change to production soon. Then this error which I get in development mode -- No route matches [GET] "/jquery/ui-bg_flat_75_ff_40x100.png") -- had to be fixed. Jqueru-ui has a rule with