Top "Railstutorial.org" questions

Questions and answers for Michael Hartl's railstutorial.

rspec "cannot load such file"

Running rspec for the first time with the Rails tutorial, p. 95. Getting this output: david@david-desktop:~/rails_projects/sample_app1$ …

rspec railstutorial.org
Rails broken - bundle not working - ovirt-engine-sdk - ERROR: Failed to build gem native extension. Cloud9 AWS

I am working through the Ruby on Rails Tutorial (Rails5) by Michael Hartl in the AWS Cloud9 environment. I'm finishing …

ruby-on-rails railstutorial.org aws-cloud9
Trying to set up Amazon's S3 bucket: 403 Forbidden error & setting permissions

I'm following Hartl's railstutorial.org and have arrived at 11.4.4: Image upload in production. What I've done: Signed up for Amazon …

ruby-on-rails ruby amazon-web-services amazon-s3 railstutorial.org
Could not find the source association(s) :followed_id in model relationship in Rails 3.2

I get the following error message when requesting the home page of my sample app (following Michael Hartl's Tutorial chapter 11): "…

ruby-on-rails associations relationship railstutorial.org
railstutorial.org, Chapter 6. unknown attribute: password

I have finished Chapter 6 of railstutorial but all my User model specs have started failing soon after I added password &…

ruby-on-rails ruby-on-rails-3 rspec tdd railstutorial.org
Why are my RSpec tests failing, but my app is working?

I just finished chapter 10 of the Ruby on Rails Tutorial, adding the ability to edit/update, index, and destroy users. …

ruby testing rspec ruby-on-rails-3.1 railstutorial.org
Rails 4 server fails, Ruby 2.0 segmentation fault, Abort trap 6

I just started going through railstutorial.org and getting my development environment setup. When I got to the section 1.2.5 to …

ruby-on-rails-4 osx-mavericks railstutorial.org ruby-2.0
Getting undefined method `errors' for nil:NilClass Ruby on Rails Guide

Okay, I've been searching for a question here thats exactly the same as mine and I can't find one, so …

ruby-on-rails ruby ruby-on-rails-3 railstutorial.org