Re: Installing Tog in Windows XP

126 views
Skip to first unread message

h0bit

unread,
Mar 18, 2010, 7:18:41 AM3/18/10
to tog_users
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 -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.

Alberto Molpeceres

unread,
Mar 20, 2010, 5:44:42 AM3/20/10
to tog_...@googlegroups.com
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-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.
>
>

Dan B

unread,
Mar 20, 2010, 8:34:03 AM3/20/10
to tog_users
It looks like you need to check your Rails installation (and maybe
your Ruby installation too). You are getting two sets of error
messages.

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.

h0bit

unread,
Mar 23, 2010, 8:56:19 AM3/23/10
to tog_users
Hello Alberto

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/

Alberto Molpeceres

unread,
Mar 23, 2010, 10:09:33 AM3/23/10
to tog_...@googlegroups.com
Wow. No idea :(. Really, it seems that something is wrong (or at least
strange) with your windows installation. As Dan said, it seems that
there is a problem with your Rails installation, far before tog.

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

h0bit

unread,
Mar 24, 2010, 8:03:29 AM3/24/10
to tog_users
Ok, i executed the commands that you tell me and this is the output:

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

maay

unread,
May 6, 2010, 4:04:56 PM5/6/10
to tog_users
I'm having pretty much the same problem on vista, here's my log:

<....>

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 D:/RubyStack/
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

--------------------------------------------

←[1m←[33m←[44mInstalling plugin dependencies...←[0m←[0m

* seo_urls... plugin seo_urls
D:/RubyStack/ruby/bin/rails: No such file or directory - script/plugin
install h
ttp://svn.redshiftmedia.com/svn/plugins/seo_urls
←[1m←[32minstalled←[0m←[0m
* acts_as_shareable ... plugin acts_as_shareable
D:/RubyStack/ruby/bin/rails: No such file or directory - script/plugin
install
git://github.com/molpe/acts_as_shareable.git
* viking ... plugin viking
D:/RubyStack/ruby/bin/rails: No such file or directory - script/plugin
install
git://github.com/technoweenie/viking.git
* acts_as_scribe ... plugin acts_as_scribe
D:/RubyStack/ruby/bin/rails: No such file or directory - script/plugin
install
git://github.com/linkingpaths/acts_as_scribe.git
* paperclip ... plugin paperclip
D:/RubyStack/ruby/bin/rails: No such file or directory - script/plugin
install
git://github.com/thoughtbot/paperclip.git

--------------------------------------------

←[1m←[33m←[44mGenerating dependencies migrations...←[0m←[0m

generating comment
D:/RubyStack/ruby/bin/rails: No such file or directory - script/
generate comment

* acts_as_commentable installed... ←[1m←[32mgenerated←[0m←[0m
generating acts_as_rateable_migration
D:/RubyStack/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
D:/RubyStack/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
D:/RubyStack/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
D:/RubyStack/ruby/bin/rails: No such file or directory - script/
generate acts_as
_scribe_migration
* acts_as_scribe migration... ←[1m←[32mgenerated←[0m←[0m
generating share_migration
D:/RubyStack/ruby/bin/rails: No such file or directory - script/
generate share_m
igration
* 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
D:/RubyStack/ruby/bin/rails: No such file or directory - script/plugin
install
git://github.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



-----------------

And here's my output to the commands you've asked for:

Microsoft Windows [Версия 6.0.6001]
(C) Корпорация Майкрософт, 2006. Все права защищены.

D:\RubyStack>rails -v
Rails 2.3.5

D:\RubyStack>echo %PATH%
D:\RubyStack/git\cmd;D:\RubyStack/nginx;D:\RubyStack/sphinx;D:
\RubyStack/sqlite;
D:\RubyStack/imagemagick;D:\RubyStack/mysql\bin;D:\RubyStack/subversion
\bin;D:\R
ubyStack\ruby\bin;D:\InstantRails\Ruby\bin;D:\ImageMagick-6.5.6-Q8;D:
\ImageMagic
k-6.6.0-Q16;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:
\Program F
iles\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Common Files
\Adobe\AG
L;C:\Program Files\QuickTime\QTSystem\;D:\NMapWin\\bin;D:\InstantRails
\Git\cmd;C
:\Program Files\Pinnacle\Shared Files;C:\Program Files\Pinnacle\Shared
Files\Fil
ter

D:\RubyStack>gem list

*** LOCAL GEMS ***

actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
after_commit (1.0.6)
bluecloth (2.0.7)
builder (2.1.2)
capistrano (2.5.18)
cgi_multipart_eof_fix (2.5.0)
cucumber (0.7.2, 0.6.4)
daemons (1.0.10)
delayed_job (2.0.3)
desert (0.5.3)
diff-lcs (1.1.2)
echoe (4.3.1, 4.3)
eventmachine (0.12.10)
gem_plugin (0.2.3)
gemcutter (0.5.0)
gherkin (1.0.24)
gruff (0.3.6)
highline (1.5.2)
hoe (2.6.0, 2.3.3)
hpricot (0.8.2)
jackdempsey-acts_as_commentable (2.0.2, 2.0.1)
json (1.4.3, 1.2.4)
json_pure (1.4.3, 1.2.4)
linkingpaths-acts_as_abusable (0.0.2)
mbleigh-acts-as-taggable-on (1.0.5)
memcache-client (1.8.3, 1.8.2)
mini_magick (1.2.5)
mislav-will_paginate (2.3.11)
mongrel (1.1.5)
mongrel_cluster (1.0.5)
mongrel_service (0.3.4)
mreinsch-acts_as_rateable (2.0.1)
mysql (2.8.1)
needle (1.3.0)
net-scp (1.0.2)
net-sftp (2.0.4)
net-ssh (2.0.22, 2.0.21)
net-ssh-gateway (1.0.1)
newgem (1.5.3)
nokogiri (1.4.1)
oauth (0.4.0)
polyglot (0.3.1)
rack (1.1.0, 1.0.1)
rack-test (0.5.3)
rails (2.3.5)
rails_analyzer_tools (1.4.0)
rake (0.8.7)
rcov (0.8.1.2.0)
RedCloth (4.2.3)
riddle (1.0.10)
rmagick (2.12.0)
rspec (1.3.0)
rspec-rails (1.3.2, 1.3.0)
rubigen (1.5.4)
rubyforge (2.0.4)
rubyist-aasm (2.1.1)
rubyzip (0.9.4)
sqlite3-ruby (1.2.5)
syntax (1.0.0)
SyslogLogger (1.4.0)
term-ansicolor (1.0.5, 1.0.4)
thin (1.2.7)
thinking-sphinx (1.3.16)
thoughtbot-factory_girl (1.2.2)
tog-tog (0.5.4)
treetop (1.4.5)
trollop (1.16.2)
webrat (0.7.1, 0.7.0)
win32-api (1.4.6)
win32-service (0.5.2)
windows-api (0.4.0)
windows-pr (1.0.9)
ZenTest (4.3.1, 4.1.4)

D:\RubyStack>gem sources
*** CURRENT SOURCES ***

http://rubygems.org/
http://gems.github.com

-----------------------

So, don't want to bother you, but can you just recommend in which way
I should experiment to resolve it :-)
On 23 мар, 18:09, Alberto Molpeceres <alberto.molpece...@gmail.com>
wrote:
> Wow. No idea :(. Really, it seems that something is wrong (or at least
> strange) with your windows installation. As Dan said, it seems that
> there is a problem with your Rails installation, far before tog.
>
> 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
> >> >   executing  gem sources -ahttp://gems.github.comfromC:/Ruby/

Dan B

unread,
May 6, 2010, 4:41:28 PM5/6/10
to tog_users
I see that you aren't using CYGWIN or a Unix-like environment for
Windows. Try this:

1) Change into the root directory for your rails application:
$ cd tog_example

2) Try to install the plugin manually
$ script/plugin install http://svn.redshiftmedia.com/svn/plugins/seo_urls

3) Also try:
$ ruby script/plugin install http://svn.redshiftmedia.com/svn/plugins/seo_urls

If #2 fails but #3 is successful, then the issue is fairly simple.
The Tog installation script (and most Rails scripts) tend to assume
Unix-like systems, which Microsoft's Command Shell is not. So, in
Unix, the system interprets the script/plugin command appropriately.
In Windows, the system has no idea what you're telling it to do.
Prefacing the command with 'ruby' instructs it to let the ruby binary
interpret script/plugin.

I think this was patched in the Rails Template Runner but it may not
have made it into distribution yet.

On May 6, 4:04 pm, maay <aksi...@gmail.com> wrote:
> I'm having pretty much the same problem on vista, here's my log:
>
> <....>
>
> 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 D:/RubyStack/
> http://rubygems.org/http://gems.github.com
> ...
>
> read more »

h0bit

unread,
May 7, 2010, 8:38:38 AM5/7/10
to tog_users
Hello i'm using Tog for make my WebApp by when i install the plugin
tog_conversation, in the interface of Tog i have a new lash with the
title Blogs by when i try to enter in i have the next problem:

No route matches "/blogs" with {:method=>:get}

I think that the problem would be that i don'n put the correct route
in desert_routes.rb or what?

Thanks i hope to hear news from you.
Reply all
Reply to author
Forward
0 new messages