I also thought this might be helpful. Teerocks-MacBook-Pro-4:lovdbyless Teerock$ ruby -v ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] Teerocks-MacBook-Pro-4:lovdbyless Teerock$ rails -v Rails 3.0.0 Teerocks-MacBook-Pro-4:lovdbyless Teerock$
Am I running the right versions? Thanks in advance. Cheers. On Oct 10, 12:34 am, Teerock <[email protected]> wrote: > Okay - now I'm lost. After following all the instructions I can find, > when I run rake I get this. Sorry. > > Teerocks-MacBook-Pro-4:lovdbyless Teerock$ rake > (in /Users/Teerock/Desktop/lovdbyless) > rake aborted! > no such file to load -- test/unit/error > <internal:lib/rubygems/custom_require>:29:in `require' > <internal:lib/rubygems/custom_require>:29:in `require' > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:153:in `block in require' > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:521:in `new_constants_in' > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:153:in `require' > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/ > active_support/deprecation.rb:224:in `<top (required)>' > <internal:lib/rubygems/custom_require>:29:in `require' > <internal:lib/rubygems/custom_require>:29:in `require' > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:153:in `block in require' > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:521:in `new_constants_in' > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:153:in `require' > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/ > active_support.rb:37:in `<top (required)>' > <internal:lib/rubygems/custom_require>:29:in `require' > <internal:lib/rubygems/custom_require>:29:in `require' > /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.2/lib/tasks/misc.rake: > 11:in `<top (required)>' > /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.2/lib/tasks/rails.rb: > 4:in `load' > /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.2/lib/tasks/rails.rb: > 4:in `block in <top (required)>' > /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.2/lib/tasks/rails.rb: > 4:in `each' > /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.2/lib/tasks/rails.rb: > 4:in `<top (required)>' > <internal:lib/rubygems/custom_require>:29:in `require' > <internal:lib/rubygems/custom_require>:29:in `require' > /Users/Teerock/Desktop/lovdbyless/Rakefile:10:in `<top (required)>' > /usr/local/lib/ruby/1.9.1/rake.rb:2373:in `load' > /usr/local/lib/ruby/1.9.1/rake.rb:2373:in `raw_load_rakefile' > /usr/local/lib/ruby/1.9.1/rake.rb:2007:in `block in load_rakefile' > /usr/local/lib/ruby/1.9.1/rake.rb:2058:in > `standard_exception_handling' > /usr/local/lib/ruby/1.9.1/rake.rb:2006:in `load_rakefile' > /usr/local/lib/ruby/1.9.1/rake.rb:1991:in `run' > /usr/local/bin/rake:31:in `<main>' > > Any clues would be really helpful. > > On Oct 9, 2:12 pm, Teerock <[email protected]> wrote: > > > Thanks Steven, > > > I installed a new rails app and here is my localhost:3000 application > > environment page: > > > Ruby version 1.8.7 (i686-darwin10.4.0) > > RubyGems version 1.3.7 > > Rack version 1.2 > > Rails version 3.0.0 > > Active Record version 3.0.0 > > Action Pack version 3.0.0 > > Active Resource version 3.0.0 > > Action Mailer version 3.0.0 > > Active Support version 3.0.0 > > Middleware > > > * ActionDispatch::Static > > * Rack::Lock > > * ActiveSupport::Cache::Strategy::LocalCache > > * Rack::Runtime > > * Rails::Rack::Logger > > * ActionDispatch::ShowExceptions > > * ActionDispatch::RemoteIp > > * Rack::Sendfile > > * ActionDispatch::Callbacks > > * ActiveRecord::ConnectionAdapters::ConnectionManagement > > * ActiveRecord::QueryCache > > * ActionDispatch::Cookies > > * ActionDispatch::Session::CookieStore > > * ActionDispatch::Flash > > * ActionDispatch::ParamsParser > > * Rack::MethodOverride > > * ActionDispatch::Head > > * ActionDispatch::BestStandardsSupport > > > Application root /Users/Teerock/blog > > Environment development > > Database adapter sqlite3 > > Database schema version 0 > > > Hope you can be of more assistance. > > > Cheers, > > > On Oct 8, 6:10 am, Steven Bristol <[email protected]> wrote: > > > > On Thu, Oct 7, 2010 at 9:00 AM, Teerock <[email protected]> wrote: > > > > Hi Guys, > > > > > Please help a newbie as I try and install Lovd By Less on my Mac snow > > > > leopard... I have followed the readme file to the enth degree and this > > > > is what happens when I run rake lovdbyless:getting_started. I added -- > > > > trace so you could see where I'm falling over. > > > > > Teerocks-MacBook-Pro-4:lovdbyless Teerock$ rake > > > > lovdbyless:getting_started --trace > > > > (in /Users/Teerock/lovdbyless) > > > > rake aborted! > > > > no such file to load -- initializer > > > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > > > `gem_original_require' > > > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > > > `require' > > > > /Users/Teerock/lovdbyless/config/boot.rb:54:in `load_initializer' > > > > /Users/Teerock/lovdbyless/config/boot.rb:38:in `run' > > > > /Users/Teerock/lovdbyless/config/boot.rb:11:in `boot!' > > > > /Users/Teerock/lovdbyless/config/boot.rb:109 > > > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > > > `gem_original_require' > > > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > > > `require' > > > > /Users/Teerock/lovdbyless/Rakefile:4 > > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in > > > > `load' > > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in > > > > `raw_load_rakefile' > > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2017:in > > > > `load_rakefile' > > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in > > > > `standard_exception_handling' > > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2016:in > > > > `load_rakefile' > > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2000:in `run' > > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in > > > > `standard_exception_handling' > > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run' > > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31 > > > > /usr/local/bin/rake:19:in `load' > > > > /usr/local/bin/rake:19 > > > > > Much appreciated in advance. > > > > > Keep up the great work. > > > > It looks like this isn't a lovd issue. Try making a fresh rails app > > > and see if you get the same thing or it works. Also, make sure you've > > > go the right version of rails installed. > > > > cheers, > > > steven bristol -- 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?
