Displaying 20 results from an estimated 60000 matches similar to: "Can''t freeze rails using rake..."
2006 Apr 11
2
''rake rails:update'' Error - can''t upgrade to 1.1.1
''rake rails:update'' is causing the below error for me when trying to
upgrade my application. I''ve scowered Google and didn''t find much, has
anyone else had this problem and solved it?
C:\@cs\phase2>rake rails:update --trace
(in C:/@cs/phase2)
rake aborted!
Don''t know how to build task ''rails:update''
2006 Apr 11
15
Migrating rails 1.0 app to 1.1 - Noob question
Hi all, I''ve upgraded my system to Rails 1.1.1 successfully.
After much looking I haven''t found out how to migrate an existing
application to a new rails version though. What is the procedure, if
any, for upgrading the application I''ve developed in 1.0? Is there a
script I need to run?
--
Posted via http://www.ruby-forum.com/.
2006 Jan 28
1
Can''t freeze rails on a windows box
Hi,
I''m trying to freeze rails on a windows box and get this message(test is
an rails app):
C:\rails\test>rake freeze_gems
(in C:/rails/test)
Freezing to the gems for Rails 1.0.0
rm -rf vendor/rails
mkdir -p vendor/rails
The filename, directory name, or volume label syntax is incorrect.
The filename, directory name, or volume label syntax is incorrect.
The filename, directory name,
2010 May 25
1
rake rails:freeze:gems bug in rails 2.3.5?
Hi All,
Not sure if this is a bug or expected behavior.
I''ve pasted my log below, but basically the first time that I run
rake rails:freeze:gems, I get action* all unpacked into app/vendor/
rails.....the 2nd time I run it? I only get vendor/railties/*
Something I''ve done wrong?
Thanks,
Dale
---- log -----
~/cygwin/test$ rake rails:freeze:gems
(in C:/Documents and
2006 Jul 12
5
railsapp/db/migrate Newbie question
I made a mistake when making my first app. I did not use the:
ruby script/generate model <modelname>
method for creating my models. I more or less hand crafted each og
them. Is there a way to go back so I get my db migration scripts to
populate?
--
Posted via http://www.ruby-forum.com/.
2007 Jul 12
1
Rails database backup & restore plugin or rake task
Hi,
Searching in internet finds me mysql specific things and outdated rake
tasks. I want a portable one. So using postgresql database, I want to
dump my db data into a file. Then I want to load the file into mysql
database.
Any one know where I can find one?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2006 Mar 06
2
Can''t see documentation after executing "rake appdoc"
I successfully got rake appdoc to work on the depot application (after
manually applying the patch for rake 0.70).
Everything appears to generate fine, but I can''t pull up the
documentation in my browser.
I''ve tried:
http://localhost:3000/doc/app/
http://localhost:3000/doc/app/index.html
I always get:
Recognition failed for "/doc/app/"
with
2008 Dec 25
2
rake doc:rails -- fails.
rake doc:rails fails with:
Don''t know how to build task ''vendor/rails/railties/CHANGELOG''
How to fix?
Rails 2.2.2, Rake 0.8.3.
Thanks,
Ken
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2006 Mar 29
0
rails 1.1: fix to ''rake rails:freeze:gems''
I''ve noticed that after upgrading rails to 1.1, the ''freeze_gems'' task
fails due to an error.
I have no idea how to submit a fix, but wanted to post it here in case
anyone else is having this issue.
You''ll have to navigate to the folder that is appropriate for your setup:
Go to "/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/tasks"
Open up
2009 Apr 24
1
Can rails environments be loaded only once and then execute rake tasks without loading it again and again?
Hi there guys,
I have a daemon that executes a rake task periodically in a loop in
the backend. And every time it runs the rake task, rails environment
is reloaded. Is there a way that the rails environment is loaded only
once before the loop and the following rake task will not load it
again and again?
Thank you in advance.
2006 Jan 21
5
Help...why ''rake migrate'' can''t be executed on RadRails
''rake migrate'' command can''t be executed on RadRails?
I found Terminal Window at RadRails and executed ''rake migrate'' on that
terminal
many times.but nothing happend,even error messages.
I made InitialSchema file like these and configured database.yml.
of course I made database before executing ''rake migrate''
anyone,get me
2005 Aug 07
1
Can''t rake without swig
You can''t rake without swig now. I keep swig out of my path so I can do
a build without swig to be sure it works with the download.
Exception `Errno::ENOENT'' at ./rake/rakewx.rb:20 - No such file or
directory - swig -version
No such file or directory - swig -version
./rake/rakewx.rb:20:in ``''
./rake/rakewx.rb:20:in `have_good_swig''
./rake/rakewx.rb:254:in
2007 Nov 26
2
Rails 1.2.6 gem freeze fails with gem 0.9.5 system
Freezing to the gems for Rails 1.2.6
rake aborted!
uninitialized constant Gem::GemRunner
tracing gives:
no such file to load -- /Users/nathany/Sites/boat/oat/config/../vendor/
rails/railties/lib/initializer
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in
`gem_original_require''
...
which seems like it may be trying to load the frozen gems before they
are there?
It
2006 May 19
2
where can I find a list of all available rake functions for Rails
Hi all,
Do you know where can I find a list of all available rake functions for
Rails.
Many thanks.
Yi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060519/45a2ae96/attachment.html
2006 May 09
1
Rails freeze, weird error
Hello --
So, I have a bunch of apps on my dev box, all currently v1.0.0. I thought I
could use the freezing techniques to test each app for 1.1.x compatibility
individually, but that doesn''t seem to be working out...
First, I checked out from
http://dev.rubyonrails.org/svn/rails/tags/rel_1-1-2/ into vendor/rails
Then I ran "rake rails:update".
Then I went into console, and
2006 Oct 10
4
rake migrate -- which db affected?
Dumb question, but when you do ''rake migrate'', which database is
affected (e.g. test, development, or production)? Is there a way to
target a specific one?
Thanks,
Joe
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
2007 Nov 21
3
Cannot freeze gems
Running rake rails:freeze:gems I got the following error:
[root@WiNN-Mesh web_interface]# /usr/local/bin/rake rails:freeze:gems
--trace
(in /usr/sbin/web_interface)
** Invoke rails:freeze:gems (first_time)
** Execute rails:freeze:gems
Freezing to the gems for Rails 1.2.5
rm -rf vendor/rails
mkdir -p vendor/rails
cd vendor/rails
rake aborted!
uninitialized constant Gem::GemRunner
2007 Dec 31
0
[ wxruby-Bugs-16718 ] rake aborted! can''t convert nil into String
Bugs item #16718, was opened at 2007-12-30 19:32
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16718&group_id=35
Category: Compile/build
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: rake aborted! can''t convert nil into String
Initial Comment:
1.9.2, Ubuntu 7.10:
$
2008 Nov 11
4
Very weird rake message...
When I try and run rake db:migrate, I get this error:
rake aborted!
uninitialized constant CreateUsers
/Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/
dependencies.rb:266:in `load_missing_constant''
/Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/
dependencies.rb:453:in `const_missing''
2006 Mar 01
2
Rake error on edge rails
I updated my "edge rails" this morning, ran ''rake'', and got:
rake aborted!
undefined method `namespace'' for main:Object
./rakefile:10
To verify, I created a new project, ran ''rake'' and didn''t get the
error. Then I ran ''rake freeze_edge'', re-ran ''rake'' and got the same
error. Is anyone else