search for: freeze_gems

Displaying 20 results from an estimated 26 matches for "freeze_gems".

2006 Apr 22
3
freeze_gems not freezing all gems?
Hi, I am currently experimenting on rake freeze_gems and there is something I do not understand. When I freeze_gems my app, it puts Rails in the /vendor/ directory, which works. But what about all other gems I have installed (for example Unicode, sqlite support, mysql support and so on)? The aim of freezing is to be independant of the versions of t...
2006 Mar 28
1
freeze_gems version number
I''m having a lot of problems with typo and rails 1.1 and I am looking for a way to revert back to 1.0 just for specific projects with problems. Is there a way to run, rake freeze_gems, and specify rails 1.0? Thanks -- Joe Clarke
2006 Mar 29
0
freeze_gems broke my app
WinXP/ruby1.8.4/rails1.0. did a "rake freeze_gems" and got: ------ 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, or volume label syntax is incorre...
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'...
2006 May 19
0
rake freeze_gems and mailer problem
Hi I''m trying to deploy an app bundled with Rails 1.1 as I''m on a shared host, but it seems to be crashing out the dispatch.fcgi processes. I ran rake freeze_gems to get rails in my vendor directory (on a windows box) I added it to the svn and deployed, but got this error ./../config/environment.rb:47: uninitialized constant ActionMailer (NameError) from ../config/../vendor/rails/railties/lib/initializer.rb:40:in `run'' from ./../...
2006 Apr 05
6
rake freeze_gems errors
I''m having problems trying to freeze local rails gem to my app with: rake freeze_gems On OSX 10.4.6 i get the following error: Illformed requirement [=#<Gem::Specification name=rails version=1.1.0>] This is the full output: Freezing to the gems for Rails 1.1.0 rm -rf vendor/rails mkdir -p vendor/rails cd vendor/rails Unpacked gem: ''activesupport-1.3.0''...
2006 Apr 18
7
freeze_gems to upgrade and SVN
Hi all- I just decided to move from my 1.1.0 to 1.1.2. I had previously frozen to 1.1.0 and therefore had all of rails in SVN in my vendor directory. When I finally got rake freeze_gems to work, it blasted (rm -rf) my vendor/rails directory and put a new one in there. This also blasted all my .svn directories. Is there some convenient way to do a freeze upgrade and play well with SVN? Seems the current way requires that I do an SVN remove on all the rails stuff, then SVN ad...
2006 Mar 28
7
Rails 1.1 and "freeze_gems"
I''m on OS X Tiger, and just upgraded my gems. I also ran ''rake rails:update''. After that, I ran "rake freeze_gems", I recieve the following: ===================== Freezing to the gems for Rails 1.1.0 rm -rf vendor/rails mkdir -p vendor/rails cd vendor/rails Unpacked gem: ''activesupport-1.3.0'' mv activesupport-1.3.0 activesupport Unpacked gem: ''activerecord-1.14.0'' mv a...
2006 May 23
7
back-porting 1.1.1 app to 1.0 rails server
I''ve been developing new application on local machine in rails 1.1.1. Hosting provider (godaddy) is at rails 1.0.0 and not upgrading any time soon I''m told. I set "RAILS_GEM_VERSION = ''1.0.0''" in my environment.rb file to get past inital errors, but now I''m getting the following error:
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 13
7
installing rails in vendor
Does a rails project automatically switch to using a "local" copy of the rails libs if it exists in the vendor directory, or do I need to tweak something else to pick it up? Thanks! -Theo
2006 May 06
4
rake doc:rails fails
Hi there, Running doc:rails and doc:rerails on a fresh rails directory after running ''rake freeze_gems'' fail with the following error: > Don''t know how to build task ''vendor/rails/activesupport/README'' Should it work? That file doesn''t seem to exist. If that''s not the sequence for generating the api documentation, what should it be? --...
2006 Apr 26
2
Deploying Rails Application?
Hi, after someone has performed the ''rake freeze_gems'', how does one reverse this action? I guess my goal was to deploy a 1.1.2 rails application on a 1.0 rails host. Is this the correct step to perform for deployment. If any one has any insight, please drop me an e-mail and thanks in advance. Peace, -Conrad -------------- next part -----...
2006 Mar 28
2
Typo 2.6.0 broken with Rails 1.1
Updated today, got Typo 2.6.0 broken with Rails 1.1 (Ruby 1.8.4) -- WEBrick does not start. Is there any workaround except "svn co" with Typo trunk? -- Yaroslav Markin yaroslav at markin dot net
2006 Jan 05
1
How to freeze SwitchTower
Hi all, I''m wondering if "rake freeze_gems" will freeze SwitchTower as well. If it doesn''t, I could try to modify the rake task at [1] to freeze extra gems such as switchtower into vendor/ (the rake task at [1] freezes gems into lib/ which I disagree with). Is there anyone else actually using a "frozen" SwitchTower?...
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, or volume label syntax is incorrect....
2005 Dec 18
8
Invoking Rails from an API
Hi, I am trying to use ruby int an embedded web server. The environment does not have the luxury of CGI or WebBrick. I find limited documentation on how to get this to work. As a test program on windows, I tried the code in the section below. I have the issues. 1. Is public/dispatch.rb the right script to invoke a rails app? If so, what is the right way to invoke dispatch.rb? 2.
2006 Apr 19
2
Capistrano on Windows
...much so that I skipped my normal procedure of doing a Google search for "[Cool Script/Program that doesnt work under Windows] under Windows." I''m just tired of having to jump through hoops to acheive what it takes Unix users 2 seconds to do. From not ever getting "rake freeze_gems" to work, to the absolute debacle that is rails+IIS/fastcgi/lighttpd/ISAPI (you''re telling me with a straight face that I need to install Apache to get rails working in IIS? WTF?) I''m extremely frustrated. I''m whining. Back to my original question. I want to i...
2006 Apr 18
2
make rails 1.1 code 1.0-compliant
Hello, I''m working on a rails 1.1 app on my mac, but my web host hasn''t upgraded from 1.0 to 1.1 yet, so the below code, which works on my machine, doesn''t work on the web server: # controller def compare_fields name = params[:person][:name] @exists = Album.count(["name like :n", {:n => name}]) render :update do |page| if @exists > 0
2005 Dec 23
8
webrick / winxp won''t stop serving cached file??
Hi Working through the tut material in teh PP book (agile dev with rails) on a laptop running winxp. Creating the "admin" application, things generally work great. Except: at teh end of chapter 6, when we update teh css to improve the look of the page - I copy the new scaffold.css into my working directory, but webrick keeps serving the old css, even after a restart. Very odd. The