[Rails] Request Gem recommendation for barcode generator reader

2013-12-12 Thread Sharath Chander Punthambekar
Hello Friends For our project we need a gem for generating reading bar codes. I request for recommendation of which GEM to use. with best regards Sharath Punthambekar http://www.inuitcloud.com -- You received this message because you are subscribed to the Google Groups Ruby on

[Rails] Re: Barcode Generating With Label On Canvas by using Barby gem

2013-12-12 Thread beverly daddzie
Barcode font tool package is capable of printing 2D and linear barcode fonts to 32 and 64-bit operating systems. OS supported by the font tool include Microsoft Windows, Mac OS X, Pocket PC, Linux, and Unix. See Integrated Operating Systems. http://www.keepautomation.com/guide/barcode_fonts.html

[Rails] Re: progress bar

2013-12-12 Thread Dharmdip Rathod
This should solve all problem ! http://blueimp.github.io/jQuery-File-Upload/ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it,

[Rails] JS response -pls help somebody

2013-12-12 Thread lekha p.
Hi all, Pls help to find a solution : i have a form like following %= form_for @product , :url = products_url(:format = 'js'), :html ={:id=create_product_form ,:multipart = true,:remote=true} do |f| % what i have to do is like when submiting form i have to redirect to new page else want to

[Rails] Re: How can I prevent ENTER from submitting form?

2013-12-12 Thread Ryan Johnson
Thanks for that Adam, helped me a lot. On Saturday, January 10, 2009 1:10:15 AM UTC+10, Adam Massive wrote: Ok ok, stop.. just stop... you're all making it too complicated. [shakes head] Let's go over things... You want a button that submits normally but want to try and stop the enter

[Rails] Installing rails app on apache

2013-12-12 Thread Gift Mfugale
Hello friend! I want to install a rails app on apache webserver, my application uses rails 2.3.5 and i want to know the installation on both platform windows and linux Any help please! thank you in advance. -- You received this message because you are subscribed to the Google Groups Ruby on

[Rails] Re: geokit ruby 2

2013-12-12 Thread Katelyn Joly
Specifying the geokit version fixed this for me: gem geokit, 1.6.5 gem geokit-rails3, 0.1.5 On Wednesday, November 27, 2013 12:04:28 PM UTC-5, der_tom wrote: hi, im getting this: geokit-rails3-0.1.5/lib/geokit-rails3/railtie.rb:21:in `block (2 levels) in class:Railtie': uninitialized

[Rails] Re: form_tag + fields_for Rails 4

2013-12-12 Thread Guilherme Dallanol
Have you tried with form_for instead of form_tag? On Tuesday, December 10, 2013 7:45:15 PM UTC-2, Andre Mello wrote: Hi There, I'm trying to user fields_for inside a form_tag, but i can't catch it on my controller. I just take some html code off to makes it easy to read my

[Rails] Rails flash notice won't go away in Safari?

2013-12-12 Thread joshukraine
I have a Rails 3.2 app that manages students. It has a fairly typical nav bar across the top (Foundation 5) which contains a quick search field. The nav bar is displayed on every page of the site. If you enter a valid (numeric) student ID into the search field, you simply jump to that

[Rails] Connect automatically on wifi

2013-12-12 Thread Andressa Martins
Can I programmatically connect to a hotspot wifi without user intervention? I have the password stored in an app and the clients will not able to see it. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and

[Rails] Re: JS response -pls help somebody

2013-12-12 Thread Frederick Cheung
On Thursday, December 12, 2013 9:26:14 AM UTC, Ruby-Forum.com User wrote: Here my issue i cant redirect_to new_products_path... what may be my mistake ?? redirection is happening in console. but not not in ui. whether is is because ajax call in form, how to redirect ?? It's because

[Rails] Re: Rails flash notice won't go away in Safari?

2013-12-12 Thread Frederick Cheung
On Wednesday, December 11, 2013 10:37:34 AM UTC, joshukraine wrote: *Thus my question: how can I get Safari to clear the flash after the first request?* I'm aware of the whole flash vs. flash.now issue when rendering pages. But even then, the flash will disappear if you simply refresh.

[Rails] Re: Connect automatically on wifi

2013-12-12 Thread Joel Pearson
Since this is in the Rails forum I'll assume you're talking about a website using JavaScript. The short answer is No. JavaScript is sandboxed to avoid giving viruses precisely the kind of control you're asking about. Altering a user's network settings via a website would be a very dangerous

[Rails] Re: Installing rails app on apache

2013-12-12 Thread Frederick Cheung
On Wednesday, December 11, 2013 7:15:42 PM UTC, Gift Mfugale wrote: Hello friend! I want to install a rails app on apache webserver, my application uses rails 2.3.5 and i want to know the installation on both platform windows and linux Any help please! thank you in advance. On linux,

Re: [Rails] Installing rails app on apache

2013-12-12 Thread Norm Scherer
On Linux Passenger is a great way to run your app with apache. Just google phusion passenger and you should find setup info for it. Norm On 12/11/2013 12:15 PM, Gift Mfugale wrote: Hello friend! I want to install a rails app on apache webserver, my application uses rails 2.3.5 and i want to

[Rails] Re: form_tag + fields_for Rails 4

2013-12-12 Thread Frederick Cheung
On Tuesday, December 10, 2013 9:45:15 PM UTC, Andre Mello wrote: def create @campus = Campus.new(campus_params) @campus.church_id = session[:church_id] # i'm just trying this way, because it's not creating automatic (accepts_nested_attributes_for) *

[Rails] Re: Rails flash notice won't go away in Safari?

2013-12-12 Thread joshukraine
Hey Fred, thanks for the reply. I've thought about the caching issue, though I'm not sure how to tell if this is in fact the problem. I'm not specifically caching anything in my app, and I've cleared out the localhost data for Safari. Also, all other flash notices in the app work fine, only

Re: [Rails] Rails flash notice won't go away in Safari?

2013-12-12 Thread Colin Law
On 11 December 2013 10:37, joshukraine joshukra...@gmail.com wrote: ... In Chrome and FireFox this works exactly as expected. The flash appears for one request, then disappears. However, in Safari, once the flash comes up it never goes away for that page I can't see exactly how it might cause

Re: [Rails] Re: progress bar

2013-12-12 Thread tamouse pontiki
must be windex... On Thu, Dec 12, 2013 at 3:10 AM, Dharmdip Rathod li...@ruby-forum.comwrote: This should solve all problem ! http://blueimp.github.io/jQuery-File-Upload/ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google

[Rails] Re: Datamatrix generator

2013-12-12 Thread beverly daddzie
Download a Data Matrix font and install it, and refer to the following steps to generate the barcodes you need. 1.Open Microsoft Visual Studio. 2.Create a Windows Forms application using the installed project template in C#. 3.Copy KeepAutomation.Barcode.Windows.dll to your WinForms project