I am following the lesson 13 screencast from Railstutorial.org and am hung up on the error below: Failures:
I\'m a beginner programmer g开发者_StackOverflow社区oing through the railstutorial by michael hartl, and notice that the process for using gems in the application is through adding it to the gemfile,
Bundle install is green, but when I run \"rake\" I get the following: rake aborted! undefined method `static_root=\' for
I\'m going through the railstutorial.org book, and after adding a micropost instance variable at app/controllers/pages_controller.rb, my app\'s homepage fails to render and instead gives me the follow
SO, Paid for the PDF a few hours ago, followed the instructions carefully but after starting up first_app I see this in localhost:3000:
Section 10.2.1 of the Rails Tutorial utilizes before_filter which is deprecated. What\'s the modern idiomatic way to write the code in UsersController so as to not use before_filter?
I am in chapter 7 of the railstutorial.org, and the author is starting to explain less and less of the syntax and details of the course.
I am learning Rails with railstutorial.org, and I am confused about something: in this chapter the author tells us to do some testing in the console with the respond_to? method on a User object, and i
I am having the exact same problem describe in this question, but for a different reason, apparently.
I\'m getting 4 RSpec errors that have something to do with the Will-Paginate gem, but for the life of me, I cant figure out what they\'re pointing at. The app works fine though.