[Rails] Best book on Ruby on Rails

2015-02-23 Thread ANIL YADAV
Best way of learning ruby in rails is first learn ruby the book name is bookofruby and then learn railtutorial.org chapter.. 1 to 12. -- 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 email

[Rails] Hey all I just made a site which has a lot of solutions to common errors with rails!

2015-02-23 Thread Gustavo Pares
It's a blog where I run into a bunch of common or edge cases and I actually figure them out! Setting up rails with nginx figaro and capistrano and a bunch of other topics... I will be posting weekly depending on how many road blocks I actually do hit its located at http://blog.staycreativedesi

[Rails] Best book on Ruby on Rails

2015-02-23 Thread Federick Kwok
Hi, I am new to Ruby on Rails and was wondering if anyone can recommend a list of good introduction and reference book for Ruby on Rails. Thanks in advance -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group

Re: [Rails] Nested loops through one model

2015-02-23 Thread TTambe
I found this in the Postgres documentation, but it reads like jibberish to me for the most part. GROUP BY Clause The optional GROUP BY clause has the general form GROUP BY expression [, ...] GROUP BY will condense into a single row all selected rows that share the same values for the grouped exp

[Rails] Re: Error in link_to

2015-02-23 Thread Bruno Oliveira
My God! it works! Thank you Fred, you're my new superhero. Em quinta-feira, 19 de fevereiro de 2015 08:35:37 UTC-2, Frederick Cheung escreveu: > > > > On Thursday, February 19, 2015 at 10:25:43 AM UTC, Bruno Oliveira wrote: > ><%= link_to article.title, articles_path(article) %> >> >> > Tha