Sachin Sagar Rai

Results 34 comments of Sachin Sagar Rai

Well, the same code above does work with selenium webdriver when I run the feature. I hope this confirms that the innerHTML is right. When I change the capybara driver...

Alright, here is the repo `http://github.com/millisami/capybara-envjs-experiment` It has two branches. `master` branch has the selenium one which works and another branch named `envjs`, which uses the envjs modified one which...

Sure, I am waiting eagerly coz I don't like the selenium opening firefox everytime. It drgas me.

Hi, did you get any time to look up the problem??

So, does that mean I have to abandon it for a while ?

Well, I'm on Ubuntu Jaunty. My bad, oops, yes on that port the gembox is running and I can simply access it. But I don't remember when did I started...

@bploetz Here is the info: ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin13.0.0] And routes and Gemfile at https://gist.github.com/millisami/8463fc0c10cc6edde276

@bploetz , I think I found the exact problem. If the `as` option is used, it generates the error. Try adding the following route: ``` post '/telematic/:modem_id/gps_positions', to: 'gps_positions#create', as:...

@bploetz Alright, let me update it and see.