Live data from Hacker News

Help with Rails?

news.ycombinator.com

1–10 of 54 posts

Help with Rails?

#1
This is my first post and I hope it's appropriate for the site. My son admires HN and recommended I ask for help here. I'm an "old" CS guy (graduated back in the 80's) and have NOT kept my skills up-to-date as my career led me from development to mostly sysad stuff. So for the last few years, I've had this web site idea and spent the last year designing it while trying to learn Ruby on Rails (using Mark Hartl's tutorial). Setting up a Linux VDI and getting the environment right is driving me crazy. It's always one problem after another. I'm normally a very persistant guy but Hartl's recommended problem solving algorithm (google it) doesn't always work. I'm at the point where I'll do anything just to get this project off the ground. Any ideas or suggestions? I'd pay someone to help me but I don't know where to find such a person.

Re: Help with Rails?

#3
Could you describe the problems you are facing in more detail?

I guess you would not have to pay to get directions. One-on-one help might need payment.

Re: Help with Rails?

#6
Michael is very responsive to questions although you should first use his debugging tips. He'll usually fix your problem with one line of code.

http://ruby.railstutorial.org/help

If you don't find your answer from either the debugging tips or a Google search, try writing your question on StackOverflow. Most of the issues you face are probably solvable by knowing what line of your error to search for.

Re: Help with Rails?

#7
Hey jrbeal, I've had the same problems. I taught myself ROR over the past year and I had huge issues getting it off the ground. I've been through over 20 different sets of tutorials, so I'm sure I can help out.

I also had a lot of initial difficulty setting up my environments, but I've gotten a lot better at it now.

If you'd like, send me an email benigeri@stanford.edu and I can try to help you and point you to good resources. It's a little hard to suggest anything right now since I don't have any context.

So send me an email and I'll try to help you as much as I can, pro-bono.

Re: Help with Rails?

#10
jrbeal, you can try Laravel, it's a Php Framework and you can setup everything in a couple of minutes and probably develop your idea without having to deal with all those issues.
Post reply on HN