0
votes
2answers
652 views

Rails jquery mobile Routing/Rendering Issue

I'm following a tutorial http://fuelyourcoding.com/getting-started-with-jquery-mobile-rails-3/ transforming the views in a straightforward scaffolded Rails 3 application into a jquery mobile front ...
0
votes
1answer
1k views

link_to not formatting button

I use rails and jquery mobile for my site. To create a button styled link, I have to do add specific info, like this: <a href="user/login" data-role="button" data-theme="a">login</a> To ...
1
vote
2answers
512 views

How to use Rhodes without Rhosync or RhoConnect?

I know we can sync data using rhodes without Rhosync or Rhoconnect by using direct web service, but I'm here little bit confuse where to place that code for webservice call and how do we initialize ...
1
vote
2answers
89 views

Requirements for cherry picking a single function out of jQuery Mobile?

I'm interested in incorporating the jQuery Mobile Datetime text input capabilities into a hobby Rails app that I'm building. I do not need any of the other jQuery Mobile features. What is the best ...
0
votes
1answer
200 views

Augmenting a webapp with native capabilities - Bridging PhoneGap's InAppBrowser with Rails web app application javascript

I have written a simplistic chat application using Rails 3 and JQuery Mobile, you can have a look at the prototype here : http://budz.vdsites.com It's usefelness however is pretty limited as a mere ...
0
votes
1answer
209 views

How do I include jQuery Mobile in my Emberjs Rails application

Today I encounter a puzzling issue and after several hours of searching I am not able to find what is the problem. I am trying to include jquery mobile into my rails application. I have tried both ...