[Rails] undefined method 'fixtures' for UserTest:Class (NoMethodError)

2009-05-18 Thread wayne.sima...@gmail.com
Hi, I'm a noob trying to work through adding restful_authentication to a blog. The login page allows me to login and I can create a post after loggin in...but my rake:test units won't run because I'm getting an undefined method 'fixtures' for UserTest:Class (NoMethodError) I'm getting an error

[Rails] Implementing ruby-openid 2.1.6 using TDD

2009-05-12 Thread wayne.sima...@gmail.com
I'm trying to implement ruby-openid 2.1.6 using TDD. Many of the resources I've been using to research the plugin open_id_authentication and RESTful-authentication were written back in 2007 and don't work, and also don't have a test-driven approach. Does anyone know where I can find some good res

[Rails] Running rake test:units yields DEPRECIATION WARNING: Disabling sessions for a single controller...

2009-05-12 Thread wayne.sima...@gmail.com
When I run my rake test:units I get the following: DEPRECATION WARNING: Disabling sessions for a single controller has been deprecated. Sessions are now lazy loaded. So if you don't access them, consider them off. You can still modify the session cookie options with request.session_options.. (cal

[Rails] Unused local variable load_error in boot.rb

2009-05-12 Thread wayne.sima...@gmail.com
I'm getting an 'Unused local variable load_error' in my .config/ boot.rb This seems to be the problem code: rescue Gem::LoadError => load_error $stderr.puts %(Missing the Rails #{version} gem. Please `gem install -v=#{version} rails`, update your RAILS_GEM_VERSION setting in config/env

[Rails] Plugins Gone Wild

2009-05-09 Thread wayne.sima...@gmail.com
I think I messed up my install of Machinist. I tried to install it as a gem using sudo gem install notahat-machinist --source http://gems.github.com and when that didn't seem to work, I tried ./script/plugin install git://github.com/notahat/machinist.git I think I hav

[Rails] git-rails init can't find HOME environment

2009-04-24 Thread wayne.sima...@gmail.com
I'm trying to teach myself version control using GIT on a Windows machine for my ROR development. I downloaded and ran the cygwin and it created the following files: './.bashrc' -> '/home/Wayne//.bashrc' './.bach_profile' -> '/home/Wayne//.bash_profile' './.inputrc' -> '/home/Wayne//.inputrc' wa.

[Rails] Rake test fails in RadRails on Clean Install

2009-04-17 Thread wayne.sima...@gmail.com
I apologise in advance that I've come into TDD late in the game and am now trying to catch up. I searched others posts to try and find the answer before creating this new post, with no success. I'm using the Aptana IDE with RadRails Plugin, all in the Eclipse framework. I just tried to clean out