similar to: Rails documentation location

Displaying 20 results from an estimated 50000 matches similar to: "Rails documentation location"

2006 Feb 22
3
ri docs for Rails?
I cant find ri docs for any of the Rails classes. Do I have to generate them? I do see RDoc files. john
2006 May 08
2
Documentation for rails
I''m trying to convince a co-founder of the startup I''m working on that rails is the new black, or possibly the next sliced bread. Does rails ship with doc, or the API? I can''t even figure out how to download it from api.rubyonrails.com, or if that''s possible. When I look in C:\ruby\lib\ruby\gems\1.8\gems\rails-1.1.2\doc I see nothing of use. I have to admit
2006 Aug 07
5
Documentation for downloading and reading offline
Is there anywhere that I can download the Ruby/Rails documentation & APIs so I can peruse it offline at leisure? I only have a dialup connection at home and going online all the time to access important documentation like that is a bit of a pain. -- Posted via http://www.ruby-forum.com/.
2006 Apr 08
4
API rails
hi! I''m a Spanish student and I''m a new reader in this list. I''d like to ask us the next question: is it possible to download Rails API? thanks! PD: I''m sorry if my english isn''t very good. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Oct 05
4
Friendly_id and Rake problem.
Hello there, The plugin friendly_id (http://github.com/norman/friendly_id) has rake tasks that you can call. I''m using this plugin as a gem. I''m trying this: rake friendly_id:make_slugs MODEL=Post and it is rising this error: Don''t know how to build task ''friendly_id:make_slugs'' So the question is: how do I call a gem''s rake task? David
2006 Jan 15
2
removing old rails docs after updating rails
Hi, When I start gem_server and look at localhost:8808 I can see multiple version of actionpack, activerecord etc. Is there a command to delete the old documentation after I update rails? Thanks, Peter
2006 Feb 28
5
List and update installed gems?
Hi, could someone tell me how to list and update the currently installed gems on my rails installation? Thanks in advance, -Conrad
2005 Dec 16
7
offline copy of the api site ?
Hi, Is there a archive off http://api.rubyonrails.org/ so that I can view it without net access? Kind Regards, Herbert _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Jan 29
3
Depot example doesn''t work on my pc
Hi everyone, I wrote a post last week, but unfortunatly I had no time to try. First of all I''d like to thank you, for every your answer, and then I''m sorry for the late of my answer. I REALLY appreciated them. So I did as you told me, but this problem is still on. First of all, I changed the server script file as you told me, so I deleted the first line:
2005 Mar 25
2
Rails PDF Documentation
hi, i''m falling in love with rails, but the main obstacle is digesting the huge amount of documetation for it... i''m getting dizzy flipping back and forth between my development and the online reference. i know rails is in a constant state of flux, but surely there is a pdf-ized version of the api reference out there somewhere. alas, google tells me there is no such animal.
2005 Aug 29
2
Where to point the browser to for appdoc documentation
Under windows XP I created a batch file in the depot directory this takes care of generating the application documentation. The default rake appdoc isn''t working under windows right now (remove the -T option). So, where do I point my browser to (so that I can view the new generated application documentation)? Running gem_server didn''t help so far... listing doc.bat rdoc -o
2005 Dec 23
3
Getting ri to include rdoc for my rails gems
I''ve installed Ruby 1.8.2 and Rails 1.0 on Windows XP and it''s working great. However, ri, doesn''t seem to know about any of the rdocs for the rails classes. For example if I run "ri --classes" none of the ActiveRecord classes are listed. What''s the correct way to get ri to include rails classes? Thanks, Todd -- Posted via
2005 Jan 28
16
primary_key_prefix_type, support for non-integer primary keys
Hello! I''m just starting out with Rails--and Ruby itself for that matter--and have a couple of questions regarding primary_key_prefix_type and non-integer primary keys. I see in the ActiveRecord documentation [1] that by default the primary key of a table "foo" is expected to be "id", though primary_key_prefix_type this can be changed to :table_name or
2007 Jan 27
7
Getting elements from a web page
I am new to Mechanize and was wondering if there was a built-in method to get the elements that are on the page that are not part of a form. A couple of examples would be my banking site lists my entries and I want them to go into an array so that I can handle them. Or another site I use, does some categorization for me and I would like to manipulate it and present it differently to a user.
2006 Apr 19
3
Custom Form Buttons
Is there a way to deliver options for a custom form button to the submit function? As in: <input type="image" name="submit" src="image.jpg" width="126" height="18"> -- Posted via http://www.ruby-forum.com/.
2006 Jul 17
1
RDoc
Newbie question: In the Rails documentation it often reads something like > See the RDoc on ActionController::AutoComplete to learn more about > this. How do I generate/view this documentation? (I''m on Mac OS X) Thanks in advance Sebastian -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Feb 28
1
[ win32utils-Support Requests-8957 ] Killing grandchildren?
Support Requests item #8957, was opened at 2007-02-28 13:47 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=412&aid=8957&group_id=85 Category: win32-process Group: None Status: Open Resolution: None Priority: 3 Submitted By: Chad Woolley (thewoolleyman) Assigned to: Nobody (None) Summary: Killing grandchildren? Initial Comment: I am trying to spawn, then
2002 Dec 18
4
Running R on a Local Area Network
A couple of months ago I downloaded R 1.6.0's binary for Windows, which I have since been using without any particular problem, that is on one machine running Windows 98. Last week I set up a local network and have since tried to use R remotely, i.e. R is installed on the previous machine and nowhere else. On the client's side, the GUI opens correctly and allows me to do simple
2007 Mar 05
1
ODBC Adapter woes
Hi All, I am running into a little issue the ODBC adapter: rails: 1.2 ruby: 1.8.4 ODBC ruby binding: .0997 Rails ODBC adapter: 1.4 I have added the ruby bindings to the /ruby/1.8/i386-msvcrt and used gem to install the ODBC adapter I updated the enviroment.rb when I run ruby -e ''require "odbc"'' it appears to correct (no error response) 1. Is my understanding
2006 Jul 27
3
[somewhat OT] Apache config for Rails + ColdFusion + PHP
Our group has several web apps developed in ColdFusion, PHP, and Rails. The ColdFusion and PHP apps are on an older server, and the Rails apps on a new server. Ideally, we''d like them all to share the same server. Our current setup for the Rails server is Apache2.2 with mod_proxy_balancer and mongrel_cluster. We''d like to have specific directories be processed and served by