This forum is no longer active. Please post your questions to our new community site

Recent Posts by MySchizoBuddy

Subscribe to Recent Posts by MySchizoBuddy 22 post(s) found

05 Apr, 2010 01:08 PM
Avatar MySchizoBuddy 22 post(s)

Topic: Stacks suggestions / NoSQL Stack

Cassandra is written in Java
CouchDB in Erlang
MongoDB in C++

 
04 Apr, 2010 04:24 PM
Avatar MySchizoBuddy 22 post(s)

Topic: Stacks suggestions / NoSQL Stack

Addon stack with NoSQL databases, Preferably Cassandra but Couchdb or Mongodb will do just as well.

 
27 Feb, 2010 05:37 PM
Avatar MySchizoBuddy 22 post(s)

Topic: MAMPStack / No php 5.3 for us

looks like there is no roadmap towards php 5.3

 
24 Feb, 2010 05:53 PM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / php 5.3

Symfony 2 also now requires PHP 5.3

Is it to add two seperate versions 5.2.10 and 5.3 in one bitnami stack. During installation ask which version the user wants

 
04 Sep, 2009 09:17 PM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / php 5.3

its for running FLOW3 framework which is used to build TYPO3 v5.
Flow3 and Typo3 v5 minimum requirement is PHP 5.3

 
22 Aug, 2009 04:22 PM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / Install error on windows 7

the debug file is attached

 
22 Aug, 2009 09:26 AM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / php 5.3

Whats the roadmap to include php 5.3 in rubystack

 
17 May, 2009 02:51 PM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / Gem request

Gem request for Rubystack 1.6 final

Additional gem sources
Github (gem sources -a http://gems.github.com)

Frameworks
Ruby on rails
Sinatra

Middleware
Rack
Rack-Contrib

Database
Mysql
sqlite3-ruby

Database Abstraction
Sequel
Datamapper

Image Support
Rmagick

Testing
Rack-Test
Rspec
Rspec-rails
Cucumber
Webrat

Template Engine
Haml
Builder

OS specific
win32-* (For windows only)
Passenger (For mac, linux only)

Internationalization
Fast_Gettext
Globalize2 (no gem yet)

Events
Runt
iCalendar

Applications
Insoshi (social network)
Radiant (cms)
Browsercms (cms)
Spree (ecommerce)
jekyll (static pages)
Redmine (project management)
Typo (blog app)
Gembox (Web interface to rubygems)
Fat-Free CRM (CRM) (http://www.fatfreecrm.com/)

Misc
Capistrano
Ruby-debug

Utilities
Scaffolding Extension
will_paginate
restful-authentication

 
12 Apr, 2009 09:05 AM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / Rails Hosting Survey 2009

Results of Rails Hosting Survey 2009 is now been posted http://rails-hosting.com/
1250 Respondents participated

Some important results
63% use Git vs. 36% use Subversion.
75% use Capistrano.
57% use Passenger (mod_rails) with Apache
97% use either MySQL or PostgreSQL.
68% Mac, 25% Linux, 7% Windows.
37% use Hoptoad to manage application exceptions.
68% don’t use uptime monitoring tools.
60% don’t use any process monitoring tools.

 
07 Apr, 2009 01:03 PM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / can't use the new "powershell v2" of windows 7 to run rubystack ??!!

Ok as per this document, http://www.microsoft.com/technet/scriptcenter/topics/winpsh/manual/run.mspx
you first have to assign it an execution policy by typing this

Set-ExecutionPolicy Unrestricted

Then change your scripts/setenv.bat file to this
setx PATH "C:\RubyStack\git\bin;C:\RubyStack\sqlite;C:\RubyStack\imagemagick;C:\RubyStack\php;C:\RubyStack\mysql\bin;C:\RubyStack\subversion\bin;C:\RubyStack\ruby\bin;%PATH%" 
setx MAGICK_CODER_MODULE_PATH "C:\RubyStack\imagemagick\modules\coders" 
setx RUBYOPT "rubygems" 

make sure the folder names are correct. I installed it under C:\RubyStack
then you have to give it a complete path regardless of where you are in the directory structure
& "C:\RubyStack\use_ruby.bat"

btw Powershell is available for Windows Xp sp2 as well
http://www.microsoft.com/downloads/details.aspx?FamilyID=c913aeab-d7b4-4bb1-a958-ee6d7fe307bc&displaylang=en

 
01 Apr, 2009 03:31 PM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / upgrading to rails 2.3.2

First update Rubygems then rails

$ sudo gem install rubygems-update
$ sudo update_rubygems
$ sudo gem update
$ sudo gem update --system
$ sudo gem install rails

 
01 Apr, 2009 03:28 PM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / can't use the new "powershell v2" of windows 7 to run rubystack ??!!

i saw powershell under windows update for Vista SP1.
so i can confirm that powershell is available for vista sp1 users

I can help you out.

 
17 Feb, 2009 01:02 PM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / ModRails

FiveRuns TuneUp is only included in the windows version. So there is obviously a difference between the mac and windows version.
If it works on mac and linux then let us have it as a gem

 
17 Feb, 2009 12:54 PM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / Difference between beta/non-beta Rubystack?

Typo, icalendar, will_paginate

 
15 Feb, 2009 01:07 PM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / ModRails

ModRails for Apache webserver. No need for Mongrel cluster
Its free and opensource, hence RubyStack 1.4 should come with Modrails
http://www.modrails.com/

 
15 Feb, 2009 11:26 AM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / Where is GIT?

subversion 1.4 needs to go
it should come with 1.5 branch

 
15 Feb, 2009 11:12 AM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / Where is GIT?

Will git 1.6 be available for RubyStack 1.4 final

 
15 Feb, 2009 11:10 AM
Avatar MySchizoBuddy 22 post(s)

Topic: RubyStack & JRubyStack / Need to update RubyStack to Rails 2.2.2

Will RubyStack 1.4 Final come with Rails 2.2 or not
By the time 1.4 final is released, Probably Rails 2.3 will also be released

 
20 Nov, 2008 04:39 PM
Avatar MySchizoBuddy 22 post(s)

Topic: WAMPStack / PhpMyAdmin 3

Any plans of updating phpmyadmin to the newer stable version of 3.0.1.1

 
10 Aug, 2008 07:18 PM
Avatar MySchizoBuddy 22 post(s)

Topic: MAPPStack / Merging MAMP and MAPP

looks like this isn’t possible cause php with MAMP isn’t compiled with postgresql support (which i can understand). plus it doesn’t allow dynamic libraries.

 
10 Aug, 2008 07:14 PM
Avatar MySchizoBuddy 22 post(s)

Topic: MAMPStack / Unable to load dynamic library

So php in both MAMP and MAPP stack isn’t compiled to support dynamic libraries.
why does php.ini have .dll files, they don’t work on macs. macs need .so files, plus there is no extension directory inside php/lib/php.

 
09 Aug, 2008 07:09 AM
Avatar MySchizoBuddy 22 post(s)

Topic: MAPPStack / Merging MAMP and MAPP

I want to have one apache install for both postgresql and mysql and one htdocs. what changes do i need to do to my MAMP install to make it work with postgre
Thanks