Using Ruby on share web hosts
        Posted  
        
            by 
                Parhum
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Parhum
        
        
        
        Published on 2013-11-09T08:43:34Z
        Indexed on 
            2013/11/09
            9:58 UTC
        
        
        Read the original article
        Hit count: 323
        
We are developing a Wordpress theme and we are going to publish it on themeforest.com. We are using Sass(scss Syntax) as our CSS Preprocessor and we need to compile it on server side.
We have two solutions:
- Use phpsass which is a php script(but it has some bugs)
- Use Ruby Compiler which most of wordpress plugins use this
I noticed that plugins which use Ruby need to have PHP proc_open function enabled on server.
My question is what are Pros and Cons of using Ruby compiler on servers? and are most of shared web hosts support Ruby and have PHP proc_open function enabled by default?
© Server Fault or respective owner