similar to: Web based GUI components in Rail Project

Displaying 20 results from an estimated 50000 matches similar to: "Web based GUI components in Rail Project"

2013 Oct 16
0
Windows XP client apps crash/hang when starting file-picker
Hello. I have a small and simple local network with a Samba server (v.3.6.6 on Debian Wheezy) and Windows clients, a mix of Windows 2000 and XP (32-bit) and 7 (64-bit). In recent times, possibly since I upgraded the server OS version, but most likely before, the Windows XP clients (but not 2000 or 7) have all experienced problems where if any application tries to open a file-picker (for
2007 Nov 07
6
Rich (or any) GUI Components for Rails
HI, I Find rails great but theres lack of rich components, i mean any components except standard html controls.. I cant build everytime my table with all features, we are crud right ? So any component repository planned ? Maybe rails isnt good solution for my requirements ? I heard that components facility is now depreciated in rails... why ? So far im programming asp.net and im using
2010 May 26
2
new project using Speex, questions re: license display
Hello - We've just released a new app for Android phones that uses the Speex codec - it's called RedPhone. Our website is at www.whispersys.com. I wanted to let you know that we were using the codec, say thanks for making this valuable resource available, and check to make sure we were handling the display of the licensing in a way that the developers were happy with. Right now the
2011 Apr 11
0
joining data based upon a moving time window?
I have weather data that was recorded every hour, and location data (X,Y) that was recorded every 4 hours. I want to know what the temperature was at location X,Y. The weather data isn't exactly at the same time. So, I have written this loop for every location to scan through the weather data looking for the "closest" in Date/TIME and extracting the data from that time.
2006 Oct 25
5
VoiceOne 0.4.0 released: a new web-based and open source GUI
Hi all! We've released VoiceOne 0.4.0, a web-based and open source solution which allows to fully manage an Asterisk service hosted on a LAMP server. We focused on an charming and overall user-friendly interface. Thanks to the authentication based on roles, once configured by a super user, the PBX may be easily maintained even by an Asterisk unskilled users. From a technical point of
2007 Nov 29
2
rails color picker?
Hello, Is there a color picker somewhere that is integrated with rails? Specifically a I''m hoping for a full 24-bit picker with sliders, etc, that can interact with rails objects, such as updating a form that rails has setup, or just injecting it''s chosen value into an input value that rails has set up to put back into an object after submission. Thanks, Avram
2011 Jul 22
2
Extracting components from a 'boot' class output in R
Dear R user, I used the following to do a bootstrap. >bootObj<-boot(data=DAT, statistic=Lp.est, R=1000,x0=3) I have the following output from the above bootstrap. How can I extract  components of the output. For example, how can I extract the std.error? > bootObj   ORDINARY NONPARAMETRIC BOOTSTRAP   Call: boot(data = DAT, statistic = Lp.est, R = 1000, x0 = 3)   Bootstrap Statistics
2006 Mar 10
14
Oracle Date type errors rails on edit
I have a table with "expires_on" a DATE field. "Show" and "Destroy" work, but "Edit" errors: /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/helpers/date_helper.rb:150:in `select_hour'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/helpers/date_helper.rb:149:in `select_hour'' It only happens when
2005 Jul 20
2
WinXP GUI problem (PR#8018)
Full_Name: Sampo Etelavuori Version: 2.1.1 OS: Windows XP Submission from: (NULL) (130.188.8.10) After exporting for example jpeg files using the GUI the GUI gives me a default option of saving even ordinary scripts in jpeg-format and doesn't let me change the format at least easily. I have also some strange stability issues on my laptop but I have no idea what's behind them.
2012 Apr 17
6
ActiveRecord with different Date/Time format
I have an application where user sets his/her preferred date/time format. User is expected to enter datetime in his preferred format across the application. Now the problem is for few formats the datetime is parsed wrongly while create/update ActiveRecord. For example user has set date/time format in hh:mm dd/MM/yyyy. Now if user enters 17:00 04/05/2012 it parses it as 5 PM 5 Apr, 2012 where it
2012 May 10
1
getting started with jQuery rails 3.2
Hi all, I''m trying to work out how to get started using some jQuery in my rails app. rails -v = 3.2.2 ruby -v = 1.9.3-p194 I''m only sporadically a web-developer, and still quite inexperienced with jQuery especially, so I may be making an obvious mistake. Essentially, I''ve done very little after creating a new app, I''ve learnt that jQuery is included by
2004 Oct 06
0
2x2 test: total confusion.
I wan't a test for the 'association' between two events, lets say the color of balls picked and the pickers (this is quite a good analogy to my data). I have 200 different pickers P I have 1,000 colors of balls C I have 1,000,000 picks in total I am totally confused about what test to apply and when and why. This is what I *think* I know how many balls each picker
2009 Mar 31
1
Web based project management recomendations
I was wondering if anyone can recommend an advanced to enterprise class project management package (web based) that runs with a pretty "vanilla" centos install. I would prefer to stick within the realm of php/mysql (as I am not too familiar with the java servers), but would venture there if the reasons were there to do so. The approach is not software dev management, but rather
2006 May 18
1
Date picker calendar using rails and ajax
All, does any one has a date picker sample code using rails and ajax that I can use as a starting point for mine? Thanks Patrick
2009 Jun 15
1
calendardateselect problem
I am using http://code.google.com/p/calendardateselect/ for my date time picker. I am using dd.mm.yyyy format (:finnish) and i am using ActiveSupport::CoreExtensions::Date::Conversions::DATE_FORMATS.merge! (:default => "%d.%m.%Y") ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS.merge! (:default => "%d.%m.%Y %H:%M") in my enviroment. Everything is working
2006 Apr 28
5
Newbie: using date-picker
Finally found a nice date chooser script (http://projects.exactlyoneturtle.com/date_picker), but am a little confused how to implement it. So I put this where I need the date picker: <a id="_name_link" href="#" onclick="DatePicker.toggleDatePicker(''name'')" class="demo_link">[ choose date ]</a> <div
2004 Oct 21
3
GUI for rsync
Hello, I am looking for an open source Win/Mac GUI for rsync that will allow ordinary people to back up selected files/directories to a specially prepared for the purpose internet server. Has anyone practical experience with this and some recommendations? Thank you in advance, Iavor -- www.verysmall.org
2006 Dec 27
0
HABTM Checkboxes - Adding/Updating Users to a Project
Hello all, I''m trying to create a HABTM checkbox action that adds/updates ''users'' to a ''project''. I have the following laid out. --------------------- TABLES --------------------- create_table "assignments", :id => false, :force => true do |t| t.column "project_id", :integer, :default => 0, :null => false
2010 Dec 16
2
moving average with gaps in time series
I have a time series with interval of 2.5 minutes, or 24 observations per hour. I am trying to find a 1 hr moving average, looking backward, so that moving average at n = mean(n-23 : n) The time series has about 1.5 million rows, with occasional gaps due to poor data quality. I only want to take a 1 hour moving average for those periods that are complete, i.e. have 24 observations in the
2006 Jun 15
8
rails saves it to the database and I don''t want to
Hello: I am developing a web application to book machines for an event. so I have an event model class Event < ActiveRecord::Base has_many :datetimes ... end and a datetime model class Datetime < ActiveRecord::Base belongs_to :event ... end I have developed a view with the event information and information for the datetimes. and in the event_controller when I capture a datetime I