Wednesday, December 1, 2010

Rails Sample App Status

Oh well, it seems the restful authentication is incompatible with my version of ruby. I think it requires rails 2.1? At any rate, going to install rvm to see if I can play with the ruby versions and get it to work.

I am using:

balexander@ubuntu001:~/SampleApp$ gem environment

RubyGems Environment:
- RUBYGEMS VERSION: 1.3.5
- RUBY VERSION: 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux]
- INSTALLATION DIRECTORY: /var/lib/gems/1.8
- RUBY EXECUTABLE: /usr/bin/ruby1.8
- EXECUTABLE DIRECTORY: /var/lib/gems/1.8/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86_64-linux
- GEM PATHS:
- /var/lib/gems/1.8
- /home/balexander/.gem/ruby/1.8
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- "gem" => "--http-proxy http://XXXX"
- :sources => ["http://gems.rubyforge.org", "http://gems.github.com"]
- REMOTE SOURCES:
- http://gems.rubyforge.org
- http://gems.github.com

balexander@ubuntu001:~/SampleApp$ script/console development
Loading development environment (Rails 2.2.3)