Displaying 20 results from an estimated 1000 matches similar to: "How to freeze_edge with TortoiseSVN and InstantRails"
2006 Mar 13
1
"rake freeze_edge" over proxy?
How do i use "rake freeze_edge" over a proxy?
"rake freeze_edge -p http://...." doesnt work
THanks
Chris
--
Posted via http://www.ruby-forum.com/.
2006 Feb 24
1
rake freeze_edge doesn''t work
I got these messages running ''rake freeze_edge'' in the application
directory
rake aborted!
Don''t know how to build task ''freeze_edge''
What gives ?
TIA
--
Posted via http://www.ruby-forum.com/.
2006 Mar 07
2
freeze_edge problem
(from http://pastebin.ca/44831)
from a rails 1.0 app i did rake freeze_edge and rake rails:update.
that went fine.
when i go to the front page of my rails app I get
wrong number of arguments (2 for 3)
/var/www/somehost.net/site/public/../config/../vendor/rails/railties/lib/dispatcher.rb:63:in
`failsafe_response''
2005 Oct 29
0
freeze_gems and freeze_edge not working in 14.2
Anyone know what''s going on here? Every time I rune rake freeze_gems it
complains that I don''t have rails installed. freeze_edge won''t work either.
catalog1# rake freeze_gems
(in /usr/local/cart/ast/rails)
rm -rf vendor/rails
mkdir -p vendor/rails
Unpacked gem: ''actionpack-1.9.1''
Unpacked gem: ''activerecord-1.12.2''
Unpacked gem:
2006 Mar 07
0
MemCacheStore; memcached-problem on freeze_edge (export version 3811)
Heya,
I got the following problem on an app using memcahed.
Using the latest stable release from gem install rails and lighttpd
all is fine.
If I do a rake freeze_edge as I want to take advantage of the latest fun,
I get the following error-message at startup time.
rails@lists.rubyonrails.org
$ ruby script/process/respawn
.....
...
2006 Apr 03
4
How to create new rails 1.1 app if only rails 1.0 installed?
I have rails 1.0 and I cannot install rails-1.1 system-wide.
However, I can freeze_edge (but just once because of svn 1.1.4 on
Debian).
Under this scenario, how can I create brand new rails-1.1 apps?
I know how to freeze_edge *existing* rails-1.0 apps but that process
seems to be imperfect because the script/about command and
/rails/info/properties URL do not work after freezing to 1.1.0
2006 Mar 30
1
Applying a patch?
Is it possible to apply a patch to 1.1 without checking out the trunk,
etc?
If not any client recommendations for svn?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2010 Mar 28
2
Setting up TortoiseSVN and PuTTY on Windows for r-forge.r-project.org (Was: Re: Using SVN + SSH on windows)
Here are some notes/observations I've done on my setup that works for
me. Hopefully it will be added to some r-forge documentation/wiki.
I use:
Windows Vista Business SP2 32bit
TortoiseSVN 1.6.7 (Build 18415 - 32 Bit , 2010/01/22 17:55:06)
PuTTY v0.60 (with Pageant v0.60)
I have a deprecated r-forge project ('r-oo') that I will use through
out. My r-forge username is
2006 Jul 12
4
error when using plugin discover
When I run ./script/plugin discover to register new plugin sites I get
stopped at this point with the following error.
...
http://svn.northpub.com/plugins/
http://rhnh.svnrepository.com/svn/public/rails/plugins/
(eval):3:in `each'': undefined method `[]'' for nil:NilClass (NoMethodError)
from /usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/commands/plugin.rb:658:in
2006 Mar 21
4
Broken config/lighttpd.conf? (in EdgeRails)
I''m using Mac OS X, I installed Ruby/Rails/lighttpd/etc via the
instructions from hivelogic. I think I''ve found a bug with
EdgeRails, but I''m not sure how to submit it (and maybe I''m doing
something wrong and someone can just point me in the right
direction). Anyway I thought I''d report it just in case it is a bug.
I''ve downloaded
2006 Mar 29
1
Unit tests rail on 1.1, was fine on 1.0
Running Debian 3.1, ruby 1.8.2, postgresql 7.4.x, rails-1.0 gem and
rails-1.1 (rake freeze_edge).
After if ''rake freeze_edge && rake rails:update'' (to rails 1.1), my unit
test fails with an error attempting to create sequence table that
already exists (ie. addresses_id_seq table).
But if I roll back with ''rake rails:unfreeze'' (to rails 1.0), my unit
2006 Mar 15
9
Rails 1.1 is coming!
"Rails 1.1 is coming" - Feb 26, 2006 post in rails-core
* http://www.ruby-forum.com/topic/55991
Final Drive Candidates (highlighted for review by core members)
* http://dev.rubyonrails.org/report/19
Potential Rails 1.1 Blockers
* http://dev.rubyonrails.org/report/10
Did you know you can run many different versions of Rails on the same
physical server? This means you can test
2006 Aug 16
6
error with edge rails
I''ve started an app with rails 1.1.6 then ran freeze_edge. My app
will not run with rails in the vendor folder. Have I forgot to do
something? I"ve been without the internet for the last two months.
Has something changed?
2005 Dec 16
2
Edge Rails Instructions out of date?
hello all,
I currently have Rails 1.0 installed, and was hoping to get the latest
edge rails. Following the directions found at:
http://wiki.rubyonrails.com/rails/pages/EdgeRails
I ran the following command:
rake freeze_edge
The command ran without a problem. When I went to update my
application, however, by running the following command:
ruby
2006 Mar 16
4
problems with latest and greatest ?
I just did the following:
1) checked out latest rails from svn.
2) built project using the /bin/rails with the latest rails binary.
3) did a "rake freeze_edge" within the project
Now, script/server is failing
===========================
./script/../config/../vendor/rails/railties/lib/commands/../tasks/tmp.rake:1:
undefined method `namespace'' for #<Object:0x401ce970>
2007 Jan 29
3
WXRuby Documentation
Hi,
I am very new to Ruby, but I know I can express myself in writing pretty
well. If it''s OK to contribute to the documentation of WXRuby, How do I do
that? I signed up for a membership on Sourceforge, but was not sure what to
do after that.
Thanks.
Jim
James D Homme,
Usability Engineering
Highmark Inc.
james.homme@highmark.com
412-544-8177
"If you think you can, or if you think
2006 Mar 29
2
How to undo ''rake rails:update''?
How do I reverse this action?
rake freeze_edge
rake rails:update
Step 1: rake rails:unfreeze
Step 2: ??? (what is reverse of ''rake rails:update''?
--
Posted via http://www.ruby-forum.com/.
2006 Mar 30
4
Capistrano Shovel onto Textdrive SVN error
I''m using the Shovel recipe to deploy my lovely app to text drive.
everyhting seems to be ok apart from the deploy action which fails
saying that there is "No such file or directory" I''ve included the full
error listing below.
The SVN definately exists because we''re using for development.
Does any one have any ideas what might be going wrong?
Thanks
Tom
2009 Nov 22
4
Do you keep an archive of "useful" R code? and if so - how?
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091122/430e3297/attachment-0001.pl>
2005 Dec 23
2
getting changes
I was having some problems, which are fixed with #3331 & 3332. I have no
idea how to get these changes. Do I have to wait for a release? What is the
time frame? Any help understanding the process would be very helpful.
Thanks,
Steven A Bristol
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org