Because i'm trying and when i put in the console
rails hello_tog -m http://tr.im/tog_current
in the installation appear the next message:
←[1m←[33m←[44mInstalling gem dependencies...←[0m←[0m
We are going to install the required gems. This could be done as super
user in a
host-wide manner of just for your user.
executing gem sources -a http://gems.github.com from C:/Ruby/
hello_tog
gem desert
gem mislav-will_paginate
gem tog-tog
gem thoughtbot-factory_girl
gem jackdempsey-acts_as_commentable
gem mreinsch-acts_as_rateable
gem RedCloth
gem mbleigh-acts-as-taggable-on
gem linkingpaths-acts_as_abusable
gem rubyist-aasm
gem oauth
Install required gems as root? (y/n). If you are using
Windows, pl
ease, answer 'n'. If installing gems as superuser you could be asked
to enter yo
ur password.
n
rake gems:install
ERROR: Error installing RedCloth:
ERROR: Failed to build gem native extension.
C:/Ruby/bin/ruby.exe extconf.rb
creating Makefile
make
"make" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Gem files will remain installed in C:/Ruby/lib/ruby/gems/1.8/gems/
RedCloth-4.2.3
for inspection.
Results logged to C:/Ruby/lib/ruby/gems/1.8/gems/RedCloth-4.2.3/ext/
redcloth_sca
n/gem_make.out
ERROR: Error installing tog-tog:
ERROR: Failed to build gem native extension.
C:/Ruby/bin/ruby.exe extconf.rb
creating Makefile
make
"make" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Gem files will remain installed in C:/Ruby/lib/ruby/gems/1.8/gems/
RedCloth-4.2.3
for inspection.
Results logged to C:/Ruby/lib/ruby/gems/1.8/gems/RedCloth-4.2.3/ext/
redcloth_sca
n/gem_make.out
--------------------------------------------
←[1m←[33m←[44mInstalling plugin dependencies...←[0m←[0m
* seo_urls... plugin seo_urls
C:/Ruby/bin/rails: No such file or directory - script/plugin install
http://svn.
redshiftmedia.com/svn/plugins/seo_urls
←[1m←[32minstalled←[0m←[0m
* viking ... plugin viking
C:/Ruby/bin/rails: No such file or directory - script/plugin install
git://gith
ub.com/technoweenie/viking.git
* acts_as_scribe ... plugin acts_as_scribe
C:/Ruby/bin/rails: No such file or directory - script/plugin install
git://gith
ub.com/linkingpaths/acts_as_scribe.git
* paperclip ... plugin paperclip
C:/Ruby/bin/rails: No such file or directory - script/plugin install
git://gith
ub.com/thoughtbot/paperclip.git
* acts_as_shareable ... plugin acts_as_shareable
C:/Ruby/bin/rails: No such file or directory - script/plugin install
git://gith
ub.com/molpe/acts_as_shareable.git
--------------------------------------------
←[1m←[33m←[44mGenerating dependencies migrations...←[0m←[0m
generating comment
C:/Ruby/bin/rails: No such file or directory - script/generate comment
* acts_as_commentable installed... ←[1m←[32mgenerated←[0m←[0m
generating acts_as_rateable_migration
C:/Ruby/bin/rails: No such file or directory - script/generate
acts_as_rateable_
migration
* acts_as_rateable migration... ←[1m←[32mgenerated←[0m←[0m
generating acts_as_abusable_migration
C:/Ruby/bin/rails: No such file or directory - script/generate
acts_as_abusable_
migration
* acts_as_abusable migration... ←[1m←[32mgenerated←[0m←[0m
generating acts_as_taggable_on_migration
C:/Ruby/bin/rails: No such file or directory - script/generate
acts_as_taggable_
on_migration
* acts_as_taggable migration... ←[1m←[32mgenerated←[0m←[0m
generating acts_as_scribe_migration
C:/Ruby/bin/rails: No such file or directory - script/generate
acts_as_scribe_mi
gration
* acts_as_scribe migration... ←[1m←[32mgenerated←[0m←[0m
generating share_migration
C:/Ruby/bin/rails: No such file or directory - script/generate
share_migration
* acts_as_shareable migration... ←[1m←[32mgenerated←[0m←[0m
--------------------------------------------
←[1m←[33m←[44mInstalling tog_user plugin...←[0m←[0m
Tog includes its own user authentication library: tog_user. It's based
on the great restful-authentication plugin and well suited to work out-
the-box.
If you're creating a new app ←[1m←[32mit's definitely recommended to
install thi
s plugin←[0m←[0m.
If you've already using a user library in the host app you can skip
this step.
Press Enter to install tog_user, or 'n' to skip this step
* restful_authentication ... plugin restful_authentication
C:/Ruby/bin/rails: No such file or directory - script/plugin install
git://gith
ub.com/technoweenie/restful-authentication.git
The template [http://tr.im/tog_current] could not be loaded. Error:
(eval):144:i
n `rename': No such file or directory - vendor/plugins/restful-
authentication or
vendor/plugins/restful_authentication
So i want to know why the installation fail.
Thanks.
We've tested tog 0.6 with the following steps and it runs:
1.- Install: http://bitnami.org/files/stacks/rubystack/bitnami-rubystack-1.6-0-windows-installer.exe
2.- On the created menu entry select "Use bitnnami ruby stack",
and update your gems in that console with "gem update".
3.- Install git:
http://msysgit.googlecode.com/files/Git-1.6.5.1-preview20091022.exe
(with option: "Run git with the windows command prompt")
This should prepare everything you need to use rails and install tog,
but not sure if it have some dependencies more at system level.
Could you check again with this stack?. Sorry for so many inconveniences.
al.
--
Alberto Molpeceres.
Linking Paths.
Simple registration for your events. http://www.stagehq.com
> --
> You received this message because you are subscribed to the Google Groups "tog_users" group.
> To post to this group, send email to tog_...@googlegroups.com.
> To unsubscribe from this group, send email to tog_users+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/tog_users?hl=en.
>
>
The first error message is:
> rake gems:install
> ERROR: Error installing RedCloth:
> ERROR: Failed to build gem native extension.
>
> C:/Ruby/bin/ruby.exe extconf.rb
> creating Makefile
>
> make
> "make" no se reconoce como un comando interno o externo,
> programa o archivo por lotes ejecutable.
>
Some of the gems that you're installing have native extensions
(compiled in C) and Ruby cannot find the 'make' command to build those
extensions. It's a simple fix if you're using Cygwin or some other C
development environment for Windows. Google 'ruby environment
development windows' for solutions.
The second error message is:
> * seo_urls... plugin seo_urls
> C:/Ruby/bin/rails: No such file or directory - script/plugin install
> http://svn.
This one means that Ruby cannot find the 'script/plugin' script that
is required to install the plugin, which probably means that Rails
didn't create the path. It can't find "script/plugin" or "script/
generate"; both of those files are created by Rails.
Hope this helps.
On Mar 18, 7:18 am, h0bit <jsantana....@gmail.com> wrote:
> Hello i want to konw if it's difficult to install TOG in Windows XP
> and why?
>
> Because i'm trying and when i put in the console
>
> rails hello_tog -mhttp://tr.im/tog_current
>
> in the installation appear the next message:
>
> ←[1m←[33m←[44mInstalling gem dependencies...←[0m←[0m
>
> We are going to install the required gems. This could be done as super
> user in a
> host-wide manner of just for your user.
>
> executing gem sources -ahttp://gems.github.comfrom C:/Ruby/
> C:/Ruby/bin/rails: No such file or directory - script/plugin installhttp://svn.
I follow your instructions, but when i install the RubyStack and then
i try to update the gem with "gem update"
in the console appear for example:
No definition for _wrap_result value
And i want to know if it's a problem.
Thanks.
On 20 mar, 09:44, Alberto Molpeceres <alberto.molpece...@gmail.com>
wrote:
> Not sure if you have installed all necessary files.
>
> We've tested tog 0.6 with the following steps and it runs:
>
> 1.- Install:http://bitnami.org/files/stacks/rubystack/bitnami-rubystack-1.6-0-win...
> 2.- On the created menu entry select "Use bitnnami ruby stack",
> and update your gems in that console with "gem update".
> 3.- Install git:http://msysgit.googlecode.com/files/Git-1.6.5.1-preview20091022.exe
> (with option: "Run git with the windows command prompt")
>
> This should prepare everything you need to use rails and install tog,
> but not sure if it have some dependencies more at system level.
>
> Could you check again with this stack?. Sorry for so many inconveniences.
>
> al.
>
> --
> Alberto Molpeceres.
> Linking Paths.
>
> Simple registration for your events.http://www.stagehq.com
>
> On Thu, Mar 18, 2010 at 12:18 PM, h0bit <jsantana....@gmail.com> wrote:
> > Hello i want to konw if it's difficult to install TOG in Windows XP
> > and why?
>
> > Because i'm trying and when i put in the console
>
> > rails hello_tog -mhttp://tr.im/tog_current
>
> > in the installation appear the next message:
>
> > ←[1m←[33m←[44mInstalling gem dependencies...←[0m←[0m
>
> > We are going to install the required gems. This could be done as super
> > user in a
> > host-wide manner of just for your user.
>
> > executing gem sources -ahttp://gems.github.comfrom C:/Ruby/
Let's try something step by step. If your current situation, just
after installing bitnami's ruby stack. If you open a console using
"Use bitnnami ruby stack" menu entry execute the following commands
and tell me the output, please:
- rails -v
- echo %PATH%
- gem list
- gem sources
al.
--
Alberto Molpeceres.
Linking Paths.
Simple registration for your events. http://www.stagehq.com
Microsoft Windows XP [Versión 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Jonay\BitNami RubyStack projects>rails -v
Rails 2.3.5
C:\Documents and Settings\Jonay\BitNami RubyStack projects>echo %PATH%
C:\Archivos de programa\BitNami RubyStack/git\cmd;C:\Archivos de
programa\BitNam
i RubyStack/nginx;C:\Archivos de programa\BitNami RubyStack/sqlite;C:
\Archivos d
e programa\BitNami RubyStack/imagemagick;C:/Archivos de programa/
BitNami RubySta
ck/php;C:\Archivos de programa\BitNami RubyStack/mysql\bin;C:\Archivos
de progra
ma\BitNami RubyStack/subversion\bin;C:\Archivos de programa\BitNami
RubyStack\ru
by\bin;C:\Archivos de programa\ImageMagick-6.6.0-Q16;C:\Ruby\bin;C:
\WINDOWS\syst
em32;C:\WINDOWS;C:\WINDOWS\system32\wbem;c:\archivos de programa
\tortoisesvn\bin
;c:\archivos de programa\quicktime\qtsystem\;C:\Archivos de programa
\MATLAB\R200
7a\bin;C:\Archivos de programa\MATLAB\R2007a\bin\win32;C:\Archivos de
programa\J
ava\jdk1.6.0_11\bin;C:\Archivos de programa\Git\cmd
C:\Documents and Settings\Jonay\BitNami RubyStack projects>gem list
*** LOCAL GEMS ***
actionmailer (2.3.5, 2.3.2)
actionpack (2.3.5, 2.3.2)
activerecord (2.3.5, 2.3.2)
activeresource (2.3.5, 2.3.2)
activesupport (2.3.5, 2.3.2)
builder (2.1.2)
cgi_multipart_eof_fix (2.5.0)
cucumber (0.6.3, 0.3.9)
daemons (1.0.10)
diff-lcs (1.1.2)
echoe (4.3, 3.1.1)
fastthread (1.0.1)
fiveruns_tuneup (0.8.20)
gem_plugin (0.2.3)
gemcutter (0.5.0)
highline (1.5.2, 1.5.1)
json_pure (1.2.3)
mongrel (1.1.5)
mongrel_service (0.3.4)
mysql (2.8.1, 2.7.3)
nokogiri (1.4.1, 1.3.0)
polyglot (0.3.0, 0.2.5)
rack (1.1.0, 1.0.0)
rack-test (0.5.3)
rails (2.3.5, 2.3.2)
rake (0.8.7)
rcov (0.8.1.2.0)
rmagick (2.10.0)
rspec (1.3.0, 1.2.6)
rspec-rails (1.3.2, 1.2.6)
rubyforge (2.0.4, 1.0.3)
sqlite3-ruby (1.2.5, 1.2.3)
term-ansicolor (1.0.5, 1.0.3)
treetop (1.4.4, 1.2.5)
webrat (0.7.0, 0.4.4)
win32-api (1.4.6)
win32-service (0.7.1, 0.5.2)
windows-api (0.4.0)
windows-pr (1.0.9)
C:\Documents and Settings\Jonay\BitNami RubyStack projects>gem sources
*** CURRENT SOURCES ***
http://gems.rubyforge.org/
http://gems.github.com
http://gems.github.com
http://gems.github.com
http://gems.github.com
http://gems.github.com
http://gems.github.com
http://gems.github.com
--
Jonay Santana García