[Rails] rails form_for + address picker jquery creates odd parameter format for post

2013-12-13 Thread Derek Chadwell
I am using the addresspicker jquery to get a user address. The user address fields and hidden fields for latitude and longitude are in fields_for ":Locations". In order for the jquery callback to fill in my latitude and longitude boxes I have to use the ":name=>" tag on the fields. When I do

Re: [Rails] Ruby Code Challenges

2013-12-13 Thread Dave Aronson
On Fri, Dec 13, 2013 at 7:13 PM, trekr67 wrote: > Can anyone suggest what to use to practice ruby coding challenges? http://rubykoans.com/ http://codekata.pragprog.com/ (not necessarily in Ruby, but you can do that) http://exercism.io/ -- Dave Aronson, the T. Rex of Codosaurus LLC (codosaur.

[Rails] Ruby Code Challenges

2013-12-13 Thread trekr67
Hi, Can anyone suggest what to use to practice ruby coding challenges? Thanks -- 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, send an email to rubyonrails-talk+unsubscr.

Re: [Rails] Re: Datamatrix generator

2013-12-13 Thread angela ebirim
Hi, Can anyone suggest what to use to practice ruby coding challenges? Thanks On 13 December 2013 21:05, tamouse pontiki wrote: > Love all these .net tools in my rails projects. > > > On Fri, Dec 13, 2013 at 1:04 AM, beverly daddzie wrote: > >> Download a Data Matrix font and install it, and

Re: [Rails] Re: Datamatrix generator

2013-12-13 Thread tamouse pontiki
Love all these .net tools in my rails projects. On Fri, Dec 13, 2013 at 1:04 AM, beverly daddzie wrote: > 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 usi

[Rails] I need help, the project Ruby on Rails or PHP

2013-12-13 Thread bartek nowak
prototype in total there (needs to be rewritten from the beginning so as to be, with a few new features, with registration, archive, and an integrated blog) and to work faster. someone help ? Please contact barte...@gmail.com -- Posted via http://www.ruby-forum.com/. -- You received this messag

[Rails] Re: NameError in Devise/sessionsController#new

2013-12-13 Thread Jorge Wander
Hi i am getting the same issue, can you tell me if you got a solution for this? thx El martes, 23 de noviembre de 2010 20:05:11 UTC-4, NazarHussain escribió: > > I created a sample application. > Added devise in it, it works fine. > > Then added cancan gem into it. > > Created an ability cl

[Rails] Talent Pool Technologies Is Looking For ROR Developer

2013-12-13 Thread Swaran Jit
Software Experience: Ruby on Rails Year of Experience: 2 to 3 Years Joining: 1 week Salary: Negotiable Other Technologies: Java, php Location- Hyderabad For further inquiries, feel free to contact Priyanka Arora, Business Development Executive (0172-3292221) Email - priya...@talentpooltechnolo

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

2013-12-13 Thread sharath
Thank you beverly daddzie. Will evaluate your suggestion. On Thursday, 12 December 2013 13:58:17 UTC+5:30, Ruby-Forum.com User wrote: > > 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 Mic

[Rails] Re: JS response -pls help somebody

2013-12-13 Thread Manoj M.
Hi you can try respond_to do |format| format.js { render :js => "window.location.replace('#{new_product_url}');" } end Thanks Manoj Menon lekha p. wrote in post #1130416: > Hi all, > Pls help to find a solution : > > i have a form like following > <%= form_for @product , :url => products_ur