search for: rakefil

Displaying 20 results from an estimated 458 matches for "rakefil".

Did you mean: rakefile
2006 Aug 05
14
Rake aborted! on No Rakefile Found error
Hello, On a command: rake db:migrate I get the "rake aborted!" error. The message is: No Rakefile found (looking for: rakefile, Rakefile, rakebile.rb, Rakefile.rb) c:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1822:in ''load_rakefile'' Checking my setup, I see that Rakefile.rb is in the expected path. Why can''t rake see Rakefile.rb, and how do...
2006 Oct 19
0
[692] trunk/wxsugar/Rakefile: Correct a typo in the Rakefile
...der:1px solid #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[692] trunk/wxsugar/Rakefile: Correct a typo in the Rakefile</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>692</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-10-19 13:34:10 -0400 (Thu,...
2011 Oct 24
2
Problem(s) with installing Puppet Dashboard
...strapping.html I am installing it from the .deb package, however after installation I cannot find the "settings.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 Gr...
2007 Oct 30
8
Comments on commit 1406 (rakefile changes)
Alex, The changes to the rakefiles are causing me some problems building on OS X. I am getting the following: rake aborted! undefined method `+'' for nil:NilClass /Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109 I will now go test on Windows Sean
2012 Mar 19
3
Installation steps for Ruby on Rails?
...ils'' and ''gem install mysql'' respectively. Also, did ''gem install rubygems-update -v=''1.4.2'''' On command, rake db:migrate, Ruby is supposed to help run all the *.rb files and update my database tables. But I come across this, "No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)" My rakeFile is present in the project. So, what am I supposed to do in such a case? Regards, Gaurav Kanyalkar -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google...
2007 Jan 11
3
rake db:migrate doesn't work anymore
Hi! Up to now, i had no problems with my migrations and rake (rake db:migrate). Today, i got a project from a svn repository, but i can''t do "rake db:migrate": "rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1822:in `load_rakefile'' (See full trace by running task with --trace)" I am in the right directory - what can be wrong? Thanks! -- Posted via http://www.ruby-f...
2006 Mar 30
10
Problems upgrading to Rails 1.1
Hi All, I just tried to upgrade to Rails 1.1 on my Linux server and had the following issue when running the second part of the upgrade. [root@localhost ~]# rake rails:update rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) /usr/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1635:in `load_rakefile'' (See full trace by running task with --trace) Not sure what this all means. Can anybody help please? Thanks in advance Jake Howlett
2014 Jan 16
2
[PATCH] hivex: ruby: Minor fix for building with Ruby 1.8
--- ruby/Rakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/Rakefile.in b/ruby/Rakefile.in index 204e37c..5ad1502 100644 --- a/ruby/Rakefile.in +++ b/ruby/Rakefile.in @@ -22,7 +22,7 @@ require 'rake/testtask' # Used to be rake/rdoctask. Now it's rdoc/task. begin...
2011 Sep 09
1
i need help.please anyone can help me out witth this.
I installed ruby on my pc...then after that i got lib not found as one error when i was installing 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:/R...
2008 Oct 18
3
Cucumber "standard base" setup?
I''m trying to set up cucumber so we can try it in some Ruby automation scripts I''m working on. These will be straight Ruby, for use in BBEdit and TextMate (on the Mac). NOT Rails. The big early-stage stumbling block I''m having is setting up the initial Rakefile and directory structure. I think I''m rtfm''ing, but clearly I''m missing whatever I need to get past square one. We''ll be working on Leopard boxes, with clean and up-to-date gem installs across the board. Most of our coding is in TextMate, and the cucumber...
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 Sep 29
1
ragel version detection in Rakefile is broken
Version 5.7 is lower than 5.18, the Rakefile fails to detect that. Patch attached. Attachments: http://www.ruby-forum.com/attachment/471/Rakefile.patch -- Posted via http://www.ruby-forum.com/.
2011 Nov 29
1
[PATCH] out of tree build: ruby (second take)
--- ruby/Rakefile.in | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ruby/Rakefile.in b/ruby/Rakefile.in index da9f3f1..2587476 100644 --- a/ruby/Rakefile.in +++ b/ruby/Rakefile.in @@ -24,10 +24,10 @@ require 'rake/gempackagetask' PKG_NAME='@PACKAGE_NAME@...
2011 Nov 21
2
[PATCH] out of tree build: ruby
--- ruby/Rakefile.in | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ruby/Rakefile.in b/ruby/Rakefile.in index da9f3f1..99a195d 100644 --- a/ruby/Rakefile.in +++ b/ruby/Rakefile.in @@ -27,7 +27,7 @@ PKG_VERSION='@PACKAGE_VERSION@' EXT_CONF='@srcdir@/ext/hivex/e...
2011 Nov 20
1
[PATCH] out-of-tree build: ruby
--- ruby/Makefile.am | 4 ++-- ruby/Rakefile.in | 18 +++++++++--------- ruby/run-bindtests | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ruby/Makefile.am b/ruby/Makefile.am index 112512b..032ace2 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -62,7 +62,7 @@ RUBY_SITEARCH := $(shell ruby -rrbconfig...
2006 Jul 30
0
Deploying Rakefiles?
My rakefile contains some tasks that are dev only. For example, test/ rails. Of course, test/rails is not present on the production server so running rake breaks. What are others doing? Do you have a dev and a production rakefile? Do you have conditional requires? How about your tasks/ directory -- how...
2007 Aug 12
2
[PATCH] merb-rakefile-more-dist-byebye.diff
...his patch removes all the references to dist/ that I could find. Ez, consider this a full copyright transfer from me to you on this and future patches; I''ll sign something official if you need it. -------------- next part -------------- A non-text attachment was scrubbed... Name: merb-rakefile-more-dist-byebye.diff Type: application/octet-stream Size: 8643 bytes Desc: not available Url : http://rubyforge.org/pipermail/merb-devel/attachments/20070811/bb3bf027/attachment.obj -------------- next part --------------
2005 Jul 07
2
mofications to Rakefile SQL Server
I have made some modification to the Rakefile used by a Rails app to support SQL Server. The SQL Server versions of the database related tasks use scptxfr and osqlwhich may require some installation depending on the grade of SQL Server you are using on your development platform. What is the procedure for making patch to the fresh_rakefile?...
2006 Jun 16
5
[slightly OT] Problem with subversion 1.3.1 on OSX Tiger
...o rails development on two Debian workstations (home, work) and also a MacBookPro. I installed subversion from Darwinports. Things worked ok for a while and I did commits from and updates to all three machines until today. When I did svn status I noticed a lock on the working dir. $ svn status ? Rakefile ? readme ! L . .... etc I cannot seem to get rid of the lock. If I try to commit, I get.. svn commit -m "finished registration controller" svn: Working copy ''/projects/ror/sr'' locked svn: run ''svn cleanup'' to remove locks (type ''svn help c...
2006 Feb 28
5
rake appdoc errors
when running rake rake appdoc (os x 10.4) i get the following error: unrecognized option `--line-numbers --inline-source'' any ideas? sebastian