[Rails] Prerequisites for learning Ruby on Rails

2013-02-22 Thread Jason Hsu, Android developer
I'm currently learning Ruby. (You can see what I'm doing at https://github.com/jhsu802701/bargainstockfunds-scrape .) I already have experience with HTML, Drupal, and object-oriented programming in Python. What else should I learn before boning up on Rails? Should I learn JavaScript as well?

[Rails] Re: Fetch record based on many to many association

2013-02-22 Thread Matt Jones
On Wednesday, 20 February 2013 14:20:46 UTC-5, Linus Pettersson wrote: > > Hi > > Let's say I have three models, Company, User and Entry (and a join model > EntryParticipants). > > Company has many Users, a User has many Entries (Entries created by a > User). > Also, there is another many-to-ma

[Rails] Re: Re: Quick gem to help with passwords

2013-02-22 Thread Robert Walker
Michael Graff wrote in post #1098252: > Probably none, but "settingslogic" didn't appear in my search when I > looked > for ways to store secrets in a single file. :) Sure there is advantage to writing your own gem. You wrote it, and shared it with the community. That's AWESOME! I considered doi

[Rails] Rake task that allows you generate static error pages in public folder from partial.

2013-02-22 Thread Alexey Chernenkov
https://gist.github.com/907th/5013075 Rake task that allows you generate static error pages in public folder from layouts/exception partial. Usage: rake exceptions:compile_error_pages RAILS_ENV=production. Dependencies: colored gem for pretty output (https://rubygems.org/gems/colored), rails 3.2

[Rails] Re: Newbie Question

2013-02-22 Thread Nailson Martins
Start with Ruby itself. you need to understand the basics about programming. This bookis awesome. In parallel, you can study a little about databases, independent

Re: [Rails] Newbie Question

2013-02-22 Thread Colin Law
On 22 February 2013 05:25, JohnA wrote: > What are some Great resources to get into Rails? > Keep in mind this is for someone that has little to no programming > experience. > So starting from scratch... Work right through a good tutorial such as railstutorial.org which is free to use online.

[Rails] Re: Newbie Question

2013-02-22 Thread Lorenz Blackbird
I started from a very simple guide of Ruby in my mother tongue. About Rails, this guide explains you the main elements: http://guides.rubyonrails.org/getting_started.html Next step, when I have an idea, I search in Google and I try to do it. -- Posted via http://www.ruby-forum.com/. -- You r

[Rails] Newbie Question

2013-02-22 Thread JohnA
What are some Great resources to get into Rails? Keep in mind this is for someone that has little to no programming experience. So starting from scratch... A little background is that I want to create a program for personal use that uses Databases to store lots of information. They wopuld draw

[Rails] Re: Quick gem to help with passwords

2013-02-22 Thread derek . mcneil90
Why not just use environment variables? -- 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...@googlegroups.com. To post to this gro