search for: raw_load_rakefile

Displaying 20 results from an estimated 39 matches for "raw_load_rakefile".

2011 Oct 24
2
Problem(s) with installing Puppet Dashboard
...ettings.yml" file. Also, when trying to "prepare schema" by running rake RAILS_ENV=production db:migrate it returns: rake RAILS_ENV=production db:migrate rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) /usr/lib/ruby/1.8/rake.rb:2377:in `raw_load_rakefile'' (See full trace by running task with --trace) Am I missing something (doing something wrong)? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe...
2007 Sep 16
5
"rake spec:doc" returns NO NAME (due to --dry-run) for each specify block
I went ahead and moved to the trunk versions of RSpec and Spec:Rails because I wanted to try out the new Story Runner feature. However, when I tried to do "rake spec:doc", I got the following: AccountController - NO NAME (Because of --dry-run) AccountHelper - NO NAME (Because of --dry-run) User (in general) - NO NAME (Because of --dry-run) - NO NAME (Because of --dry-run) - NO NAME
2012 Jan 05
2
Error while rake actions
rake aborted! /home/Mahesh/uma/myapp/Rakefile:6: unterminated string meets end of file /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/loc...
2008 Jan 01
5
Compiling wxruby-1.9.2
...custom_require.rb:27:in `gem_original_require'' /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' /bld/lib/wxruby-1.9.2/rakefile:48 /usr/lib/ruby/site_ruby/1.8/rake.rb:1940:in `load'' /usr/lib/ruby/site_ruby/1.8/rake.rb:1940:in `raw_load_rakefile'' /usr/lib/ruby/site_ruby/1.8/rake.rb:1727:in `load_rakefile'' /usr/lib/ruby/site_ruby/1.8/rake.rb:1761:in `standard_exception_handling'' /usr/lib/ruby/site_ruby/1.8/rake.rb:1726:in `load_rakefile'' /usr/lib/ruby/site_ruby/1.8/rake.rb:1710:in `run...
2011 Nov 28
1
Queue-Tip/Adhearsion installation tip
...nfig/boot.rb:38:in `run' /usr/local/src/queue-tip/config/boot.rb:11:in `boot!' /usr/local/src/queue-tip/config/boot.rb:109 /usr/local/src/queue-tip/Rakefile:4:in `require' /usr/local/src/queue-tip/Rakefile:4 /usr/lib/ruby/1.8/rake.rb:2383:in `load' /usr/lib/ruby/1.8/rake.rb:2383:in `raw_load_rakefile' /usr/lib/ruby/1.8/rake.rb:2017:in `load_rakefile' /usr/lib/ruby/1.8/rake.rb:2068:in `standard_exception_handling' /usr/lib/ruby/1.8/rake.rb:2016:in `load_rakefile' /usr/lib/ruby/1.8/rake.rb:2000:in `run' /usr/lib/ruby/1.8/rake.rb:2068:in `standard_exception_handling' /usr/l...
2010 Oct 25
2
Fail to load spec/rake/spectask
...#39;'m a newbie at Ruby. I''m trying to run rspec tests using rake. In my rake file I include spec/rake/spectask. It fails to load giving me the following message: rake aborted! no such file to load -- spec/rake/spectask C:/Ruby187/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile'' I''m using version 1.8.7 of Ruby. I have installed rake and rspec using: gem install rake gem install rspec Here is the list of installed gems: builder (2.1.2) childprocess (0.1.3) ci_reporter (1.6.3) diff-lcs (1.1.2) ffi (0.6.3 x86-mingw32) json_pure (1.4.6) rake (0.8.7) rspec...
2011 Sep 09
1
i need help.please anyone can help me out witth this.
...ling rails... further all steps worked like installing sqlite3 and creating test application...but wen i gave a cmd called rake db:migrate, i got errors like these- rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) D:/Ruby192/lib/ruby/1.9.1/rake.rb:2367:in `raw_load_rakefile'' D:/Ruby192/lib/ruby/1.9.1/rake.rb:2007:in `block in load_rakefile'' D:/Ruby192/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling'' D:/Ruby192/lib/ruby/1.9.1/rake.rb:2006:in `load_rakefile'' D:/Ruby192/lib/ruby/1.9.1/rake.rb:1991:in `run'' D:/Ruby1...
2007 May 15
5
rake db:migrate sucks
...re.rb:27:in `gem_original_re quire'' c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' D:/RubyForge/gmaps/rakefile:10 c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `load'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `raw_load_rakefile '' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1727:in `load_rakefile'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exceptio n_handling'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1726:in `load_rakefile'' c:/ruby/lib/...
2009 Nov 23
8
Beginner's challenge
Hello, I begun my journey in Ruby on Rails last Saturday and I am having some challenges specifically about the db Where should I go for the specific error listing and how it may be resolved. I googled and most that I''ve searched are not helpful. D -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2007 Dec 08
1
Trouble updating to Rails 2.0
...tom_require.rb:27:in `gem_original_require'' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' /home/gabriel/dummy/Rakefile:4 /usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `load'' /usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `raw_load_rakefile'' /usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1727:in `load_rakefile'' /usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling'' /usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1726:in `load_rakefile'' /usr/lib/ruby/gems/1.8/...
2009 Jun 13
2
Rake migration error
...in `gem_original_require'' /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' /var/www/html/quote/Rakefile:10 /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.6/lib/rake.rb:2379:in `load'' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.6/lib/rake.rb:2379:in `raw_load_rakefile'' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.6/lib/rake.rb:2013:in `load_rakefile'' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.6/lib/rake.rb:2064:in `standard_exception_handling'' /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.6/lib/rake.rb:2012:in `load_rakefile'' /usr/...
2007 Jun 15
1
Problems with RCov and Rails
...al_require'' /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'' /Users/ian/Projects/systino/trunk/rakefile:10 /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `load'' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `raw_load_rakefile'' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1727:in `load_rakefile'' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling'' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1726:in `load_rakefile'' /usr/...
2009 Feb 21
4
problem with running rake db:migrate on a Rails app
.../rubygems/ custom_require.rb:31:in `require'' /home/tweisser/workspace/typo/typo/Rakefile:10 /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/gems/1.8/gems/rake-0.8.3/ lib/rake.rb:2349:in `load'' /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/gems/1.8/gems/rake-0.8.3/ lib/rake.rb:2349:in `raw_load_rakefile'' /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/gems/1.8/gems/rake-0.8.3/ lib/rake.rb:1985:in `load_rakefile'' /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/gems/1.8/gems/rake-0.8.3/ lib/rake.rb:2036:in `standard_exception_handling'' /opt/ruby-enterprise-1.8.6-20090201/lib/rub...
2012 Oct 11
3
Puppet Dashboard won't install MySQL schema
...re.rb: 31:in `gem_original_require'' /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 31:in`require'' /usr/share/puppet-dashboard/Rakefile:11 /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2382: in`load'' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2382: in`raw_load_rakefile'' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2016: in`load_rakefile'' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2067: in`standard_exception_handling'' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2015: in`load_rakefile'' /usr/lib/ruby/gems/1.8/...
2012 Feb 25
1
Seems I'm missing some kind of library?
...' /home/dev/testapp/Rakefile:5 /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/rake_module.rb: 25:in `load'' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/rake_module.rb: 25:in `load_rakefile'' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb: 501:in `raw_load_rakefile'' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb: 82:in `load_rakefile'' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb: 133:in `standard_exception_handling'' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb: 81:in `l...
2012 Aug 17
3
puppet-rspec / puppetlabs_spec_helper
...ks.rb:2 /usr/lib/ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'' /usr/lib/ruby/1.8/rubygems/custom_require.rb:36:in `require'' /etc/puppet/environments/test/modules/ruby/Rakefile:2 /usr/lib/ruby/1.8/rake.rb:2383:in `load'' /usr/lib/ruby/1.8/rake.rb:2383:in `raw_load_rakefile'' /usr/lib/ruby/1.8/rake.rb:2017:in `load_rakefile'' /usr/lib/ruby/1.8/rake.rb:2068:in `standard_exception_handling'' /usr/lib/ruby/1.8/rake.rb:2016:in `load_rakefile'' /usr/lib/ruby/1.8/rake.rb:2000:in `run'' /usr/lib/ruby/1.8/rake.rb:2068:in `standard_excep...
2013 Apr 16
1
Ruby Error Encountered when Installing Dashboard for Puppet Open Source
...are/puppet-dashboard/Rakefile:4 /usr/lib64/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/rake_module.rb:25:in `load'' /usr/lib64/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/rake_module.rb:25:in `load_rakefile'' /usr/lib64/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:589:in `raw_load_rakefile'' /usr/lib64/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:89:in `load_rakefile'' /usr/lib64/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:160:in `standard_exception_handling'' /usr/lib64/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:88:in...
2012 Feb 27
9
Bit of a issue with creating a new app and running it
HI all, I have just setup the ROR environment on a vps, but once i created the app and run rails s or db:create after modifying the database.yml it keeps on appearing with the "Could not find gem sqlite3" etc message which i know this as it''s not install as i am using mysql. What else have i got to do other than modifying the database.yml as to me it''s still looking
2011 Aug 04
4
Problem in migrating a database to Heroku
...s'' /app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.9/lib/rails/application.rb:77:in `method_missing'' /app/Rakefile:7:in `<top (required)>'' /usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:2373:in `load'' /usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:2373:in `raw_load_rakefile'' /usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:2007:in `block in load_rakefile'' /usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling'' /usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:2006:in `load_rakefile'' /usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb...
2012 Aug 15
9
Installing puppet-dashboard on ubuntu precise
..._ruby/1.8/rubygems/custom_require.rb:36:in `require'' /usr/share/puppet-dashboard/Rakefile:9 /usr/lib/ruby/vendor_ruby/rake/rake_module.rb:25:in `load'' /usr/lib/ruby/vendor_ruby/rake/rake_module.rb:25:in `load_rakefile'' /usr/lib/ruby/vendor_ruby/rake/application.rb:501:in `raw_load_rakefile'' /usr/lib/ruby/vendor_ruby/rake/application.rb:82:in `load_rakefile'' /usr/lib/ruby/vendor_ruby/rake/application.rb:133:in `standard_exception_handling'' /usr/lib/ruby/vendor_ruby/rake/application.rb:81:in `load_rakefile'' /usr/lib/ruby/vendor_ruby/rake/application...