similar to: rake doc:rails fails

Displaying 20 results from an estimated 3000 matches similar to: "rake doc:rails fails"

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'' mv
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 the ISP, but it seems that the server still
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
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
2006 Feb 23
3
rake error
I installed at least one gem since I thought I actually once was able to run ''rake appdoc'' command since there is an api for my models and the ez_where plugin that I installed earlier. I wanted to see the api for pdf-writer which is the gem that I installed most recently. (no, I haven''t given up the issue of ''looping'' that Kevin and some others replied
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
2006 Apr 30
8
format numbers as words
Does anyone know if there is a function available which can format any entered number as words? eg: ''1234'' would be ''One Thousand Two Hundred and Thirty Four'' In the past, I would have said this is a tall order, but from what I''ve seen with playing with rails for a short time, I don''t know what to expect. :) Thanks for any help, Damien
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 Feb 24
2
raking my brain to fix this
I am ''raking'' my brain to fix this problem - I have searched, googled, looked through rake documentation, wiki.rubyonrails and I can''t fix... This works $ rake plugindoc (in /home/craig/ruby-db/th-db) rdoc -o doc/plugins/ez_where --title ''Ez Where Plugin Documentation'' -- line-numbers --inline-source -T html
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?
2006 Feb 15
6
Problem creating appdoc documentation
Hello, can anyone help me. After a few weeks I returned to the rails to play with it. But I recognize that I''m now not abble to build appdoc. The same thing that few weeks ago worked without an problem now give me an error: unrecognized option `--line-numbers --inline-source'' $ rake --trace --verbose reappdoc (in /home/radek/src/firma/giga-net/ncc/work) ** Invoke reappdoc
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 -------------- An HTML attachment was
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? If so, what did you do to freeze it with a
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,
2006 Apr 19
2
Capistrano on Windows
So, I''ve just completed my first develop-test-deploy-wait -fix-test-deploy, and although it was successful it was a nightmare to carry out. Aside from not knowing that sqlite doesnt have a facility to delete columns from tables, the whole operation reeked of "hacked," with multiple command windows open while I sprinted back and forth between my dev machine and the web
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
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
2006 Feb 02
4
rails-1.0.0 gem rdoc problem
Just got a brand new install of ruby-1.8.4 and new gems downloaded, specifically rails-1.0.0. Seems rails does not generated rdoc for gem_server. Looking into the problem, it seems that there is an error when doing ''rake rdoc'' for rails-1.0.0. % rake rdoc (in /opt/local/ruby-1.8.4/lib/ruby/gems/1.8/gems/rails-1.0.0) rm -r doc unrecognized option `--line-numbers --inline-source
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 Mar 22
2
Docs for 1.1?
Is there a URL that has the docs for Rails 1.1? Joe -- Posted via http://www.ruby-forum.com/.