Concise guide to rails? [closed] - ruby-on-rails

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm looking for a very concise guide to using rails. I've done lots of work with other similar frameworks like Django so I just need a very short tutorial. Does anything like that exist?
Thanks!

This is best guide for those who are new to rails..
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book

If you're willing to put up with a few quick video tutorials, Rails for Zombies by EnvyLabs (railsforzombies.org) gives a good overview of the framework.
If you decide to check it out, know this: at the time of this writing, there's one error in the tutorials. The code they show you for writing a basic redirect is missing a prepended slash on the URI. (At least, according to the interpreter they use for the accompanying exercises, it's incorrect.)
Other than that small gripe, in my opinion it's a great way to onboard yourself and colleagues in Rails, before drilling down into the gritty details.

Related

Good guide about Ruby classes [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am php developer and I'm trying to change php to ruby/rails.
I've read "Rails for PHP developers" by Pargmatic, but it is very simple.
Now I need to learn all about ruby classes (namespacing, abstraction, extending, factory/signleton patterns, requesting parent class methods, etc), but all guides and manuals I've seen was to simple, they was good only for beginners as a introduction.
Reading Ruby reference isn't good idea, because it's to difficult for understanding (my skills in ruby are not so good yet), so I need some guide for "professional developers" with many examples. Good example is "php|architect's Zend PHP 5 Certification Study Guide" - http://www.amazon.com/architects-Zend-Certification-Study-Guide/dp/0973862149
Are there any book/guide/course to solve my problem?
Thanks!
This is the book from the master (aka Ruby creator) himself: http://www.amazon.com/Ruby-Programming-Language-David-Flanagan/dp/0596516177
You need this.
"Metaprogramming Ruby" is well worth adding to your bookshelf.
http://www.amazon.co.uk/Metaprogramming-Ruby-Program-Like-Facets/dp/1934356476/

What are the signs that I *shouldn't* use Ruby on Rails for a project? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've started learning RoR and I really like it - but it feels like it's oriented in one specific way - a very basic MVC model.
Which type of web application might not benefit from using RoR? Are there any signs I can find while planning the architecture?
I don't think there's a specific technical reason not to use RoR - it's fast, clean and can probably do anything PHP does.
The only reasons I can think of are the same consideration as to any other technology : Do you have the right people, is the legacy code (if any) compatible, are you in a market that makes it easy to find RoR people to support the code, and so forth.
There's also a nice Quora thread about this question :
If you have to install your website on a client machine that does not support rails/ruby.
If your code needs to be maintained afterwards by people that do not have rails knowledge.

What are the Best Ruby videos/Screencasts? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What are the Best Ruby Screencasts/videos to really understand ruby? Which ones would you recommend?
PeepCode
Teach Me To Code
Railscasts
RubyPulse
Ruby Tapas
GoRails
Railscasts is probably one of the best around, and Ryan actively updates it weekly. Gregg Pollack also did a few. There's also a ton of Ruby related screen casts floating around the internet, whether they're taken from conference talks or self built on youtube.
I recommend Lynda videos, i really liked them and the guy is very instructive.

Is Ruby on Rails dying? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 12 years ago.
I am interested in learning Ruby/RoR, but it seems to have lost the popularity it had a few short years ago, and from what I've read, few webhosts support it. Is it on its way out?
Still seems to be growing in the U.S., it's just not as hyped as it was. See job stats from indeed
I wouldn't say it's on its way out, it just lost some of the hype--which isn't a bad thing.
I don't think there has ever been a ridiculous amount of hosting support; but there are a few, there's a list of hosts that provide rails support at http://www.rubyonrailswebhost.com/
No.
I find more and more nice little startups that are using it (my favorite recent finds: toggl.com and zencoder.com). There are also many good web hosts, but in my experience the best of them is heroku.com.
If you're interested in learning it, find a local user group. There's always people there willing to share their interest.
I worked for some start-ups and all of them used Ruby on Rails.

How to prepare an interview for Ruby on Rails developer position? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Background about myself:
I have about 3 years experience working in Java/J2EE. I am currently pursuing MS in Software Engineering at a reputed university. I have done several classwork projects on Ruby on Rails and can be considered at Intermediate level expertise with ROR.
I have an interview coming up next week for a Ruby on Rails developer position at a startup. I have already prepared all the basics of Ruby on Rails but didn't get a lot input on the questions asked for ROR developers. Can you guys help me with the preparation? Any materials, suggestions would be welcome.
Here are some responses prepared earlier: What Ruby and Rails Developers Ought To Know?
Some of this is going to depend on the level of the role your are looking at. If I was interviewing someone from the Java world I would be probing to make sure they understood some of the common Ruby idioms, particularly blocks and closures.
Create a github account and made some patch to several project.
Be active in Open source community. It's really a good start

Resources