similar to: Integrate jquery Grantt with my app in rails

Displaying 20 results from an estimated 400 matches similar to: "Integrate jquery Grantt with my app in rails"

2006 Apr 28
1
two box share one real time configuration database.
hi, alll,,, there two asterisk box share one realtime database... and all the client is IAX2.. and registery dynamic... there have some question need to confirm.. 1, when i run iax2 show peers,,,there no show the peers that registed with real time... the same as run iax2 show users..there not show any real time users.. 2, if user1 have registed with box1,, how user2 on box1 and user3 on box2
2004 Jul 27
6
Successfully Using $135 Avaya sip phone
I think I am the first to use the $135 Avaya 4602 SIP phone, but I need some support from the community to fix one problem I have with it. The phone stops working after about 20-30mins if I have mailbox=context in Asterisk; when I do have mailbox=contect in asterisk the sip debug returns "481 extension does not exist." Anyone willing to help me figure out why? I.E. Is it an Asterisk
2008 Jan 29
5
Authoritative Documentation
I''ve been using backgroundrb for... about an hour now. I must say, I''m impressed. But I''m a bit stumped on where to find the "official" documentation. There''s an API online at backgroundrb.rubyforge.org, but I don''t see the methods available for MiddleMan, etc. Right now, I''m trying to figure out how to get a list of all
2003 Dec 18
2
IAX quesitons please.
Hello,everyone, I encoutered some difficult with IAX when I run the asterisk. <---->internet <--> asterisk + NAT <--> DIAX my * box and NAT are at the same linux box which connecting to the internet using ADSL. The box has two network cards and two IP address,such as public IP:211.11.11.11 private IP:192.168.1.10 the windows box running DIAX lies behind the
2004 Jun 27
1
Confused with CallerID when using the iax chanenls
Hi, I have two * box. One is box1 and the other is box2. And I have two iax clients A and B. A is registed with box1 and B is registed with box2. If I make a call from A to B using the following method: IAX/[<user>[:<secret>]@]<peer>[:<portno>][/<exten>[@<context>][/<options>]] The CalledID that B got is <user> but not A's CallerID. I
2011 May 04
0
using jquery datepicker within a jquery dialog
so I have datepicker working just fine in a normal window but I cannot for the life of me get it to work within a dialog. I have some javascript that opens a dialog in my application.js file as well as the datepicker js is as follows: $(function() { $("#version_release_date").datepicker({dateFormat: ''yy-mm-dd''}); }); $(document).ready(function() {
2011 Jul 07
2
Rails 3.1 + jQuery + jQuery UI = data is null
Trying to get jQuery UI to work with my rails 3.1 setup, but i keep getting errors that i cant see posted anywhere, this is driving my insane so please have a look => [application.js] // This is a manifest file that''ll be compiled into including all the files listed below. // Add new JavaScript/Coffee code in separate files in this directory and they''ll automatically // be
2011 Dec 19
2
Jquery Modal Dialog with Jquery DatePicker field strange behavior
Hi people. I need your help here, please. I have a rails 3.0.9 app, and I''m using Ajax to save some records to the database. To achieve this, I use a jquery modal form, but one of the fields is a datepicker, and if I click on it to display the calendar it doesn''t work. The thing is, I press submit without fill all the fields, so, my custom validations were shown, telling me
2007 Apr 27
2
Jarque-Bera and rnorm()
Folks, I'm a bit puzzled by the fact that if I generate 100,000 standard normal variates using rnorm() and perform the Jarque-Bera on the resulting vector, I get p-values that vary drastically from run to run. Is this expected? Surely the p-val should be close to 1 for each test? Are 100,000 variates sufficient for this test? Or is it that rnorm() is not a robust random number generator?
2017 Feb 07
2
Samba authentication logs
Hi all, I am running a Samba 4.2.14 Active Directory server on Debian and it is working fine. I have Windows workstations, Linux servers and some web services authenticate against the Samba AD. The only thing that I am missing is a proper logging for the authentication events on this system. Especially in case of web services, which are using LDAP authentication against Samba, from the logs I can
2007 Nov 15
1
jRails plugin: jQuery on Rails
Hey All, I just built a new plugin that replaces most of the default functionality for Prototype/scriptaculous with jQuery. I still have some work to do completing the rest of the visual effects and writing some plugins for autocomplete and in-place editing but this release is pretty solid. It includes support for basic AJAX calls (form_to_remote, link_to_remote), RJS, observers (observe_form,
2010 Sep 09
0
Rails3: jquery-rails gem sets 'config.action_view.javascript_expansions' but cannot be overriden in 'config/application.rb'
Hello, I''ve created a new Rails3 app and I''m using jQuery instead of prototype. Gemfile: gem ''jquery-rails'' in my config/application.rb I want do the following: config/application.rb if Rails.env.production? config.action_view.javascript_expansions[:defaults] = %w(jquery.min rails application) else
2012 Sep 11
0
JQuery.js problem
Hello, In my view, I am showing password strength. I had added jquery.js in assets/javascripts. It worked. Then in the UI :- :confirm stopped working in button_to. I was wondering why. But today I came to know that in rails 3.0 & above jquery.js is not required. So I deleted it. But something wrong happened. now my password strength seems not to be working. & not redirecting. Any
2011 Nov 03
0
multiple render text in jquery rails
Hi, For one action of user based on condition i want to render different texts. So how do i achieve it through jquery? For example: A simple posting message application: On post button i have a post method which has security checks and other server side checks like : =========================== if message_text.nil? or message_text.empty? or message_text.length > 140
2011 Oct 24
1
JQuery autocomplete example
I was trying to follow along on the github example (https://github.com/crowdint/rails3-jquery-autocomplete) for building an autocomplete and ran into a small set of problems. I''m not using the exact names of models, but I suppose I could. It''s just a dummy set. For me: Model is Package and attribute is Brand. I don''t understand what the reference to class
2011 May 21
0
Jquery UI with rails nested forms
I am very beginner to ruby on rails and web-development. I created my app that similar to Ryan Bates, episode 197 and 198, but with use JQuery UI datepicker. But I dont really know how to do that. I know that the problem is with element ID always same whatever I generated new dynamic partial. For example, when I choose a day, it works fine. but when I add new nested model (or record), only the
2009 Jan 13
1
jQuery & unobstrusive javascript
Anyone know how to unobtrusively turn a normal link <a> into an ajax link using jQuery ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send
2012 Nov 08
0
After order a HTML with JQuery UI Drag and Drop, save ordered table to DB using Rails
Hi guys I''m doing a form with fields like name, email, phone, address, city, state, etc. Each field has a table in db. I will use state field as an example: In db I had table states with columns: position, name and acronym In my View I had a HTML table with name and acronym, ordered by position (when page loads). I can order my table using select box (order by name or acronym) or
2012 Nov 18
0
How mix jquery based ui packages and ruby on rails
I am trying to use jqx ui that is based on jquqery I have following questions 1. How do I generate the right id and name for the element without setting the element name and id in the format model name [attribute] ? Example <%= f.text_field :country_id %> generates sets the element id and name to bank[country_id] 2.how do i set the form element attributes like action ? Do i just use
2011 Mar 25
0
jquery/prototype. element.tagName undefined
Has anyone had this issue with using prototype and jquery doing a page.replace_html ''element'' :partial ''blah'' RJS error: element.tagName undefined -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to