Also:
:~/lovd/lovdbyless]$ rake --trace lovdbyless:getting_started
** Invoke lovdbyless:getting_started (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
uninitialized constant PLATFORM
/opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:443:in `load_missing_constant'
/opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:80:in `const_missing_with_dependencies'
/opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:92:in `const_missing'
/home/admin/brentk/lovd/lovdbyless/vendor/gems/colored-1.1/lib/
colored.rb:1:in `<top (required)>'
/opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:156:in `require'
/opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:156:in `block in require'
/opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:521:in `new_constants_in'
/opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:156:in `require'
/opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/rails/gem_dependency.rb:
208:in `load'
/opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:307:in
`block in load_gems'
/opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:307:in
`each'
/opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:307:in
`load_gems'
/opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:164:in
`process'
/opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:113:in
`run'
/home/admin/brentk/lovd/lovdbyless/config/environment.rb:8:in `<top
(required)>'
/opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:156:in `require'
/opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:156:in `block in require'
/opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:521:in `new_constants_in'
/opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:156:in `require'
/opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/tasks/misc.rake:4:in
`block in <top (required)>'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:636:in `call'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:636:in `block in
execute'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:631:in `each'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:597:in `block in
invoke_with_call_chain'
/opt/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_chain'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:607:in `block in
invoke_prerequisites'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:604:in `each'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:604:in
`invoke_prerequisites'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:596:in `block in
invoke_with_call_chain'
/opt/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_chain'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2051:in
`invoke_task'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `block (2
levels) in top_level'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `block in
top_level'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2023:in
`top_level'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2001:in `block in
run'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/opt/lib/ruby/gems/1.9.1/gems/rake-0.8.7/bin/rake:31:in `<top
(required)>'
/opt/bin/rake:19:in `load'
/opt/bin/rake:19:in `<main>'
So I changed PLATFORM to RUBY_PLATFORM in these 3 files:
./vendor/gems/redgreen-1.2.2/bin/rg
./vendor/gems/colored-1.1/lib/colored.rb
./vendor/gems/will_paginate-2.2.2/test/console
Now I seem to have a different problem:
:~/lovd/lovdbyless]$ rake lovdbyless:getting_started
(in /home/admin/brentk/lovd/lovdbyless)
rake aborted!
/home/admin/brentk/lovd/lovdbyless/vendor/plugins/shoulda/lib/shoulda/
general.rb:50: syntax error, unexpected ':', expecting keyword_then or
',' or ';' or '\n'
when Regexp: assert(collection.detect { |e| e =~ x }, msg)
^
/home/admin/brentk/lovd/lovdbyless/vendor/plugins/shoulda/lib/shoulda/
general.rb:61: syntax error, unexpected ':', expecting keyword_then or
',' or ';' or '\n'
when Regexp: assert(!collection.detect { |e| e =~ x }, msg)
^
/home/admin/brentk/lovd/lovdbyless/vendor/plugins/shoulda/lib/shoulda/
general.rb:104: syntax error, unexpected keyword_end, expecting $end
--
You received this message because you are subscribed to the Google
Groups "Lovd by Less" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lovdbyless?hl=en
Who loves ya baby?
To unsubscribe from this group, send email to
lovdbyless+unsubscribegooglegroups.com or reply to this email with the words
"REMOVE ME" as the subject.