Tagged Questions

-4
votes
3answers
251 views

Best book or online tutorial for learning Python (and Pylon) [closed]

I recently got a job where I will need to learn python and the Pylon framework. I have previous RoR and PHP experience, but have never done anything in Python before. Is there any book or tutorial ...
0
votes
1answer
2k views

Rails 3 Tutorial Chapter 11 “Validation failed: Email has already been taken” error

[I have edited this to better conform to the Stackoverflow format] My trouble arose in Chapter 11 of the Ruby on Rails Tutorial here. I was seeing this rspec error: Failure/Error: :user => ...
18
votes
5answers
6k views

blueprint/screen.css isn't precompiled

I've been following along Michael Hartl's excellent RoR Tutorial, but I'm using RoR 3.1. I am a newbie to RoR 3.1 and need help related to assets pipeline. Here is my problem: Before continuing to ...
3
votes
1answer
891 views

'No route matches' Error on Delete of Micropost in Chapter 11 of Hartl's ruby-on-rails tutorial - completely stumped

I am trying to track down a particularly elusive bug in working through Michael Hartl's ROR Tutorial. When clicking on 'Delete' for a micropost (from the home page or the user/show page) the url is ...
6
votes
10answers
977 views

Anyone know of a good Ruby on Rails 2.1 Tutorial?

I'm new to Ruby on Rails, but not to MVC web development, having cut my teeth on Turbogears, Django, etc. I'm having trouble finding a piece of good intro documentation to Ruby on Rails -- either the ...
1
vote
2answers
609 views

config.cache_classes = false messing up rspec tests?

I'm following the Ruby on Rails Tutorial by Michael Hartl (railstutorial.org). At some point I got tired of tests failing just bescause the tests used old cached versions of classes, so I turned off ...
2
votes
3answers
320 views

Seeking to learn Ruby on Rails - good online tutorials?

I want to teach myself Ruby on Rails. I am new to web development. I hate reading manuals and learn best by doing, rather than reading. I understand the basics of Ruby on Rails conventions and the ...
4
votes
2answers
10k views

How can I uninstall Ruby on Rails on Mac OS X?

I'm following a tutorial about Ruby on Rails, and the tutorials got updated to a new version of Rails, so I can't follow it anymore because I have an older version. I would like to start anew and ...
0
votes
3answers
694 views

rspec test fail - user sign out - Ruby on Rails 3 Tutorial book Chap 9

Found a similar question ( Ruby on Rails Tutorial Test Not Passing ) , but its answer did not fit my issue. Tried to include as much relevant information as I could. Rspec error: Failures: ...
4
votes
3answers
2k views

Heroku error, ActiveRecord::ConnectionNotEstablished

I'm following the http://ruby.railstutorial.org/chapters/static-pages tutorial, and at the end of the linked chapter I keep having issue deploying to Heroku. At: x.heroku.com/pages/home I get an ...
4
votes
3answers
1k views

Best way to learn Ruby On Rails from scratch? [closed]

I am a high schooler who knows java pretty well and a tiny tiny tiny bit of objective-c. However, I really want to learn how to make web-apps so I am very interested in ruby on rails. What is the best ...
2
votes
6answers
1k views

RSpec error while following http://ruby.railstutorial.org/ tutorial

I've searched everywhere but I can't seem to find a solution. I have been following the tutorial on http://ruby.railstutorial.org/ and I'm on Chapter 3 trying to execute a test using "rspec spec/" ...
0
votes
4answers
923 views

Every time I close terminal rails defaults back to 2.3.5 from 3.0.3?

I'm going through the rails by example tutorial. Its seems that every time I close terminal rails defaults back to 2.3.5 & I have to go through the process of installing 3.0.3 every time I open ...
1
vote
5answers
1k views

Git Bundle Install Error with Nokogiri: libxms2 is missing

I'm following the Ruby on Rails Learn by Example by Michael Hatrl tutorial but I'm stuck halfway through chapter 3 due to an error. I'm told to type: 'rails generate controller Pages home contact' ...
0
votes
3answers
127 views

Rails / Ruby tutorials and reference materials?

I have been using Rails for 6 months. I love it, but I am having trouble finding good reference for a specific function in rails, for example MySQL queries. I can find general help on ...
0
votes
2answers
250 views

Trouble pushing basic Ruby on Rails app to Heroku

I was working through the first chapter of the Rails Tutorial. I pushed first_app to heroku. At first I was getting the sqlite3 error (I think). But, I edited the gemfile and pushed it up to heroku ...
5
votes
5answers
393 views

What are the current resources for building a Facebook application with Rails?

I'm looking to build a basic Facebook application with Rails. What are the resources (books podcasts, screencasts, blog articles etc) that you'd recommend? (One answer per post please, and up-vote ...
3
votes
1answer
314 views

Rails 3 Confirm Delete - in IE8, pressing Cancel still deletes

Following Michael Hartl's tutorial. Using Rails 3.0.9 under Ubuntu. The following header is in application.html.erb: <head> <title><%= title %></title> <%= ...
1
vote
1answer
198 views

Ruby on Rails Tutorial: How to edit user information without confirming the password

I've been working through the Ruby on Rails Tutorial by Michael Hartl. Currently, in order to edit any of the User attributes, the user must confirm their password. Is there any way to update the ...
1
vote
2answers
325 views

Trouble with Integration Tests on Ruby on Rails Tutorial by Michael Hartl

I'm currently working through Michael Hartl's Ruby on Rails Tutorial and have made it through Chapter 8. (Really liking the tutorial by the way!) Having finished chapter 8, I've run into a snag: the ...
0
votes
1answer
478 views

Ruby on Rails Tutorial Test Not Passing

I'm working through the railstutorial.org book, chapter 9. When running the test suite, I can't get rid of the following failure. All the code has been attempted by first typing it in and then by ...
4
votes
4answers
3k views

Problem on RVM/Rails instalation ubuntu 11.04

after upgrading to ubuntu 11.04 im having this problem with rvm. Im following this tutorial: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#top Git is installed OK, when I follow the ...
2
votes
3answers
773 views

Heroku problem : The page you were looking for doesn't exist

I have followed book until chapter 5 finished and it's working OK in my linux workstation when I push to Heroku, all data pushed correctly but when I try to open Heroku ...
2
votes
1answer
1k views

Tutorial/Suggestions on YUI with Ruby on Rails

I'm looking at using YUI in my Ruby on Rails application. What is the best tutorial, examples, or how-tos about generally integrating YUI into my Rails app. Thanks in advance!
1
vote
3answers
199 views

css files not being read in rails 3.1

i'm following along with the hartl tutorial. section 4.1.2, css formatting does not appear in my views. i've stored css files in public/stylesheets/blueprint. application.html.erb edited as follows: ...
1
vote
2answers
165 views

Ruby on Rails 3 Tutorial: Chapter 2 Section 2.2.1 A User Tour

I am new to Ruby on Rails and am working through this tutorial book. I am on Windows Vista and using Cygwin. Here are the versions of the software that I am running: Ruby version 1.9.2 ...
1
vote
2answers
212 views

Rails 3 tutorial Ch. 10.6 ex 5 rspec failure

In solving exercise 5, I ran into a similar issue as this question. I refactored based on the answer given to that question but am still receiving the failure: 1) UsersController DELETE 'destroy' as ...
1
vote
1answer
833 views

Ruby on Rails Tutorial Chapter 10 Exercise RSpec Failures

I'm working on the exercises from Chapter 10 of the Rails Tutorial and ran in to a snag with the exercise that has me ensure that an admin user can't delete themselves. My initial idea was to simply ...
1
vote
1answer
172 views

Problem with customising the follow functionality from chapter 12 of railstutorial.org

I'm trying to implement the follow functionality from chapter 12 of Michael Hartl's Ruby on Rails tutorial but i'm new to Rails and i fear i've bitten off more than i can chew. My app uses devise and ...
0
votes
0answers
145 views

heroku rake db:migrate success, but not showing in app

Running through demo_app with hartl tutorial. users page runs fine in dev migration to heroku also successful, but the app (http://afternoon-spring-6699.heroku.com/users) doesn't display. can you ...
0
votes
0answers
98 views

Problem with Integration Tests on Ruby on Rails Tutorial by Michael Hartl

I'm having the same problem asked here, unfortunately the accepted answer/solution suggested by the author Michael Hartl did not help since in my case config.cache_classes line in ...
0
votes
3answers
250 views

chapter 2 rails tutorial - get BUS error after using rake db:migrate

HI I don't understand the error message I keep getting when I try to use $rake db:migrate in chapter 2 http://ruby.railstutorial.org/chapters/a-demo-app of this rails tutorial. I'm using rvm ...
0
votes
8answers
301 views

RoR Tutorial Chapter 9 Test Failing

I have been going through MHartl's tutorial and I have 5 persistent errors chapter 9, all relating to LayoutLinks. I have checked and rechecked and I do not see where my code differs from his, but ...