similar to: Problem running Rdoc from Rake in Rails 2.3

Displaying 20 results from an estimated 600 matches similar to: "Problem running Rdoc from Rake in Rails 2.3"

2009 Mar 22
1
Problem running autotest in rails 2.3
People, I''m trying to run autotest on rails 2.3 I get a NoMethodError. Here is what I see: Sat Mar 21 20:47 /b/tmp/myfc23 maco$ Sat Mar 21 20:47 /b/tmp/myfc23 maco$ autotest loading autotest/rails_rspec ./vendor/plugins/rspec/lib/autotest/rspec.rb:24:in `initialize'': undefined method `failed_results_re='' for #<Autotest::RailsRspec:0x1205b88> (NoMethodError)
2009 Jun 10
5
uninitialized constant ActiveSupport::Cache (NameError)
Hi After having updated some GEMS I get `load_missing_constant'': uninitialized constant ActiveSupport::Cache (NameError) on starting the server of a freshly generated rails project. Before, I already had Rails 2.3.2 projects succesfully running, now all of them generate this error. These are my GEMS: actionmailer (2.3.2, 2.2.2, 2.1.2, 2.1.1, 2.1.0) actionpack (2.3.2, 2.2.2, 2.1.2,
2010 Jun 17
3
RDoc 2.2.0 requirement
Looks like Rails 3 currently depends on RDoc 2.2.0 exactly, even though the latest version is 2.5.x. Why this specific version? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to
2009 Apr 17
0
[LLVMdev] Fwd: OpenMPI and llvm-gcc
Yes I think I can. The original compile line was: llvm-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../extlib/otf/otflib -I../../ extlib/otf/otflib -I../../vtlib/ -I../../vtlib -D_REENTRANT -fopenmp - DVT_OMP -O2 -MT vtfilter-vt_tracefilter.o -MD -MP -MF .deps/vtfilter- vt_tracefilter.Tpo -c -o vtfilter-vt_tracefilter.o `test -f 'vt_tracefilter.cc' || echo './'`vt_tracefilter.cc I
2009 Apr 16
1
[LLVMdev] OpenMPI and llvm-gcc
Hi, I was wondering whether or not MPI-libraries are expected to work with llvm-gcc? I tried to compile openmpi-1.3 using the llvm-gcc4.2-2.5-x86-darwin9 distribution on my MacBook Pro running OS 10.5.6. Installation using the gcc (gcc version 4.0.1 (Apple Inc. build 5490)) worked well. But for the llvm-gcc I get the following error message (during the make): > .... > Making all
2006 Aug 04
8
Demo in rails2.pdf of add_price migration, PostgreSQL 8.1.4
People, I''m looking at the migrate example on p 74 of the rails2.pdf It''s a simple example of using a migration to add a column to the products table. Here is a copy of the migration file named 002_add_price.rb after I generated and then edited it: class AddPrice < ActiveRecord::Migration def self.up add_column :products, :price, :decimal, :precision => 8, :scale
2008 Jun 21
0
Git and script/plugin; How I pass the PATH variable?
RoR People, I''m trying to use script/plugin and git. I see this error: mac2:/pt/webprops/mmhq/mm12/mymoney maco$ ruby script/plugin install git://github.com/activescaffold/active_scaffold.git removing: /pt/webprops/mmhq/mm12/mymoney/vendor/plugins/active_scaffold/.git sh: line 1: git: command not found mac2:/pt/webprops/mmhq/mm12/mymoney maco$ mac2:/pt/webprops/mmhq/mm12/mymoney maco$
2007 Aug 31
3
Bootstrapping from SVN
Is there a simple way to bootstrap merb directly from the Subversion repository, rather than first installing it as a gem? I can do the following if I already have an old gem lying around: merb -g testapp # using an old gem cd testapp rake merb:freeze_from_svn Unfortunately, that means I''m using an old version of the generator. So for example, when I just tried this,
2009 Apr 15
0
hpricot bug?
I get an error in the hpricot-gem on Windows XP sp3. I have tested different versions of it and combined them with different versions of sequel (including the latest of both). The error triggers on the line when I do: require ’hpricot’. The line that causes the error in the hpricot-gem in the file elements.rb (line 395) looks like this: nth = proc { |num,i| self.position == num.to_i } What is
2008 Jun 10
0
[ANNOUNCE] libpciaccess 0.10.3
Brown paper bag release. I accidentally clobbered libpciaccess-0.10.2 on the server. Adam Jackson (3): Linux: Fail gracefully on machines without PCI. libpciaccess 0.10.2 libpciaccess 0.10.3 Eric Anholt (1): Catch and recover from yet another linux kernel bug in mprotect. git tag: libpciaccess-0.10.3
2008 Dec 04
5
ubiquity-rdoc, better rdoc searching
Hi everyone, I wrote a set of Mozilla Ubiquity commands that allow the user to search on rdocs, also featuring autocomplete, load of any rdoc hosted on the web and changing the default rdoc when searching. The project is hosted here: http://projects.talleye.com/ubiquity-rdoc and GitHub. Please, let me know any bug, suggestion, etc Luis Cipriani WebCo Internet brasigo.com.br
1997 Sep 01
1
R-alpha: old Rdoc 2 new Rdoc
--xk+LtGr+JJ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Attached is a conversion script for converting current R doc files to the proposed new format ... I'm not sure if it handles everything correctly, as I made just some random checks. The main purpose for posting the thing to the list is such that those interested can get a look at the new format. Of
2007 Nov 10
0
Facebooker Rdoc
Hey folks, I''ve stuck a copy of the latest rdoc online, along with a few other useful bits of information and links. I''ll update it any time I see any new commits. http://facebooker.professionalnerd.com/ Cheers, Jon -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 30
1
acts_as_ferret rdoc
The wiki for acts_as_ferret claims that the rdoc is available at http://projects.jkraemer.net/acts_as_ferret/rdoc, but that page 404s. Is the rdoc up somewhere? thanks, ryan -- Posted via http://www.ruby-forum.com/.
2007 May 11
1
[Somewhat OT] Integrating RSpec and RCov results in Gem''s RDoc
I have a Gem on which the testing is done with RSpec. I would like to include the results of RSpec and the RCov html files in the RDoc. The problem is that when I have RDoc include the files, it winds up escaping all the html. Is there a way to get HTML into RDoc unprocessed? Or is there some other way I can distribute the RSpec/RCov results with my Gem integrated with RDoc? I can include
2007 Feb 28
1
rdoc for Spec::Rails ?
Hi, where can i find the rdoc for rspec-rails. The content of README-FIle of rspec_rails is: "See Spec::Rails" But i couldn''t find Spec::Rails on http://rspec.rubyforge.org/rdoc/ index.html (it is updated to 0.8.0) Best Hussein
2007 Feb 28
2
rdoc for Spec::Rails
Hi, where can i find the rdoc for rspec-rails. The content of README-FIle of rspec_rails is: "See Spec::Rails" But i couldn''t find Spec::Rails on http://rspec.rubyforge.org/rdoc/ index.html (it is updated to 0.8.0) Best Hussein
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:
2006 Apr 12
1
rails api for dashboard widget like ruby rdoc widgets
hi guys, has someone here implemented rails api for dashboard widget like ruby rdoc widget? http://www.apple.com/downloads/dashboard/developer/rubyrdocwidget.html -- sig "kind regards" :name => " Arie Kusuma Atmaja ", :callme => " Arie ", :ym => " riyari3 ", :email => " ariekusumaatmaja@gmail.com ".chop!, :blog => "
2006 Apr 23
0
Don''t you think RDoc should be changed when used in Rails?
DOnt you think it would be great if RDoc was changed when used with rails? At the moment there are 3 sections at the top : Files, Classes and Methods. In the Classes section Models, Helpers and Controllers are intermingled. I think it would make more sense and be more useful if there were seperate sections for these. What do you think? Thanks, Chris -- Posted via