[Rails] Re: Is Ruby is better than Perl?

2009-10-27 Thread Suresh Napster
Peter De Berdt wrote: > On 27 Oct 2009, at 08:51, Suresh Napster wrote: > >> i just want to know Is Ruby is better than Perl?If yes Who?If No >> Y?Please let me know > > Is one pizza joint better than another? Guess it comes down to > personal preference, and I prefe

[Rails] Re: Is Ruby is better than Perl?

2009-10-27 Thread Suresh Napster
ct9a wrote: > In what sense? > > Are you speaking in terms of backend processing? > > If that's a yes, I have worked with perl for awhile and it thrives in > data migrations, billing systems, invoice generation and so forth. Its > regular > expression engine does win a lot of approval. > > For

[Rails] Is Ruby is better than Perl?

2009-10-27 Thread Suresh Napster
Hi Guys, i just want to know Is Ruby is better than Perl?If yes Who?If No Y?Please let me know Thanks in Advance. S.S -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

[Rails] rails .2.1 and before versions

2009-08-12 Thread napster
hi guys, i want to know the differences between rails2.1 and before versions.please urgent --~--~-~--~~~---~--~~ 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 rubyo

[Rails] videos

2009-03-19 Thread napster
hi guys i am newbie to rails and in my app i need to upload user videos and how to do that? how to do the uploading videos in rails? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.

[Rails] sending a form helper data into database

2009-01-05 Thread napster
hi guys i have one model with some attributes in that like{x,y,z} and i want two form helpers they are selectbox and text_field for one database field.whenever user tries to select any item in the select box or he can define it in the text_field.so that the details should update to the p

[Rails] regarding checkbox

2009-01-02 Thread napster
hi guys i have a table with fields as type(id is default) and i am using checkbox here whenever user check any of these items(high,low,medium) it should store in db.tell me how to do in rails 2.0? --~--~-~--~~~---~--~~ You received this message because you are s

[Rails] mysql.rb

2008-12-18 Thread napster
hi guys, my rails is 2.1.2,today I've installed Rails 2.2,and i have run into a few problems. message:no such file to load --mysql then i try to run gem install mysql and i get a new error message: 126: Cannot find mold train which assigns - c:/ruby/lib/ruby/gems/ 1.8/gems/mysql-2.7.3-x86-

[Rails] action mailer

2008-12-18 Thread napster
hi i am new to ror so please kindly help me out from this i am developing an application in that i need to have "FORGOT PASSWORD" .so what happening is whenever user types email address and press submit button it is showing this error Net::SMTPUnknownError in EmailController#remind

[Rails] in place form editing

2008-12-01 Thread napster
Hi Guys, i need to implement in place form editing in my application and i am not using scaffold here will u plz help me to solve this issue --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:

[Rails] Re: 126: The specified module could not be found - ../mysql.so

2008-11-28 Thread napster
i thnk ur mysql is not working properly try to install it again On Nov 28, 5:14 am, Tarscher <[EMAIL PROTECTED]> wrote: > Hi All, > > I het following error: > 126: The specified module could not be found.   - C:/InstantRails/ruby/ > lib/ruby/gems/1.8/gems/mysql-2.7.3-x86-mswin32/ext/mysql.so > >

[Rails] regarding localization

2008-11-28 Thread napster
Im trying to implement localization language options with drop- down menu button... here my html code. Select a language <[EMAIL PROTECTED] do|key,value|%> ><%=key%> <%end%> when an event fires i

[Rails] Re: How to append the two hashes in ruby on rails

2008-11-25 Thread napster
Hema, to be honest, I'm not really sure what exactly you want to achieve, but maybe you can try this: result = Array.new for k in 1..4 do result << {"first" => k , "second"=> k + 1} end The result is: [{"second"=>2, "first"=>1}, {"second"=>3, "first"=>2}, {"second"=>4, "first"=>3}, {"second

[Rails] Re: How to append the two hashes in ruby on rails

2008-11-24 Thread napster
i thnk this url will help u try this http://snippets.dzone.com/posts/show/1535 On Nov 24, 9:49 pm, Hema <[EMAIL PROTECTED]> wrote: > Hi All, >             I need to add the hashes is there any way to add > > actually my data is in the given format > data = [ {"first" => 1 ,"second" =>  2}, >    

[Rails] Re: installing the ruby on windows

2008-11-24 Thread napster
s > done, open a command prompt and type this: > > gem update --system > gem install rails > > That's it in a nutshell. > > In the future though, please do a search on this first before asking a > basic question like this. There are lots of beginner tutorials out

[Rails] installing the ruby on windows

2008-11-24 Thread napster
hi guys i just want to install ruby1.8.6 on my windowsxp plz let me know urgently? --~--~-~--~~~---~--~~ 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@g