[Rails] Login With Civic in ruby on rails

2018-10-04 Thread ro-amit
I am doing login with civic in my rails Project and i am following this link https://docs.civic.com/#Browser and after following this on the Fourth Step I got the Error Require Is not Defined while requiring the node Module. Please Help! -- You received this message because you are subscribed

[Rails] Counter for complex forms

2010-01-25 Thread Ro
Hi, I'm developing a daily report module for a school work that utilizes complex forms, however I've run into some problems. On each rendered partial, I have two collection_select; the first (project) updates the contents of the second (task) depending on the selected project. I need a counter to c

[Rails] Re: relating controllers... How to?

2010-01-04 Thread Ro
Thank you! this works Happy new year! On Dec 30 2009, 6:00 pm, Robert Walker wrote: > Ro wrote: > > then I put in " Show Error Detail Link "  a <%= link_to > > "Show", :controller => "error_details" ,:action => > > &qu

[Rails] Re: can i write programs in rails without scaffolding

2009-12-30 Thread Ro
I.E. you can retrieve the structure of a table or view in your DB using ruby script/generate model --skip-migration and then create the related controller ruby script/generate controller On Dec 30, 3:13 pm, Colin Law wrote: > 2009/12/30 basil : > > >      hai friends > >          

[Rails] relating controllers... How to?

2009-12-30 Thread Ro
Hi, anyone can help me? I have 2 model : Error and Error Detail Error: Error_name, tot_errors Error Detail: Error_name , details for error e.g. Error = Error_type1 | 5 Error Detail = 5 lines with Error_name=Error_type1 I want to show this:

[Rails] Re: help with WebBrick

2009-12-29 Thread Ro
28) res.bind_param(':out4',nil,String,128) res.bind_param(':out5',nil,String,128) res.bind_param(':out6',nil,String,128) res.bind_param(':out7',nil,String,128) res.exec res.close # I've added this.. now it seems work .. conn.logoff

[Rails] help with WebBrick

2009-12-29 Thread Ro
Anyone knows how to fix that? [...] /set.rb:202: [BUG] Segmentation fault ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-linux] Aborted [...] and server shut down :( -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,

[Rails] openssl

2009-12-18 Thread Ro
Ok, the question is: when I try to make a ruby script/server RoR says: that cannot load openssl (Runtime error) Then I have successfully installed openssl (0.9.8) on a RedHat (i686) but when I try to go in ruby/ext/openssl and make a ruby extconf.rb make make install He say thing

[Rails] Re: Getting Started with Rails - post_comment_url

2009-04-25 Thread Ro
Same problem here!! On Apr 15, 8:47 pm, "jlin...@gmail.com" wrote: > Hi, > Thanks for a wonderfulGettingStartedwithRails. I am up to the last > section and just added the comments part. > So while testing and looking over comments_controller.rb; > I see the reference topost_comment_urlcalll wher