Errors while installing lovdbyless on Windows XP

8 views
Skip to first unread message

Henry Wagner

unread,
Mar 20, 2008, 12:49:52 AM3/20/08
to lovdb...@googlegroups.com
Hi,

I'm in the process of installing lovdbyless on Windows XP with MRI Ruby 1.8.6 and Rails 2.0.2. I've been running through the README included with the zip, installed all the gems, created and configed a MySQL db. While running rake db:create:all I first got

---
rake aborted!
no such file to load -- tzinfo
---

gem install tzinfo fixed that :)

Now I'm stuck with

>rake db:create:all --trace
(in C:/Documents and Settings/hwagner/RailsApps/lovdbyless)
** Invoke db:create:all (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
no such file to load -- Win32/Console/ANSI
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require'
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in'
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require'
c:/ruby/lib/ruby/gems/1.8/gems/colored-1.1/lib/colored.rb:1
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'

Any ideas?

--
Henry
http://www.henrywagner.org/

yybice

unread,
Mar 20, 2008, 5:54:34 AM3/20/08
to Lovd by Less
gem install win32console

On 3月20日, 下午12时49分, "Henry Wagner" <hjw3...@gmail.com> wrote:
> Hi,
>
> I'm in the process of installing lovdbyless on Windows XP with MRI Ruby
> 1.8.6 and Rails 2.0.2. I've been running through the README included with
> the zip, installed all the gems, created and configed a MySQL db. While
> running rake db:create:all I first got
>
> ---
> rake aborted!
> no such file to load -- tzinfo
> ---
>
> gem install tzinfo fixed that :)
>
> Now I'm stuck with
>
> >rake db:create:all --trace
>
> (in C:/Documents and Settings/hwagner/RailsApps/lovdbyless)
> ** Invoke db:create:all (first_time)
> ** Invoke environment (first_time)
> ** Execute environment
> rake aborted!
> no such file to load -- Win32/Console/ANSI
> c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
> `gem_original_require'
> c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
> c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/depen-dencies.rb:496:in
> `require'
> c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/depen-dencies.rb:342:in
> `new_constants_in'
> c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/depen-dencies.rb:496:in

Steven A Bristol

unread,
Mar 20, 2008, 7:17:15 AM3/20/08
to lovdb...@googlegroups.com
On 3/20/08, yybice <yyb...@gmail.com> wrote:


gem install win32console


I'll add this to the readme file.

Thanks yybice!

steve

Cyberworlds

unread,
Mar 20, 2008, 10:08:52 AM3/20/08
to Lovd by Less
First, this looks like a great project - many thanks!

I'm having issues on XP, too. I made it through installing the various
additional gems (as far as I know), but when I start mongrel I run
into cascading errors, starting with:

C:/dev/3rdRail/workspace/lovdbyless/script/server: No such file or
directory - uname
<many lines omitted>
(I'm not sure if that's a real problem, as execution continues.)

This seems more serious:
Textmate Footnotes Exception: undefined method
`pick_template_extension' for #<ActionView::Base:0x4237d38>
<many lines omitted>

And finally I get this:
/!\ FAILSAFE /!\ Wed Mar 19 22:17:43 -0500 2008
Status: 500 Internal Server Error
propfind, accepted HTTP methods are delete, head, get, options,
post, and put
C:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2.9053/lib/
action_controller/request.rb:26:in `request_method'
<many lines omitted>

Is lovdbyless known to work on WIndows XP? Any ideas about the errors?

Thanks,

Jack


On Mar 20, 6:17 am, "Steven A Bristol" <stevenbris...@gmail.com>
wrote:

Cyberworlds

unread,
Mar 20, 2008, 11:26:17 AM3/20/08
to Lovd by Less
In another thread, Greg provided the missing piece of the puzzle wrt
the errors I was getting - installing the redgreen gem eliminated
them.

Thanks,

Jack

Cyberworlds

unread,
Mar 20, 2008, 11:37:56 AM3/20/08
to Lovd by Less
After resolving the previously mentioned errors, I found that browsing
to http://localhost/ took me to the usual default rails start page. I
added the following line to routes.rb as a naive change, and it seems
to have fixed it:
map.default '', :controller => 'home', :action => 'index'

I'm a rails newbie, so if there's a better solution or I've just
missed something, please let me know.

I'm really looking forward to playing with this!

Thanks,

Jack

Cyberworlds

unread,
Mar 20, 2008, 11:54:15 AM3/20/08
to Lovd by Less
Whoops, spoke too soon - after I added a blog post, I discovered
a) that I needed to install the RedCloth gem, and
b) that the original textmate footnote errors had returned.
The app seems to be working, though, so I guess I'll wait to hear from
others more knowledgeable than I on the textmate footnote issue.

Thanks,

Jack

On Mar 20, 10:26 am, Cyberworlds <JackVJohn...@gmail.com> wrote:

Henry Wagner

unread,
Mar 20, 2008, 12:02:42 PM3/20/08
to lovdb...@googlegroups.com
I'm making progress, thanks for the tips :) To recap, I needed to install these additional gems (please add to the readme file)

tzinfo
win32conole
redgreen
mocha

The unit tests all pass, but I'm seeing a lot of errors in the functional tests:

..........................EEE...EEE.........EEE............F......F.........................................c:/ruby/lib/ruby/gems/1.
8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb: No such file or directory - file -bi "C:/Documents and Settings/hwagner/RailsApps/lo
vdbyless/public/system/photo/image/tmp/1206028648.171000.7584/avatar_default_big.png"
.c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb: No such file or directory - file -bi "C:/Documents and Sett
ings/hwagner/RailsApps/lovdbyless/public/system/photo/image/tmp/1206028648.578000.7584/avatar_default_big.png"
.c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb: No such file or directory - file -bi "C:/Documents and Sett
ings/hwagner/RailsApps/lovdbyless/public/system/photo/image/tmp/1206028648.796000.7584/avatar_default_big.png"
...............EEEEEEEEEEEEEEEEEEEE..........

ActionView::TemplateError: undefined method `textilize' for #<ActionView::Base:0x6460c84> shows up a lot:

test: on GET to :index should render action when logged in as :owner. (BlogsControllerTest):
ActionView::TemplateError: undefined method `textilize' for #<ActionView::Base:0x6460c84>
    On line #17 of blogs/_blog.html.erb

    14:                         <%= link_to '(delete)', profile_blog_path(@profile, blog), :method => :delete %>
    15:                 <%- end -%>
    16:
    17:         <h1><%= sanitize textilize(blog.title) %></h1>
    18:         <div>
    19:           <%= sanitize textilize(b) %>
    20:           <% unless youtube_videos.empty? %>

    app/views/blogs/_blog.html.erb:17:in `_run_erb_47app47views47blogs47_blog46html46erb'
--
Henry
http://www.henrywagner.org/

Steven A Bristol

unread,
Mar 20, 2008, 10:58:31 PM3/20/08
to lovdb...@googlegroups.com
The next release, which will be out soon, will contain these gems in the list.

Thanks, ans sorry for your troubles. :)

steve

Satish

unread,
Mar 20, 2008, 11:01:59 PM3/20/08
to Lovd by Less
I'm having issues on XP, too. I was able to install all the gems
except for "ferret".

Getting the following errors

D:\Satish\Apps\RubyOnRails\lovdbyless>gem install ferret
Building native extensions. This could take a while...
ERROR: Error installing ferret:
ERROR: Failed to build gem native extension.

C:/ruby/bin/ruby.exe extconf.rb install ferret
creating Makefile

nmake
'nmake' is not recognized as an internal or external command,
operable program or batch file.

Gem files will remain installed in C:/ruby/lib/ruby/gems/1.8/gems/
ferret-0.11.6
for inspection.
Results logged to C:/ruby/lib/ruby/gems/1.8/gems/ferret-0.11.6/ext/
gem_make.out

I see that people were able to install sucessfully on windows. Any
idea on this error.

Thanks


On Mar 20, 9:02 am, "Henry Wagner" <hjw3...@gmail.com> wrote:
> I'm making progress, thanks for the tips :) To recap, I needed to install
> these additional gems (please add to the readme file)
>
> tzinfo
> win32conole
> redgreen
> mocha
>
> The unit tests all pass, but I'm seeing a lot of errors in the functional
> tests:
>
> ..........................EEE...EEE.........EEE............F......F........­.................................c:/ruby/lib/ruby/gems/1.
> 8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb: No such file or directory -
> file -bi "C:/Documents and Settings/hwagner/RailsApps/lo
> vdbyless/public/system/photo/image/tmp/1206028648.171000.7584/avatar_defaul­t_big.png"
> .c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb: No
> such file or directory - file -bi "C:/Documents and Sett
> ings/hwagner/RailsApps/lovdbyless/public/system/photo/image/tmp/1206028648.­578000.7584/avatar_default_big.png"
> .c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb: No
> such file or directory - file -bi "C:/Documents and Sett
> ings/hwagner/RailsApps/lovdbyless/public/system/photo/image/tmp/1206028648.­796000.7584/avatar_default_big.png"
> ...............EEEEEEEEEEEEEEEEEEEE..........
>
> ActionView::TemplateError: undefined method `textilize' for
> #<ActionView::Base:0x6460c84> shows up a lot:
>
> test: on GET to :index should render action when logged in as :owner.
> (BlogsControllerTest):
> ActionView::TemplateError: undefined method `textilize' for
> #<ActionView::Base:0x6460c84>
>     On line #17 of blogs/_blog.html.erb
>
>     14:                         <%= link_to '(delete)',
> profile_blog_path(@profile, blog), :method => :delete %>
>     15:                 <%- end -%>
>     16:
>     17:         <h1><%= sanitize textilize(blog.title) %></h1>
>     18:         <div>
>     19:           <%= sanitize textilize(b) %>
>     20:           <% unless youtube_videos.empty? %>
>
>     app/views/blogs/_blog.html.erb:17:in
> `_run_erb_47app47views47blogs47_blog46html46erb'
>
>
>
>
>
> On Thu, Mar 20, 2008 at 8:37 AM, Cyberworlds <JackVJohn...@gmail.com> wrote:
>
> > After resolving the previously mentioned errors, I found that browsing
> > tohttp://localhost/took me to the usual default rails start page. I
> Henryhttp://www.henrywagner.org/- Hide quoted text -
>
> - Show quoted text -

Cyberworlds

unread,
Mar 20, 2008, 11:35:10 PM3/20/08
to Lovd by Less
Satish -

There doesn't seem to be a Windows binary version of ferret-0.11.6,
but you can install the previous version:
gem install ferret --version 0.11.5
if I recall correctly.

Jack
> > > tohttp://localhost/tookme to the usual default rails start page. I
> > Henryhttp://www.henrywagner.org/-Hide quoted text -

Henry Wagner

unread,
Mar 20, 2008, 11:45:48 PM3/20/08
to lovdb...@googlegroups.com
I was able to install Ferret on XP by downloading ferret-0.11.6-mswin32.gem from http://rubyforge.org/frs/?group_id=1028
 
Then run gem install ferret-0.11.6-mswin32.gem

Steven A Bristol

unread,
Mar 21, 2008, 12:00:52 AM3/21/08
to lovdb...@googlegroups.com
Would someone (maybe Jack or Henry) write up a little blurb on this to add to the README?

thanks,

steve

Henry Wagner

unread,
Mar 21, 2008, 12:06:52 AM3/21/08
to lovdb...@googlegroups.com
How's this:
 
Installing ferret on Windows
1. Running gem install ferret does not work. Instead, download the gem directly from http://rubyforge.org/frs/?group_id=1028
2. Download file: ferret-0.11.6-mswin32.gem
3. From the directory you downloaded the gem to: gem install ferret-0.11.6-mswin32.gem


Steven A Bristol

unread,
Mar 21, 2008, 1:16:07 AM3/21/08
to lovdb...@googlegroups.com
On 3/21/08, Henry Wagner <hjw...@gmail.com> wrote:
How's this:
 
Installing ferret on Windows
1. Running gem install ferret does not work. Instead, download the gem directly from http://rubyforge.org/frs/?group_id=1028

2. Download file: ferret-0.11.6-mswin32.gem
3. From the directory you downloaded the gem to: gem install ferret-0.11.6-mswin32.gem


great. thanks

steve

Dr Nic

unread,
Mar 21, 2008, 2:08:49 AM3/21/08
to Lovd by Less
Perhaps someone can ping the ferret gem maintainer to release a
mswin32 version? We must loveth our windoze neighbours :)

On Mar 21, 3:16 pm, "Steven A Bristol" <st...@lesseverything.com>
wrote:
> On 3/21/08, Henry Wagner <hjw3...@gmail.com> wrote:
>
>
>
> > How's this:
>
> > Installing ferret on Windows
> > 1. Running gem install ferret does not work. Instead, download the gem
> > directly fromhttp://rubyforge.org/frs/?group_id=1028

Dr Nic

unread,
Mar 21, 2008, 2:13:57 AM3/21/08
to Lovd by Less
I've started a rake task to encapsulate the installation of gems in a
git branch: http://github.com/drnic/lovd-by-less/tree/getting_started/lib/tasks/getting_started.rake

Currently I haven't included "if windoze then don't try to install
ferret etc", rather I think windows/ferreters need their own gem.

But, if there are any other dependent gems (that i already had so I
didn't know they were dependencies) can you reply and I'll add them to
this rake task (or Steve can)

Nic

On Mar 21, 3:16 pm, "Steven A Bristol" <st...@lesseverything.com>
wrote:
> On 3/21/08, Henry Wagner <hjw3...@gmail.com> wrote:
>
>
>
> > How's this:
>
> > Installing ferret on Windows
> > 1. Running gem install ferret does not work. Instead, download the gem
> > directly fromhttp://rubyforge.org/frs/?group_id=1028

Cyberworlds

unread,
Mar 21, 2008, 10:19:38 AM3/21/08
to Lovd by Less
Thanks, Henry - last time I looked there wasn't a Win32 0.11.6; I
should have checked again before recommending installing the old
version.

Jack

On Mar 20, 11:06 pm, "Henry Wagner" <hjw3...@gmail.com> wrote:
> How's this:
>
> Installing ferret on Windows
> 1. Running gem install ferret does not work. Instead, download the gem
> directly fromhttp://rubyforge.org/frs/?group_id=1028
> 2. Download file: ferret-0.11.6-mswin32.gem
> 3. From the directory you downloaded the gem to: gem install
> ferret-0.11.6-mswin32.gem
>
> On Thu, Mar 20, 2008 at 9:00 PM, Steven A Bristol <stevenbris...@gmail.com>
> wrote:
>
> > Would someone (maybe Jack or Henry) write up a little blurb on this to add
> > to the README?
>
> > thanks,
>
> > steve
>
> --
> Henryhttp://www.henrywagner.org/

黑雨天白钢琴

unread,
Mar 21, 2008, 11:09:51 AM3/21/08
to Lovd by Less
我可以在xp上跑起来了:)

根据错误提示一步一步的安装欠缺的gems,列表如下:

colored 1.1
ferret 0.11.5
flickr 1.0.2
mime-types 1.15
mocha 0.5.6
redgreen 1.2.2
rmagick 2.0.0
tzinfo 0.3.7
uuidtools 1.0.3
win32console 1.1.0
youtube-g 0.4.1
-----------------------------------
I'm running lovdbyless on Windows XP with MRI Ruby
1.8.6 and Rails 2.0.2 and gems installing above.

pl don't forget to create the Mysql database "lovdbyless_development"
at the first time.

yeah,"We must loveth our windoze neighbours :) ",and just be patient
and ejoy it.

Have fun:)

Cyberworlds

unread,
Mar 21, 2008, 12:43:18 PM3/21/08
to Lovd by Less
Henry -

Does your installation of ferret show the correct version (0.11.6)?
I've downloaded & done a local install, but mine insists it's 0.11.5 -
wondering if I've somehow done something wrong or if the gem reports
the wrong version (or the wrong version is posted)...

Thanks,

Jack

On Mar 20, 10:45 pm, "Henry Wagner" <hjw3...@gmail.com> wrote:
> I was able to install Ferret on XP by downloading ferret-0.11.6-mswin32.gemfromhttp://rubyforge.org/frs/?group_id=1028
> > > > tohttp://localhost/tookme to the usual default rails start page. I
> > > Henryhttp://www.henrywagner.org/-Hide quoted text -
>
> > > - Show quoted text -
>
> --
> Henryhttp://www.henrywagner.org/

Henry Wagner

unread,
Mar 21, 2008, 1:56:31 PM3/21/08
to lovdb...@googlegroups.com
Jack,
 
I'm seeing 0.11.5 locally too. Weird, the downloaded file said 0.11.6.
 
Henry

Aditya

unread,
Mar 25, 2008, 12:26:00 PM3/25/08
to Lovd by Less
Apparently according to the author of ferret, it doesnt matter if you
have 0.11.5 or 0.11.6 on windows. They suggest that you can happily
stay on 0.11.5 until a "mswin32" gem is released.

Does it help? Ferret is working fine for me on 0.11.5

Cheers,
Aditya
> > > > > such file or directory - file -bi "C:/Documents and Sett
>
> > ings/hwagner/RailsApps/lovdbyless/public/system/photo/image/tmp/1206028648.­578000.7584/avatar_default_big.png"
> > > > > .c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1
> > /lib/rake/rake_test_loader.rb:
> > > > No
> > > > > > tohttp://localhost/tookmeto the usual default rails start page. I
> > > > > Henryhttp://www.henrywagner.org/-Hidequoted text -
>
> > > > > - Show quoted text -
>
> > > --
> > > Henryhttp://www.henrywagner.org/
>
> --
> Henryhttp://www.henrywagner.org/

jYeckel

unread,
Apr 10, 2008, 4:32:11 PM4/10/08
to Lovd by Less
C:\lovdbyless>rake db:create:all --trace
(in C:/lovdbyless)
** Invoke db:create:all (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
undefined method `vendor_rails?' for Rails:Module
c:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2.9216/lib/initializer.rb:
153:in `install_gem_spec_stubs'
c:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2.9216/lib/initializer.rb:
95:in `process'
c:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2.9216/lib/initializer.rb:
78:in `send'
c:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2.9216/lib/initializer.rb:
78:in `run'
C:/lovdbyless/config/environment.rb:7
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2.9216/lib/
active_support/dependencies.rb:495:in `require'
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2.9216/lib/
active_support/dependencies.rb:342:in `new_constants_in'
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2.9216/lib/
active_support/dependencies.rb:495:in `require'
c:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2.9216/lib/tasks/misc.rake:3
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `call'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `execute'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in
`invoke_with_call_chain'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
`synchronize'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
`invoke_with_call_chain'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:518:in
`invoke_prerequisites'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1183:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1183:in `send'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1183:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:515:in
`invoke_prerequisites'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:507:in
`invoke_with_call_chain'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
`synchronize'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
`invoke_with_call_chain'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in
`invoke_task'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in
`standard_exception_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in
`standard_exception_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31
c:/ruby/bin/rake:16:in `load'
c:/ruby/bin/rake:16

jYeckel

unread,
Apr 10, 2008, 4:35:38 PM4/10/08
to Lovd by Less
Sorry forgot to tag on a lil info that seems to be the issue i am
having is .92xx a edge rails version and i need to roll back? i dont
remember installing any edge codebase but i could be wrong.
Reply all
Reply to author
Forward
0 new messages