Hi i m very new in ruby ( i used to work on php) I am looking for good documentation or book which will show me how to use ruby with CGI + mysql /Postgresql something like, will show how to grab data from database and pass those into Select or combox box .. i tryed to look for books but i have not find any so good documentation site, books would be good Thnaks -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
On 26.08.2012 03:02, Fosiul Alam wrote:> Hi > i m very new in ruby ( i used to work on php) > > I am looking for good documentation or book which will show me > how to use ruby with CGI + mysql /Postgresql > > something like, will show how to grab data from database and pass those > into Select or combox box .. > > i tryed to look for books but i have not find any > > so good documentation site, books would be good > > Thnaks >Really, no books? http://programmingzen.com/ruby-and-rails-recommended-books/ -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
On Sat, Aug 25, 2012 at 7:02 PM, Fosiul Alam <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I am looking for good documentation or book which will > show me how to use ruby with CGI + mysql /PostgresqlDo you mean, without Rails? -Dave -- Dave Aronson, Available Secret-Cleared Ruby/Rails Freelancer (VA/DC/Remote); see www.DaveAronson.com, www.Codosaur.us, and www.Dare2XL.com for more info. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
On 26 August 2012 00:02, Fosiul Alam <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi > i m very new in ruby ( i used to work on php) > > I am looking for good documentation or book which will show me > how to use ruby with CGI + mysql /Postgresql > > something like, will show how to grab data from database and pass those > into Select or combox box .. > > i tryed to look for books but i have not find any > > so good documentation site, books would be goodIf you are trying to learn Ruby on Rails then railstutorial.org is good and is free to use online. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Sergey Gribovski wrote in post #1073108:> On 26.08.2012 03:02, Fosiul Alam wrote: >> >> so good documentation site, books would be good >> >> Thnaks >> > Really, no books? > http://programmingzen.com/ruby-and-rails-recommended-books/Bascially looking for ruby in CGI to start with -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
On Aug 27, 2012, at 8:57 AM, Fosiul Alam wrote:> Sergey Gribovski wrote in post #1073108: >> On 26.08.2012 03:02, Fosiul Alam wrote: >>> >>> so good documentation site, books would be good >>> >>> Thnaks >>> >> Really, no books? >> http://programmingzen.com/ruby-and-rails-recommended-books/ > > Bascially looking for ruby in CGI to start with >When I was starting with Ruby, I found a number of one-script Ruby CGI examples for MySQL on Google. Where have you looked? Walter -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
On Aug 27, 2012, at 8:57 AM, Fosiul Alam wrote:> Sergey Gribovski wrote in post #1073108: >> On 26.08.2012 03:02, Fosiul Alam wrote: >>> >>> so good documentation site, books would be good >>> >>> Thnaks >>> >> Really, no books? >> http://programmingzen.com/ruby-and-rails-recommended-books/ > > Bascially looking for ruby in CGI to start withOne other place to look is the Prototype + Script.aculo.us book by Christophe Portenueve. He didn''t want his examples to be too Rails-centric, so he wrote a very simple Ruby CGI to handle all the back-end for the Ajax examples. That might have some good bits for you to pick at. Walter -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Apparently Analagous Threads
- Samba4 and sssd authentication not working due "Transport encryption required."
- Samba4 and sssd authentication not working due "Transport encryption required."
- How to get users last Login time
- Samba4 and sssd authentication not working due "Transport encryption required."
- Samba4 and sssd authentication not working due "Transport encryption required."